README: Use the word 'deprecated' instead of 'obsolete'

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-11-17 11:45:25 +08:00
parent c1b9900ae4
commit f4346218f2

10
README
View file

@ -13,7 +13,7 @@ containing detailed state and a list of maintainers.
Protocol directory tree structure Protocol directory tree structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Protocols may be 'stable', 'unstable' or 'obsolete', and the interface Protocols may be 'stable', 'unstable' or 'deprecated', and the interface
and protocol names as well as place in the directory tree will reflect and protocol names as well as place in the directory tree will reflect
this. this.
@ -25,15 +25,15 @@ An unstable protocol is a protocol currently under development and this
will be reflected in the protocol and interface names. See <<Unstable will be reflected in the protocol and interface names. See <<Unstable
naming convention>>. naming convention>>.
An obsolete protocol is a protocol that has either been replaced by some A deprecated protocol is a protocol that has either been replaced by some
other protocol, or declared undesirable for some other reason. No more other protocol, or declared undesirable for some other reason. No more
changes will be made to an obsolete protocol. changes will be made to a deprecated protocol.
Depending on which of the above state the protocol is in, the protocol Depending on which of the above state the protocol is in, the protocol
is placed within the toplevel directory containing the protocols with the is placed within the toplevel directory containing the protocols with the
same state. Stable protocols are placed in the +stable/+ directory, same state. Stable protocols are placed in the +stable/+ directory,
unstable protocols are placed in the +unstable/+ directory, and obsolete unstable protocols are placed in the +unstable/+ directory, and
protocols are placed in the +obsolete/+ directory. deprecated protocols are placed in the +deprecated/+ directory.
Protocol development procedure Protocol development procedure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~