Jamie Nguyen
dysco****@gmail*****
Tue Feb 8 02:23:44 JST 2011
OK, I have added man-pages using manServer [1]. FYI here is procedure that I used: $ cp /usr/share/man/man8/ccs-* ./ $ cp /usr/share/man/man8/init_policy.8.gz ./ $ for i in *.gz; do zcat ${i} > ${i%.*};done $ for i in *.8; do manServer.pl ${i} > ${i%.*}.html.en The <a name=$number> entries were a little messed up, but only for "Synopsis" and "See also" sections. And I replaced preceding <head> section for each page with more useful information. Apart from that, the script works great! It's actually a patched version of manServer 1.07 [2] that I used. Found it on a random google search to fix an issue the original script has. [1] http://www.squarebox.co.uk/users/rolf/download/manServer.shtml [2] http://www.opensource.apple.com/source/fetchmail/fetchmail-16/fetchmail/dist-tools/manServer.pl