comparison doc/html/guide/03-config-format/01-basics.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 8384df86e195
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 # Configuration file format
2
3 Both `irccd` and `irccdctl` use configuration file in a extended [INI][ini] format.
4
5 ## General syntax
6
7 The file syntax has following rules:
8
9 1. Each option is stored in a section,
10 2. Some sections may be redefined multiple times,
11 3. Empty option must have quotes (e.g. `option = ""`).
12
13 [ini]: https://en.wikipedia.org/wiki/INI_file