about.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project hosted on
  4. Sourceforge.net. See the accompanying license.txt file for
  5. applicable licenses.
  6. (C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
  7. *-->
  8. <?xml-stylesheet href="../../../../xsl/ditaview_shell.xsl" type="text/xsl"?>
  9. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
  10. "../../../../dtd/concept.dtd">
  11. <concept id="tocjs_about" xml:lang="en-us">
  12. <title>About tocjs</title>
  13. <shortdesc>JavaScript TOC Navigation Plugin for the DITA Open Toolkit's XHTML output.</shortdesc>
  14. <conbody>
  15. <p>The tocjs plugin generates a Table of Contents for the DITA Open Toolkit's XHTML output that can expand and
  16. collapse nodes. It is a more usable and visually pleasing option than the standard
  17. <filepath>index.html</filepath> generated by the Open Toolkit's <codeph>dita2html</codeph>
  18. transformation.</p>
  19. <p>The JavaScript code used in this plugin is derived from the Yahoo YUI Treeview widget. This
  20. plugin goes a long way to making DITA XHTML output slick and professional looking for a web site
  21. or custom built help engine.</p>
  22. <p>Beginning with DITA-OT version 1.5.4, the code has been updated to supply default framesets using
  23. the same look-and-feel as this sample documentation. Existing users with customized tocjs processing
  24. will not notice a change; new users will immediately get working tocjs based output. If you want
  25. your own look and feel, rather than that of the samples, you will need to customize several
  26. things to get it working properly with your project. </p>
  27. <note type="note">All examples in this documentation assume a Unix style file separator. If you
  28. are on a Windows machine, replace the '<codeph>/</codeph>' character with a '<codeph>\</codeph>'
  29. character for all file paths.</note>
  30. </conbody>
  31. <related-links>
  32. <link href="http://developer.yahoo.com/yui/treeview/" scope="external" type="html">
  33. <linktext>Yahoo! Treeview Widget</linktext>
  34. <desc>http://developer.yahoo.com/yui/treeview/</desc>
  35. </link>
  36. <link href="http://wsa.sophos.com/docs/ws1000/" scope="external" format="html">
  37. <linktext>Sophos tocjs output</linktext>
  38. <desc>http://wsa.sophos.com/docs/ws1000/</desc>
  39. </link>
  40. </related-links>
  41. </concept>