added link to wikipedia article on ini file format

This commit is contained in:
tpltnt 2018-01-06 15:08:33 +01:00
parent 187eb562f2
commit 1896335eda

View File

@ -28,7 +28,7 @@ This document contains a complete list of the config files that are examined
by the client node, as well as the state files that you'll observe in its by the client node, as well as the state files that you'll observe in its
base directory. base directory.
The main file is named "``tahoe.cfg``", and is an ".INI"-style configuration The main file is named "``tahoe.cfg``", and is an "`.INI`_"-style configuration
file (parsed by the Python stdlib 'ConfigParser' module: "``[name]``" section 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 continuations). There are also other files containing information that does
@ -65,6 +65,7 @@ The item descriptions below use the following types:
a Foolscap endpoint identifier, like a Foolscap endpoint identifier, like
``pb://soklj4y7eok5c3xkmjeqpw@192.168.69.247:44801/eqpwqtzm`` ``pb://soklj4y7eok5c3xkmjeqpw@192.168.69.247:44801/eqpwqtzm``
.. _.INI: https://en.wikipedia.org/wiki/INI_file
.. _the Twisted strports documentation: https://twistedmatrix.com/documents/current/api/twisted.application.strports.html .. _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 .. _the Twisted Endpoints documentation: http://twistedmatrix.com/documents/current/core/howto/endpoints.html#endpoint-types-included-with-twisted