Hi Philip, I am now playing around with the script, and I have sort of made it work. There is a lot of data, so I keep getting segfaults from bad regexes (eager instead of lazy matching) and memory overflows (allocating strings and arrays). I'm doing some optimisations now, so I'll hopefully have it running in a little time.
If anyone's interested, let me know and I'll host the source on my server and let you know when it's working. --Mathias. On 16/04/2008, Philip Olson <[EMAIL PROTECTED]> wrote: > > On 16 Apr 2008, at 11:17, Felipe Pena wrote: > > Hello, > > > > Em Qua, 2008-04-16 às 20:02 +0200, Mathias escreveu: > >> Hi list, > >> > >> I found this script that takes DocBook xml input and produces man > >> pages at http://markmail.org/message/nkqydq2uj2se53w3 - however, I > >> can't find an anonymous CVS access to the xml source of the > >> documentation. > >> > >> Is there a way to get the xml sources, or do I have to apply for a > >> read-write CVS account? > > > > Yes! > > http://www.php.net/anoncvs.php > > > > Hello Mathias- > > I doubt that script works because a lot has changed. Also there is a > script in the php manual sources (phpdoc/scripts/make_man.php) that is > based off it but it only sort of works. So you can play with it and > see what happens or wait for the current build system (PhD[1]) to do > it as creating man pages is on its TODO. Maybe in 2-6 months. > > Regards, > Philip > > [1] http://wiki.php.net/doc/phd > > -- Mvh. Mathias Rav Webudvikler hos Rav-stamps [EMAIL PROTECTED] -------- Best regards, Mathias Rav. Web developer at Rav-stamps [EMAIL PROTECTED]
