From: "Gre7g Luterman" <[EMAIL PROTECTED]> > I love how the PHP manual is displayed on the php.net web site, and > I'm wondering what program they used to generate those pages. Is the > code publicly available? If not, does anyone know of any publicly > available code which does a similar thing? > > I've recently written a manual for djbdns and I'm looking for a way > to make it more "net friendly" than a single PDF file. I'd love to > have it broken into sections, have prev/next capabilities, search, > etc., but I don't want to go reinventing the wheel.
We are using only publicly available code. Look for DocBook, Jade, Stylesheets and so ... If you want more learn about the PHP documentation, download the howto.tar.gz -Egon