Graeme Geldenhuys wrote:

> What I would like to do is create a backend that could write to a rtf
> format to be compiled into .hlp or .chm files, or maybe directly to
> .chm or some custom (one single compressed file) help format.
> 
> Soon we (our company) would like to incorporate Context Sensitive Help
> (via pressing F1 or clicking a Help button) in our applications and
> want to design some help viewer and help file format. The help file
> must be a single file (even if it's like the OpenOffice help format -
> a bunch of html files inside a zip file).
> 
> I would like to be able to use our help viewer to view Class
> documentation as well, like the FPC or Lazarus class docs.
> 
> Umm... Maybe I should ask if anybody has started something like this
> already?  I know Darius create a TZipFileProject component that can
> access files inside a zip file - as if it was in a normal directory.
> 

there is a chm viewer in lazarus/components/chmhelp. it is possible to
run the free microsoft htmlhelp compiler "hhc.exe" in wine under linux.
somewhere here I have a project file for hhc to compile the html fpc and
lcl documentation into a .chm file or one for the each rtl fcl lcl etc.
There is also a component in that directory to install in lazarus  so
that pressing f1 starts lhelp and displays the correct page. It's very fast.

Regards,

Andrew Haines

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to