Re: [PHP-WEBMASTER] The php.net CMS
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Hi Eric On Jan 21, 2008 4:56 PM, Eric Gorr <[email protected]> wrote: > Personally I think that php.net is one of the best sites out there > which documents a language. I was wondering if the CMS system that > php.net is built on is freely or commercially available as I have a > similar problem to solve - I need a high-quality system to document a > language and it is not practical to try to develop something nearly > equivalent to php.net myself. All our docs are written using the DocBook[1] XML markup. The rendering system is a new-in-house application written in PHP, called PhD[2][3]. In all honesty, PhD isn't ready for external projects. It is highly customized to the needs of the PHP Documentation team (but is also extremely simple to get into for anyone with basic PHP skills). In the future (hopefully within few months) it will however be ready for other projects. In the meantime, I'd recommend DocBook-XSL[4] which is probably the best DocBook renderer today. The reason we developed PhD is however for performance and maintence (PhD renders the php.net docs in three different formats in under 5minutes while it took DocBook-XSL 90minutes to render each format). -Hannes [1] http://docbook.org/ [2] http://www.php.net/archive/2007.php#2007-10-03-1 [3] http://doc.php.net/wiki/phd [4] http://docbook.sourceforge.net/