index.dita 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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><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. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>OASIS</indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <body>
  17. <note>While the DITA standard is owned and developed by OASIS, the DITA Open Toolkit project is governed separately.
  18. DITA-OT is an independent, open-source implementation of the DITA standard.</note>
  19. <section>
  20. <title>DITA-OT documentation</title>
  21. <p>The DITA Open Toolkit documentation provides information about installing, running, configuring and extending
  22. the toolkit.</p>
  23. <ul>
  24. <li>See the <xref keyref="release-notes"/> for information on the changes in the current release.</li>
  25. <li>
  26. <xref keyref="installing-client"/> shows how to install the toolkit and run a build to verify the
  27. installation.</li>
  28. <li><xref keyref="alternative-input-formats"/> introduces the new input formats supported in DITA-OT³.</li>
  29. <li><xref keyref="building-output"/> provides information about transforming content, and the
  30. available output formats.</li>
  31. <li><xref keyref="parameters"/> explains how to adjust the behavior of DITA Open Toolkit via
  32. <cmdname>dita</cmdname> command arguments and options, DITA-OT parameter settings, and configuration
  33. properties.</li>
  34. <li><xref keyref="customizing"/> provides more advanced information on extending DITA-OT. <xref
  35. keyref="html-customization"/> and <xref keyref="pdf-customization"/> describe some of the most common
  36. customization scenarios. More advanced solutions are described in <xref keyref="custom-plugins"/>.</li>
  37. <li>The <xref keyref="troubleshooting-overview"/> section contains information about resolving problems that you
  38. might encounter.</li>
  39. <li><xref keyref="reference"/> topics provide additional information about the DITA-OT architecture, API and
  40. specification support, and other <xref keyref="dita-and-dita-ot-resources"/>.</li>
  41. </ul>
  42. </section>
  43. </body>
  44. </topic>