test
[hcoop/zz_old/ikiwiki] / DomTool.mdwn
1 This is the master page for information on HCoop's distributed system configuration tool.
2
3 = For everyone... =
4
5 * DomTool/UserGuide: An introduction to configuring shared daemons at HCoop
6 * ["DomTool/Examples"]: A smorgasbord of example configuration snippets
7 * DomTool/LanguageReference: A complete description of the programming language used for configuration files
8 * [http://deleuze.hcoop.net/domtool/ Standard library reference], including all of the primitive actions for configuring shared daemons
9
10 = For admins (and the curious)... =
11
12 * DomTool/AdminProcedures: The daily care and feeding of DomTool
13 * DomTool/ArchitectureOverview: How does this beast work, anyway?
14 * ["DomTool/Plugins"]: Descriptions of the different plugins responsible for configuring various daemons, including how they publish their configuration for those daemons to use
15 * DomTool/AdditionalClients: Several other command-line tools mentioned elsewhere on this wiki are really DomTool clients. This page collects notes on their implementations.
16 * DomTool/SslProcedures: How to set up the various certificates used by the domtool clients and servers
17 * ["DomTool/Building"]: Obtaining and building the DomTool source
18 * ["DomTool/Implementation"]: Details on the implementation of the DomTool tools
19 * ["DomTool/Debugging"]: Some tricks to do manually what DomTool usually does automatically
20
21 = Old pages =
22
23 * DomainTool describes the previous version of domtool.
24 * DomtoolTwo is the preview added by AdamChlipala before we began migrating to our new servers.