]> jfr.im git - solanum.git/blob - doc/readme.txt
Remove ambiguity in descriptions +u
[solanum.git] / doc / readme.txt
1 Here is the overview of the documents in the doc/ directory.
2
3 Subdirectories:
4
5 features/ - Documents about features and standards
6 technical/ - Technical documents about ircd internals and
7 protocol information
8 sgml/ - SGML documentation
9
10 Files:
11
12 ircd.conf.example - An example ircd.conf file describing most of the
13 user settable options
14 ircd.motd - A default ircd.motd used by make install
15 reference.conf - A complete example showing all possible config
16 options
17 credits-past.txt - Credits for the predecessors to Charybdis
18 logfiles.txt - Description of formatting of some logfiles
19 server-version-info.txt - Overview of the flags shown in /version
20
21 Also in the contrib/ directory you will find:
22 example_module.c - An example module, detailing what the code in a module
23 does. Useful for building your own modules.