README.txt 837 B

1234567891011121314151617181920212223242526
  1. TOCJS README
  2. The tocjs plugin generates a Table of Contents for the DITA Open Toolkit's
  3. XHTML output that can expand and collapse nodes. It is a more usable and
  4. visually pleasing option than the standard index.html generated by the Open
  5. Toolkit's dita2html transformation.
  6. Note: The examples below assume a Unix style file separator. If you are on
  7. a Windows machine, replace the '/' character with a '\' character for
  8. all file paths.
  9. To install and test the plugin:
  10. 1) From the main directory of the DITA Open Toolkit, type:
  11. ant -f integrator.xml
  12. 2) Type: ant -f demo/tocjs/buildsample.xml sample2tocjs.
  13. 3) Open demo/tocjs/out/sample/frameset.html in a browser.
  14. For more detailed documentation and licensing information, see README.html
  15. in the 'docs' directory.