zetah
unread,Jan 13, 2013, 3:37:44 PM1/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-i...@googlegroups.com
I think that almost all documentation generators provide option for CHM output.
I personally find CHM handy as it's fast, doesn't require opening whole browser, nor Internet connection, and it's just great help system - it's very very light, has TOC, index, search pane and bookmark pane and is very flexible being generated from HTML. It's also available on any platform, thou maybe non-Windows users aren't aware of it. Can be also called on specific indexed keyword automatically as Scite provides special subsystem for CHM files.
In Scite source however I can't see how documentation is generated. There are ready made HTML files (some generated by Python scripts) that are declared as XHTML, but half of these files aren't XHTML and can't be accessed by XML tools without manually changing or deleting parts. Some I guess aren't auto-generated from source, but who knows...
So before even considering script for generating CHM project files from available sources, maybe there is already such option and I don't see it?