...
- Peri worked with Jeff to add the documents to SVN. See Developing Rice DocBook Documentation
(Kuali OLE follows Rice and is currently using the DocBook 5 format for documentation and the docbkx-maven plugin to generate the documentation as part of our maven build.) - Needed to change the image file references to ../images/filename.png and reference files to ../html/linkname
Separated out the chapters into individual xml files and pasted the docbook document type declaration in the chapter element:
Code Block <chapter xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en-US">
- Created an index page
...
Peri is working to create webhelp from DocBook. Currently images are not displaying. It is our intent to have the webhelp pages linked with OLE.
References
- DocBook: The Definitive Guide - clear, concise, normative reference to the DocBook DTD,the official documentation for the DocBook DTD
- docbook.org - main DocBook site
- DocBook XSL: The Complete Guide - definitive guide to DocBook stylesheets
- DocBkx Maven Plugin - reference for the plugin used to generate the DocBook docs, anything usually run as a command line option is set in maven
- DocBook Quick Reference put together by the Ubuntu community