[Prologdoc-devel] Alternate CSS for pdoc
Status: Beta
Brought to you by:
bramadams
From: Chris M. <cj...@fr...> - 2005-08-25 21:42:59
|
I'm experimenting with a new style for pdoc generated html. This just requires a simple addition to the xsl and an additional css file. Salvador has done an excellent job on making the whole system extensible and allowing easy configuration at different levels See what you think: Salvador's AVL code: http://www.fruitfly.org/~cjm/blip/pdoc/avl.html Some of my modules: http://www.fruitfly.org/~cjm/blip/pdoc/graph.html http://www.fruitfly.org/~cjm/blip/pdoc/sb_db.html http://www.fruitfly.org/~cjm/blip/modules.html As you can see, the predicate index is now in a left panel. I prefer this to the default style where you have to scroll past a (potentially large) index of predicates just to get the basic details on the module. (All this is being generated using prolog 5.4.7 which doesn't manifest the previously mentioned problems) Cheers Chris |