Weblog tool that converts changelog to html
chalow [OPTION]... CHANGELOG...
chalow is a weblog tool written in Perl. It converts ChangeLog to HTML and RSS.
The options are as follows:
-n, --top-n=NUM
write NUM days to index.html
-o, --output-dir=DIR
directory to output
-c, --configure-file=FILE
configure file
-s, --stop-date=DATE
date to stop processing
-u, --update-by-size
overwrite only if sizes are different
-C, --css=FILE
css file
-q, --quiet
quiet mode
-8, --utf8
utf8 mode
-d, --debug
debug mode
chalow ChangeLog
chalow -c cl.conf ChangeLog
chalow --utf8 -o $HOME/public_html/diary -c cl.conf ChangeLog*
chalow assumes that ChangeLog file is encoded with EUC-JP or US-ASCII by default. If you want to use UTF-8, use the utf8 mode option (`-8' or `--utf8'). Other encodings, such as ISO-8859-1, ISO-8859-15, EUC-KR, are not supported.
This manual page is provided by Debian. It is not integrated in the upstream source.
More information is available at `/usr/share/doc/chalow' on Debian systems.