On 2013-04-20 18:22, Anthony Walter wrote: > > Here is an example if you want some inspiration: > http://codebot.org/bare/default.html
Problem with web based documentation is that they are very slow, requires online access, and lacks lots of feature that make dedicated documentation viewers a much better choice. Maybe you should take a look at DocView (fpGUI's documentation viewer) and the highly optimised INF help file format. DocView starts up in <1s even with multiple large INF files, allows help file concatenation at runtime, advanced searching in and across INF files, annotation support, bookmark support, font customisation, image support etc. It is also very easy to integrate with any IDE or programmer editor. http://fpgui.sourceforge.net/screenshots_apps.shtml http://fpgui.sourceforge.net/docview_ide_integration.shtml fpdoc also support the output of IPF, which is the source form of compiled INF help files. If you want to give DocView a try, pre-built binaries are available for download from SourceForge. There are also pre-built INF help files for fpGUI Class docs, Free Pascal's Language Reference (manually converted to look much better than auto-conversions), FPC's RTL and FCL docs. All in all, a 1.9Mb download for the lot. http://sourceforge.net/projects/fpgui/files/fpGUI/1.0/ http://sourceforge.net/projects/fpgui/files/fpGUI/Documentation/ Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
