index.dita 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <topic id="dita-otprojecthome" xml:lang="en-US">
  5. <title>DITA Open Toolkit <keyword keyref="release"/></title>
  6. <shortdesc>The <term>DITA Open Toolkit</term>, or <term>DITA-OT</term> for short, is a set of Java-based, open-source
  7. tools that provide processing for content authored in the <term>Darwin Information Typing
  8. Architecture</term>.</shortdesc>
  9. <body>
  10. <note>While the DITA standard is owned and developed by OASIS, the DITA Open Toolkit project is governed separately.
  11. DITA-OT is an independent, open-source implementation of the DITA standard.</note>
  12. <section>
  13. <title>DITA-OT documentation</title>
  14. <p>The DITA Open Toolkit documentation provides information about installing, running, configuring and extending
  15. the toolkit.</p>
  16. <ul>
  17. <li>See the <xref keyref="release-notes"/> for information on the changes in the current release.</li>
  18. <li>
  19. <xref keyref="installing-client"/> shows how to install the toolkit and run a build to verify the
  20. installation.</li>
  21. <li><xref keyref="alternative-input-formats"/> introduces the new input formats supported in DITA-OT 3.0.</li>
  22. <li><xref keyref="building-output"/> provides information about transforming content, and the
  23. available output formats.</li>
  24. <li><xref keyref="parameters"/> explains how to adjust the behavior of the DITA Open Toolkit via
  25. <cmdname>dita</cmdname> command arguments and options, DITA-OT parameter settings, and configuration
  26. properties.</li>
  27. <li><xref keyref="extending-the-ot"/> provides more advanced information on extending the DITA-OT. <xref
  28. keyref="html-customization"/> and <xref keyref="pdf-customization"/> describe some of the most common
  29. customization scenarios. More advanced solutions are described in <xref keyref="custom-plugins"/>.</li>
  30. <li>The <xref keyref="troubleshooting-overview"/> section contains information about resolving problems that you
  31. might encounter.</li>
  32. <li><xref keyref="reference"/> topics provide additional information about the DITA-OT architecture, API and
  33. specification support, and other <xref keyref="dita-and-dita-ot-resources"/>.</li>
  34. </ul>
  35. </section>
  36. </body>
  37. </topic>