third-party-software.dita 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. <conbody>
  9. <section>
  10. <title>DITA-OT <keyword keyref="release"/></title>
  11. <p>DITA-OT core processing uses the following third-party software:</p>
  12. <table>
  13. <tgroup cols="3">
  14. <colspec colname="project" colwidth="1*"/>
  15. <colspec colname="version" colwidth="1*"/>
  16. <colspec colname="license" colwidth="2*"/>
  17. <thead>
  18. <row>
  19. <entry>Software</entry>
  20. <entry>Version</entry>
  21. <entry>License</entry>
  22. </row>
  23. </thead>
  24. <tbody>
  25. <row>
  26. <entry>Ant</entry>
  27. <entry><keyword keyref="tool.ant.version"/></entry>
  28. <entry>
  29. <xref keyref="license-apache-2"/>
  30. </entry>
  31. </row>
  32. <row>
  33. <entry>Apache Commons Codec</entry>
  34. <entry><keyword keyref="tool.codec.version"/></entry>
  35. <entry>
  36. <xref keyref="license-apache-2"/></entry>
  37. </row>
  38. <row>
  39. <entry>Apache Commons IO</entry>
  40. <entry><keyword keyref="tool.io.version"/></entry>
  41. <entry>
  42. <xref keyref="license-apache-2"/></entry>
  43. </row>
  44. <row>
  45. <entry>Guava</entry>
  46. <entry><keyword keyref="tool.guava.version"/></entry>
  47. <entry>
  48. <xref keyref="license-apache-2"/></entry>
  49. </row>
  50. <row>
  51. <entry>ICU for Java (ICU4J)</entry>
  52. <entry><keyword keyref="tool.icu4j.version"/></entry>
  53. <entry>
  54. <xref keyref="license-ICU"/></entry>
  55. </row>
  56. <row>
  57. <entry>Logback Classic Module</entry>
  58. <entry><keyword keyref="tool.logback.version"/></entry>
  59. <entry>
  60. <xref keyref="license-EPL"/>,
  61. <xref keyref="license-LGPL"/>
  62. </entry>
  63. </row>
  64. <row>
  65. <entry><keyword keyref="tool.saxon.edition"/></entry>
  66. <entry><keyword keyref="tool.saxon.version"/></entry>
  67. <entry>
  68. <xref keyref="license-MPL"/></entry>
  69. </row>
  70. <row>
  71. <entry>Simple Logging Facade for Java (SLF4J)</entry>
  72. <entry><keyword keyref="tool.SLF4J.version"/></entry>
  73. <entry>
  74. <xref keyref="license-MIT"/></entry>
  75. </row>
  76. <row>
  77. <entry>Xerces</entry>
  78. <entry><keyword keyref="tool.xerces.version"/></entry>
  79. <entry>
  80. <xref keyref="license-apache-2"/></entry>
  81. </row>
  82. <row>
  83. <entry>XML APIs</entry>
  84. <entry><keyword keyref="tool.xmlapis.version"/></entry>
  85. <entry>
  86. <xref keyref="license-apache-2"/>,
  87. <xref keyref="license-W3C"/></entry>
  88. </row>
  89. <row>
  90. <entry>XML Resolver</entry>
  91. <entry><keyword keyref="tool.resolver.version"/></entry>
  92. <entry>
  93. <xref keyref="license-apache-2"/></entry>
  94. </row>
  95. </tbody>
  96. </tgroup>
  97. </table>
  98. <note>The XML APIs library contains source code for SAX and DOM APIs, which each have their own licenses.</note>
  99. </section>
  100. <section>
  101. <title>PDF plug-in</title>
  102. <p>The <codeph>org.dita.pdf2</codeph> plug-in relies on additional third-party software to generate PDF
  103. output:</p>
  104. <table>
  105. <tgroup cols="3">
  106. <colspec colname="project" colwidth="1*"/>
  107. <colspec colname="version" colwidth="1*"/>
  108. <colspec colname="license" colwidth="1*"/>
  109. <thead>
  110. <row>
  111. <entry>Software</entry>
  112. <entry>Version</entry>
  113. <entry>License</entry>
  114. </row>
  115. </thead>
  116. <tbody>
  117. <row>
  118. <entry>Apache Commons Logging</entry>
  119. <entry>1.0.4</entry>
  120. <entry>
  121. <xref keyref="license-apache-2"/></entry>
  122. </row>
  123. <row>
  124. <entry>Avalon Framework</entry>
  125. <entry>4.3.1</entry>
  126. <entry>
  127. <xref keyref="license-apache-2"/></entry>
  128. </row>
  129. <row>
  130. <entry>Apache XML Graphics</entry>
  131. <entry>2.1</entry>
  132. <entry>
  133. <xref keyref="license-apache-2"/></entry>
  134. </row>
  135. <row>
  136. <entry>Batik</entry>
  137. <entry>1.8</entry>
  138. <entry>
  139. <xref keyref="license-apache-2"/></entry>
  140. </row>
  141. <row>
  142. <entry>FOP</entry>
  143. <entry><keyword keyref="tool.fop.version"/></entry>
  144. <entry>
  145. <xref keyref="license-apache-2"/></entry>
  146. </row>
  147. </tbody>
  148. </tgroup>
  149. </table>
  150. </section>
  151. </conbody>
  152. </concept>