summaryrefslogtreecommitdiff
path: root/doc/tipidee-config.html
blob: d6a6f56112846321753cbbce9effbfca009be9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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>