Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

DocBook as OLE help

  1. Peri worked with Jeff to add the documents to SVN.
  2. Needed to change the image file references to ../images/filename.png and reference files to ../html/linkname
  3. 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">
  4. 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
    1. 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
    2. Checked out to local computer
    3. Modify
    4. Check back in through Tools > SVN client > working copy > Refresh, then right click copy and "commit"

DocBook as PDF

 

DocBook as a single HTML

  • No labels