tipidee
Software
skarnet.org

The tipidee-config program

tipidee-config is a tool that compiles a text configuration file into a binary cdb file that is used by the tipideed web server.

Interface

     tipidee-config [ -i textfile ] [ -o cdbfile ] [ -m mode ]

Exit codes

0
success
1
syntax error
2
invalid inclusion (cycle or unauthorized duplicate)
100
wrong usage
111
system call failed
129+
tipidee-config-preprocess was killed

Options

-i textfile
Use textfile as input instead of /etc/tipidee.conf
-o cdbfile
Use cdbfile as output instead of /etc/tipidee.conf.cdb. You can then use the -f cdbfile option to tipideed.
-m mode
Create the output file with permissions mode (given in octal). Default is 0644. Note that the output file should be readable by the user tipideed is started as. If tipideed is started as root and drops its privileges itself, the file can be made private.

Detailed operation

Notes

Just remember to run tipidee-config whenever you make a modification to your config file, and you'll be set.