DocBook as OLE help
- Peri worked with Jeff to add the documents to SVN.
- 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:
<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
The structure exists as:
docbook folder in trunk contains
- guide folders (one per module)
- chapters for each submenu in OLE
- chapters for Introductions
- chapters for appendixes
- images
- books
- Index
- one book per tab/module (these books contain the links to each chapter)
- Additionally needed to complete a CLA (on the Subversion wiki page)
- Checked out the project via Oxygen
- Tools >SVN client > Repository > host: http://svn.kuali.org/repos/ole > currently, the project is in branches/kole-1.0.0-Docbook/src/site/docbook
- Checked out to local computer
- Modify
- Check back in through Tools > SVN client > working copy > Refresh, then right click copy and "commit"
DocBook as PDF