index.dita 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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
  19. <xref keyref="dita13-spec">DITA standard</xref>.</note>
  20. <section>
  21. <title>DITA-OT documentation</title>
  22. <p>The DITA Open Toolkit documentation provides information about installing, running, configuring and extending
  23. the toolkit.</p>
  24. <ul outputclass="list-group mb-5">
  25. <li outputclass="list-group-item list-group-item-action">See the
  26. <xref keyref="release-notes" outputclass="stretched-link"/> for information on the changes in the current
  27. release.</li>
  28. <li outputclass="list-group-item list-group-item-action">
  29. <xref keyref="installing-client" outputclass="stretched-link"/> shows how to install the toolkit and run a
  30. build to verify the installation.</li>
  31. <li outputclass="list-group-item list-group-item-action">
  32. <xref keyref="building-output" outputclass="stretched-link"/> explains the methods that can be used to
  33. transform DITA content to other formats, including the <cmdname>dita</cmdname> command, Ant, and the Java API,
  34. along with information on publishing DITA content from a containerized environment.</li>
  35. <li outputclass="list-group-item list-group-item-action">
  36. <xref keyref="input-formats" outputclass="stretched-link"/> provides information on supported input formats,
  37. including standard DITA XML, Markdown and the Lightweight DITA formats (XDITA, MDITA and HDITA).</li>
  38. <li outputclass="list-group-item list-group-item-action">
  39. <xref keyref="output-formats" outputclass="stretched-link">Output formats</xref> describes the core
  40. transformations that convert DITA to other formats.</li>
  41. <li outputclass="list-group-item list-group-item-action">
  42. <xref keyref="parameters" outputclass="stretched-link"/> explains how to adjust the behavior of DITA Open
  43. Toolkit via <cmdname>dita</cmdname> command arguments and options, DITA-OT parameter settings, and
  44. configuration properties.</li>
  45. <li outputclass="list-group-item list-group-item-action">
  46. <xref keyref="html-customization" outputclass="stretched-link"/> shows how to <ph
  47. conkeyref="html-customization/shortdesc-ph"/>.</li>
  48. <li outputclass="list-group-item list-group-item-action">
  49. <xref keyref="pdf-customization" outputclass="stretched-link"/> explains how to <ph
  50. conkeyref="pdf-customization/shortdesc-ph"/>.</li>
  51. <li outputclass="list-group-item list-group-item-action">
  52. <xref keyref="adding-plugins" outputclass="stretched-link"/> explains how to install, remove and discover new
  53. plug-ins.</li>
  54. <li outputclass="list-group-item list-group-item-action">
  55. <xref keyref="custom-plugins" outputclass="stretched-link"/> provides information on extending DITA-OT with
  56. plug-ins of your own.</li>
  57. <li outputclass="list-group-item list-group-item-action">
  58. <xref keyref="troubleshooting-overview" outputclass="stretched-link"/> contains information about resolving
  59. problems that you might encounter.</li>
  60. <li outputclass="list-group-item list-group-item-action">
  61. <xref keyref="reference" outputclass="stretched-link"/> topics provide additional information about the
  62. <xref keyref="architecture"/>,
  63. <xref keyref="dita-spec-support"/>, a
  64. <xref keyref="glossary"/> and other
  65. <xref keyref="dita-and-dita-ot-resources"/>.</li>
  66. </ul>
  67. </section>
  68. </body>
  69. </topic>