Re: [Phplib-users] linuxdoc to docbook
Brought to you by:
nhruby,
richardarcher
From: Peter T. <pte...@te...> - 2002-02-20 21:11:16
|
Check out www.lyx.org Lyx is a so called WYSIWIM text processor and capable of generating Docbook sgml documents, using sgmltools. (Unfortunately import functions are limited, but it's fairly easy to cut and paste an ASCII file into Lyx format). Tool is not completed yet, but usable. (alternatively you could use emacs, but in my opinion less user friendly. An example of Lyx usage can be found here: The Linux+IPv6-HOWTO, maintained by Peter Bieringer. Hint: use fix4, there are some bugs in previous version regarding the generated SGML code (e.g. "colspec" tag and "<" chars in code-formatted lines). LyX file is available at (there are also some Perl tools there): http://cvsview.linuxdoc.org/index.cgi/users/Peter-Bieringer/ and the exported SGML: http://cvsview.linuxdoc.org/index.cgi/howto/docbook/Linux%2bIPv6-HOWTO.sgml and the LDP generated HTTP: http://www.linuxdoc.org/HOWTO/Linux+IPv6-HOWTO/index.html Let me know if I can assist in some way. Cheers, Peter At 16:41 20-02-2002, Joe Stewart wrote: >Which sources for the docs are you using? > >I don't know much at all about it but this should do the basic conversion >shouldn't it? > > sgmltools -b ld2db documentation.sgml > >Or something similar. > >Can we get this on the phplib site? > >Joe > >On Wed, Feb 20, 2002 at 06:18:26PM -0600, nathan r. hruby wrote: > > > > Do you have any recommendations on Docbook editors or p[oitners to the > > format? I'll help when I can but I don't know nuthin' bout no DocBook. > > > > -n > > > > ------ > > nathan hruby > > na...@ds... > > ------ > > > > On Wed, 20 Feb 2002, Tarique Sani <ta...@sa...> wrote: > > > > > > > > If you are refering to http://www.sanisoft.com/phplib - the site is > > > incomplete - I am looking for volunteers to complete the DocBook XML > > > > > > > > >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users |