mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
added link to RFC 822
This commit is contained in:
parent
a6655040b2
commit
c3a91376f3
@ -30,7 +30,7 @@ base directory.
|
||||
|
||||
The main file is named "``tahoe.cfg``", and is an "`.INI`_"-style configuration
|
||||
file (parsed by the Python stdlib `ConfigParser`_ module: "``[name]``" section
|
||||
markers, lines with "``key.subkey: value``", rfc822-style
|
||||
markers, lines with "``key.subkey: value``", `RFC822-style`_
|
||||
continuations). There are also other files containing information that does
|
||||
not easily fit into this format. The "``tahoe create-node``" or "``tahoe
|
||||
create-client``" command will create an initial ``tahoe.cfg`` file for
|
||||
@ -67,6 +67,7 @@ The item descriptions below use the following types:
|
||||
|
||||
.. _.INI: https://en.wikipedia.org/wiki/INI_file
|
||||
.. _ConfigParser: https://docs.python.org/2/library/configparser.html
|
||||
.. _RFC822-style: https://www.ietf.org/rfc/rfc0822
|
||||
.. _the Twisted strports documentation: https://twistedmatrix.com/documents/current/api/twisted.application.strports.html
|
||||
.. _the Twisted Endpoints documentation: http://twistedmatrix.com/documents/current/core/howto/endpoints.html#endpoint-types-included-with-twisted
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user