diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-29 19:29:06 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-08-29 19:29:06 +0000 |
| commit | 1c2e0af877923cf8f0ed3e046662837f3fb6da35 (patch) | |
| tree | 71f8ecbb6e4e90b56a2b93b3f2a7e999c2d8c0c5 /doc/tipidee-config.html | |
| parent | df694a5987e58a1ec77ab809d83fcaf124da9d29 (diff) | |
| download | tipidee-1c2e0af877923cf8f0ed3e046662837f3fb6da35.tar.gz | |
Doc templates
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/tipidee-config.html')
| -rw-r--r-- | doc/tipidee-config.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/tipidee-config.html b/doc/tipidee-config.html new file mode 100644 index 0000000..d6a6f56 --- /dev/null +++ b/doc/tipidee-config.html @@ -0,0 +1,52 @@ +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <title>tipidee: the tipidee-config program</title> + <meta name="Description" content="tipidee: the tipidee-config program" /> + <meta name="Keywords" content="tipidee tipidee web server configuration text cdb file compilation cdbmake" /> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> + </head> +<body> + +<p> +<a href="index.html">tipidee</a><br /> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> +</p> + +<h1> The <tt>tipidee-config</tt> program </h1> + +<p> + <tt>tipidee-config</tt> is a tool that compiles a text configuration file +into a binary cdb file that is used by the <a href="tipideed.html">tipideed</a> +web server. +</p> + +<h2> Interface </h2> + +<pre> + tipidee-config [ -i <em>ifile</em> ] [ -o <em>ofile</em> ] +</pre> + +<ul> + <li> tipidee-config reads the <a href="tipidee.conf.html">/etc/tipidee.conf</a> +configuration file, parses it, and outputs a cdb file to <tt>/etc/tipidee.conf.cdb</tt>. </li> + <li> It then exits 0. </li> +</ul> + +<p> + TODO: write this page. +</p> + +<h2> Exit codes </h2> + +<h2> Options </h2> + +<h2> Detailed operation </h2> + +<h2> Notes </h2> + +</body> +</html> |
