third-party-software.dita 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="third-party-software">
  5. <title>Third-party software</title>
  6. <shortdesc>DITA Open Toolkit uses third-party software components to provide certain features in the core toolkit,
  7. Java API, and bundled plug-ins.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>PDF
  12. <indexterm>plug-in, required software</indexterm></indexterm>
  13. <indexterm>third-party software</indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <conbody>
  18. <section>
  19. <title>DITA-OT <keyword keyref="release"/></title>
  20. <p>DITA-OT core processing uses the following third-party software:</p>
  21. <table outputclass="table-hover" frame="none" colsep="0" rowsep="1">
  22. <tgroup cols="3">
  23. <colspec colname="project" colwidth="1*"/>
  24. <colspec colname="version" colwidth="1*"/>
  25. <colspec colname="license" colwidth="2*"/>
  26. <thead>
  27. <row>
  28. <entry>Software</entry>
  29. <entry>Version</entry>
  30. <entry>License</entry>
  31. </row>
  32. </thead>
  33. <tbody>
  34. <row>
  35. <entry>Ant
  36. <indexterm>Ant</indexterm></entry>
  37. <entry><keyword keyref="tool.ant.version"/></entry>
  38. <entry>
  39. <xref keyref="license-apache-2"/>
  40. </entry>
  41. </row>
  42. <row>
  43. <entry>Apache Commons Codec
  44. <indexterm>Apache Commons Codec</indexterm></entry>
  45. <entry><keyword keyref="tool.codec.version"/></entry>
  46. <entry>
  47. <xref keyref="license-apache-2"/></entry>
  48. </row>
  49. <row>
  50. <entry>Apache Commons IO
  51. <indexterm>Apache Commons IO</indexterm></entry>
  52. <entry><keyword keyref="tool.io.version"/></entry>
  53. <entry>
  54. <xref keyref="license-apache-2"/></entry>
  55. </row>
  56. <row>
  57. <entry>Guava
  58. <indexterm>Guava</indexterm></entry>
  59. <entry><keyword keyref="tool.guava.version"/></entry>
  60. <entry>
  61. <xref keyref="license-apache-2"/></entry>
  62. </row>
  63. <row>
  64. <entry>ICU for Java (ICU4J)
  65. <indexterm>ICU for Java (ICU4J)</indexterm></entry>
  66. <entry><keyword keyref="tool.icu4j.version"/></entry>
  67. <entry>
  68. <xref keyref="license-ICU"/></entry>
  69. </row>
  70. <row>
  71. <entry>Logback Classic Module
  72. <indexterm>Logback Classic Module</indexterm></entry>
  73. <entry><keyword keyref="tool.logback.version"/></entry>
  74. <entry>
  75. <xref keyref="license-EPL"/>,
  76. <xref keyref="license-LGPL"/>
  77. </entry>
  78. </row>
  79. <row>
  80. <entry><keyword keyref="tool.saxon.edition"/>
  81. <indexterm>Saxon</indexterm></entry>
  82. <entry><keyword keyref="tool.saxon.version"/></entry>
  83. <entry>
  84. <xref keyref="license-MPL"/></entry>
  85. </row>
  86. <row>
  87. <entry>Simple Logging Facade for Java (SLF4J)
  88. <indexterm>Simple Logging Facade for Java</indexterm></entry>
  89. <entry><keyword keyref="tool.SLF4J.version"/></entry>
  90. <entry>
  91. <xref keyref="license-MIT"/></entry>
  92. </row>
  93. <row>
  94. <entry>Xerces
  95. <indexterm>Xerces</indexterm></entry>
  96. <entry><keyword keyref="tool.xerces.version"/></entry>
  97. <entry>
  98. <xref keyref="license-apache-2"/></entry>
  99. </row>
  100. <row>
  101. <entry>XML APIs
  102. <indexterm>XML APIs</indexterm></entry>
  103. <entry><keyword keyref="tool.xmlapis.version"/></entry>
  104. <entry>
  105. <xref keyref="license-apache-2"/>,
  106. <xref keyref="license-W3C"/></entry>
  107. </row>
  108. <row>
  109. <entry>XML Resolver
  110. <indexterm>XML Resolver</indexterm></entry>
  111. <entry><keyword keyref="tool.resolver.version"/></entry>
  112. <entry>
  113. <xref keyref="license-apache-2"/></entry>
  114. </row>
  115. </tbody>
  116. </tgroup>
  117. </table>
  118. <note>The XML APIs library contains source code for SAX and DOM APIs, which each have their own licenses.</note>
  119. </section>
  120. <section>
  121. <title>PDF plug-in</title>
  122. <p>The <codeph>org.dita.pdf2</codeph> plug-in relies on additional third-party software to generate PDF
  123. output:</p>
  124. <table outputclass="table-hover" frame="none" colsep="0" rowsep="1">
  125. <tgroup cols="3">
  126. <colspec colname="project" colwidth="1*"/>
  127. <colspec colname="version" colwidth="1*"/>
  128. <colspec colname="license" colwidth="1*"/>
  129. <thead>
  130. <row>
  131. <entry>Software</entry>
  132. <entry>Version</entry>
  133. <entry>License</entry>
  134. </row>
  135. </thead>
  136. <tbody>
  137. <row>
  138. <entry>Apache Commons Logging
  139. <indexterm>Apache Commons Logging</indexterm></entry>
  140. <entry>1.0.4</entry>
  141. <entry>
  142. <xref keyref="license-apache-2"/></entry>
  143. </row>
  144. <row>
  145. <entry>Apache XML Graphics
  146. <indexterm>Apache XML Graphics</indexterm></entry>
  147. <entry>2.4</entry>
  148. <entry>
  149. <xref keyref="license-apache-2"/></entry>
  150. </row>
  151. <row>
  152. <entry>Batik
  153. <indexterm>Batik</indexterm></entry>
  154. <entry>1.12</entry>
  155. <entry>
  156. <xref keyref="license-apache-2"/></entry>
  157. </row>
  158. <row>
  159. <entry>FOP
  160. <indexterm>Apache FOP</indexterm></entry>
  161. <entry><keyword keyref="tool.fop.version"/></entry>
  162. <entry>
  163. <xref keyref="license-apache-2"/></entry>
  164. </row>
  165. </tbody>
  166. </tgroup>
  167. </table>
  168. </section>
  169. </conbody>
  170. </concept>