Re: [PHP-WEBMASTER] PHP online info manual
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Jan 8, 2008 9:31 PM, Josh Rosenthal <[email protected]> wrote: > Where can I find the documentation software used at > http://www.php.net/manual and modify it for text and not code > documentation? > I want to create an online user's manual for my software and would like > for it to function just like the PHP manual listed above. However, > unlike Jade http://www.jclark.com/jade I want the document to focus on > "how to" text (i.e. how to install the product, how to use one of the > screens, etc) and not documenting software. The "about the manual" section is actually slightly outdated. The documentations are still written using the DocBook (http://www.docbook.org/) markup but we are using our own rendering system these days, called PhD (see http://no.php.net/archive/2007.php#2007-10-03-1 && http://doc.php.net/wiki/phd). I honestly cannot recommend using PhD to render anything other than the php.net docs quite yet, so you are better of using the DocBook-XSL stylesheets (http://docbook.sourceforge.net/). -Hannes