Re: [DOC-AR] PHPDOC HowTo Summary
[email protected] ("Hannes Magnusson") Tue, 13 Nov 2007 13:25:31 +0100
| Newsgroups | php.doc.ar |
|---|---|
| Message-ID | <[email protected]> |
On Nov 13, 2007 11:50 AM, Salah Faya <[email protected]> wrote: > Dear all, and Abu Musaab, > 6- The XML files of the PHP Manual is being rendered using docbook to generate readable manual formats (html and etc), therefore we have to consider docbook's abilities in regards to the charset so we are going to use Arabic ISO charset not UTF8 or Windows. Why not UTF8? The charset you pick doesn't really matter as long as the charset used is specified in the <?xml encoding="..."?> headers for each file. > 11- There's an ongoing project of a livedoc generation (which shows the Manual online without the need of manual rendering) but I'm not sure what's the status of it at the moment. > I hope I didn't forget any thing important, and if there're any questions please send through this mailing list. The Livedocs project has been discontinued, the new rendering system is called PhD see http://doc.php.net/wiki/phd for basic instructions :) -Hannes