"Dittmar, Daniel" wrote: > P.S. We can't switch to Emacs and psgml as we have to deliver our > documentation in standard SAP format for regular SAP customers.
Hmm, it sounds like it would be good build a not-quite-html to html converter script. The pages would probably benefit from being de-moronized <http://www.fourmilab.ch/webtools/demoroniser/> first and then stripped of font, b, i, meta and other deprecated fluff, maybe something like Abigails proxy <http://www.foad.org/~abigail/Perl/> will come in handy to help doing this. The tree structure should be translated into a directory tree with the individual documents knowing only it's own title. The menu tree ought to be generated dynamicly from the directory tree and the titles of the individual documents, whatever is generating it should use some sort of caching of the data though... All the links will need to be translated to the new directory structure, but that should be easy enough. I guess this task just made my personal TODO list:) -- Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
