chalow - weblog tool that converts ChangeLog to HTML
Contents
Bugs
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.
Description
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
Examples
Generateindex.html,cl.rdf,etc.fromChangeLog:
chalow ChangeLog
Generateindex.html,cl.rdf,etc.fromChangeLogwithcl.conf:
chalow -c cl.conf ChangeLog
Generateindex.html,cl.rdf,etc.intothe$HOME/public_html/diarydirectoryfromChangeLog*(suchasChangeLog,ChangeLog.2,ChangeLog.old)withcl.confinutf8mode:
chalow --utf8 -o $HOME/public_html/diary -c cl.conf ChangeLog*
Name
chalow - weblog tool that converts ChangeLog to HTML
See Also
More information is available at `/usr/share/doc/chalow' on Debian systems.
July 1, 2006 CHALOW(1p)
Synopsis
chalow [OPTION]... CHANGELOG...
