> -----Original Message----- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 14 June 2005 09:20 > To: [EMAIL PROTECTED] > Cc: 'Sean Coates'; phpdoc@lists.php.net > Subject: Re: [PHP-DOC] Livedocs Deployment to End Users (WAS: > some gobblygookabout theCHM) > > >>>Is there any reason why the docbook sources aren't distributed ? > >>> > >>>Seems that would remove some dependancies, and allow other > >> > >>viewers to pull the book(s) direct. > >> > >>They are... > >>http://cvs.php.net/phpdoc/ > > > > Post ./configure'd, and ready to use. > > Don't know if you remember I was the bod that appeared in > #phpdoc with the beginnings of a general docbook/xml viewer. > > OK, maybe I am repeating the same topic too often, but this > is just to try to focus efforts on some best of breed > solutions :) What would such a viewer do? How would it > compare to livedocs? > > Goba >
I think livedocs is trying to solve a different problem, I think. (Reducing time between edit/view?) I just want something I can dump several documents (possibly in different formats), to build a central library. http://homepage.ntlworld.com/jared.williams/php5/ss.png It takes complete documents using DOM to substitue all the entities, and splits it into chunks based on its doctype. (All docs in the screenshot are docbook, except for the mysql documentation which is TexInfoML.) The for actual presenting HTML, the chunk is simple transformed with a XSLT, again based on the original doctype, when requested, and possibly cached. Jared