Introduction
This is a scratchpad for developing our gameplan for moving PEARDoc to Docbook5. Although one person can do *much* of the raw conversion, developing a plan and communicating it so whomever is interested can jump in and help would be a good idea.
This is an extension of the discussion started on the PEAR-DOC mailing list
Please read the docbook 4 to 5 conversion documentation to get an idea of what is involved.
Interested people: Arnaud, Brett, Christian, Hannes, Philip, Mark + YOU
TODO
Here is my best guess at a list of what needs to be done in detail (please help me correct this, and for action items, please give some idea of the actual commands we need to run and tools required):
Move PECL SPPLUS docs to phpdoc ([http://news.php.net/php.doc/969378514])- done, Brett/HannesBuild an apache redirect for the PECL docs to their correct place in the php manual- done, helgiRemove PECL docs from peardoc- done, MarkConvert peardoc to Docbook5 - see conversion script below- done, cweiskeCreate a branch in peardoc to do the conversion, we can merge back to HEAD when complete- done, cweiskeHandling the translations needs to be taken into account in some way- done, cweiskeCloak entities so we don't lose them [http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/contrib/tools/cloak/cloak?view=markup]- done, cweiskeConvert files to Docbook5 using db4-upgrade.xsl- done, cweiskeUncloak the files to get entities back in- done, cweiske
Validate all the docs- done, cweiskeGet [http://wiki.php.net/doc/phd PhD] running on the files- done, cweiske
Items which I don't know where to place:
Decide on a move to a set/book structure, and where the sets/books are separated at (categories/collectives, or individual packages)- done, cweiskewhat, semantically is involved in this - docbook reference- done, cweiske
- Examine the OO Skeletons developed for phpdoc
- Book structure [http://doc.php.net/wiki/skeletons]
- OO Skeleton [http://doc.php.net/wiki/skeletons/oo]
move PEARDoc to Book structure?- done, cweiske- move relevant pages to an OO skeleton..?
- bleed
- sweat
Conversion Script
This is a start at a conversion script, which will handle almost all of step 4 above.
Execution examples
Convert all files
./peardoc_conversion.sh
Convert one file
./peardoc_conversion.sh peardoc/en/chapters/installation/shared.xml
Code can be found in http://cvs.php.net/viewvc.cgi/peardoc/phd-db5-conversion/
Conversion problems
When I ran the script above on peardoc/en/ I ran into some problems with the following files.
The majority of issues are <!DOCTYPE declarations which are not cloaked correctly...? And files that do not have a singular root node (xml requirement).
peardoc/en/chapters/faq/documentation.xmlfixed, cdatapeardoc/en/chapters/installation/shared.xmlmove info on manually installing into separate filepeardoc/en/guide/newmaint/first-package-tips.xmlremoved, empty filepeardoc/en/package/gtk2/gtk2-indexedcombobox/glade.xmlfixed, cdatapeardoc/en/package/pear/pear-info/pear-info/getstylesheet.xmlfixed, cdatapeardoc/en/package/php/phpunit/testcase.xmlremove entities to missing content, file isn't used anywayspeardoc/en/package/system/system-procwatch/system-procwatch-config.xmlmove entities to parent sectionpeardoc/en/package/system/system-procwatch/system-procwatch-parser.xmlmove entities to parent sectionpeardoc/en/package/system/system-procwatch/system-procwatch.xmlmove entities to parent sectionpeardoc/en/package/text/text-highlighter/intro.xmlfixed, no root nodepeardoc/en/package/xml/xml-beautifier/example.xmlfixed, cdatapeardoc/en/package/xml/xml-serializer/xml-serializer/examples.xmlfixed, cdata
The following files in other translations have problems: THE FOLLOWING FILES HAD ERRORS:
peardoc/fr/chapters/installation/shared.xml