Hi,
How do I create hhc,hhp and hhk files?
Hi,
How do I create hhc,hhp and hhk files?
Try HelpBlocks:
Its a bit buggy but does the job quite well, generating .chm or the linux
help.
Regards
Richard
On Monday 04 June 2007 23:38, simon kagwe wrote:
Hi,
How do I create hhc,hhp and hhk files?
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Richard Terry <rterry <at> internode.on.net> writes:
Try HelpBlocks:
Its a bit buggy but does the job quite well, generating .chm or the linux
help.
Thanks. I'm trying it out right now and it seems great!
simon kagwe wrote:
Richard Terry <rterry <at> internode.on.net> writes:
Try HelpBlocks:
Its a bit buggy but does the job quite well, generating .chm or the linux help.
Thanks. I'm trying it out right now and it seems great!
Another option might be HelpScribble http://www.helpscribble.com/ , it generates multiple help formats.
Werner
For a free alternative see http://www.vizacc.com/
Marco De Felice wrote:
For a free alternative see http://www.vizacc.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Interesting, it also seems to support pdf generation.
Stani
What I'd really like is to have htmlhelp support as a plugin in wikidpad
(http://wikidpad.python-hosting.com/)
In addition to all the other suggestions, you can store you help text as a DocBook file (XML) and use the DocBook Stylesheets to convert them to CHM Compatible HTML files (with the hh* files needed to compile them with the MS HTML Help compiler).
I do this for many of my projects.