1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="Distribution packages"/>
|
---|
11 | <meta name="abstract" content="The DITA Open Toolkit is distributed in three packages: minimal, standard, and full-easy-install. The source code is available both as a Git repository and a ZIP file."/>
|
---|
12 | <meta name="description" content="The DITA Open Toolkit is distributed in three packages: minimal, standard, and full-easy-install. The source code is available both as a Git repository and a ZIP file."/>
|
---|
13 | <meta name="DC.subject" content="distribution packages, full-easy-install package, overview, minimal package, overview, standard package, overview"/>
|
---|
14 | <meta name="keywords" content="distribution packages, full-easy-install package, overview, minimal package, overview, standard package, overview"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-installation.html"/>
|
---|
16 | <meta name="DC.Relation" scheme="URI" content="https://sourceforge.net/projects/dita-ot/files"/>
|
---|
17 | <meta name="DC.Relation" scheme="URI" content="https://github.com/dita-ot/dita-ot"/>
|
---|
18 | <meta name="DC.Format" content="XHTML"/>
|
---|
19 | <meta name="DC.Identifier" content="distribution_packages"/>
|
---|
20 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
21 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
22 | <title>Distribution packages</title>
|
---|
23 | </head>
|
---|
24 | <body id="distribution_packages">
|
---|
25 |
|
---|
26 |
|
---|
27 | <h1 class="title topictitle1">Distribution packages</h1>
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 | <div class="body conbody"><p class="shortdesc">The DITA Open Toolkit is distributed in three packages: minimal, standard, and
|
---|
32 | full-easy-install. The source code is available both as a Git repository and a ZIP file.</p>
|
---|
33 |
|
---|
34 | <div class="section"><h2 class="title sectiontitle">Minimal package</h2>
|
---|
35 |
|
---|
36 | <div class="p">This package is designed for vendors that embed the toolkit within a product. It contains
|
---|
37 | all of the core processing code: CSS and XSLT files, Ant build scripts, Java code
|
---|
38 | (<span class="ph filepath">dost.jar</span>), resource files, and the OASIS DITA DTDs and Schemas.
|
---|
39 | Users need to have their own versions of Ant and other libraries; they also need to set up
|
---|
40 | environment variables for each library. The only external files that are included are the
|
---|
41 | DTDs and Schemas, along with the following open-source libraries:<ul class="ul">
|
---|
42 | <li class="li">Apache Catalog Resolver, version <span class="keyword">1.1</span></li>
|
---|
43 |
|
---|
44 | <li class="li">Apache Commons Codec, version <span class="keyword">1.4</span></li>
|
---|
45 |
|
---|
46 | <li class="li">Apache Xerces, version <span class="keyword">2.11.0</span></li>
|
---|
47 |
|
---|
48 | </ul>
|
---|
49 | </div>
|
---|
50 |
|
---|
51 | <div class="p">The minimal package has the following file names:<ul class="ul">
|
---|
52 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_minimal_bin.zip</span></li>
|
---|
53 |
|
---|
54 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_minimal_bin.tar.gz</span></li>
|
---|
55 |
|
---|
56 | </ul>
|
---|
57 | </div>
|
---|
58 |
|
---|
59 | </div>
|
---|
60 |
|
---|
61 | <div class="section"><h2 class="title sectiontitle">Standard package</h2>
|
---|
62 |
|
---|
63 | <p class="p">This package is designed for people who want the core toolkit functionality, but who
|
---|
64 | already have locally-installed copies of Ant and other required tools. It contains
|
---|
65 | everything in the minimal package, plus documentation, demo code (for example, legacy
|
---|
66 | support for the old bookmap), sample Ant scripts, and sample DITA files. The standard
|
---|
67 | package includes the following open-source libraries:</p>
|
---|
68 |
|
---|
69 | <ul class="ul">
|
---|
70 | <li class="li">Apache Catalog Resolver, version <span class="keyword">1.1</span></li>
|
---|
71 |
|
---|
72 | <li class="li">Apache Commons Codec, version <span class="keyword">1.4</span></li>
|
---|
73 |
|
---|
74 | <li class="li">Apache Xerces, version <span class="keyword">2.11.0</span></li>
|
---|
75 |
|
---|
76 | </ul>
|
---|
77 |
|
---|
78 | <div class="p">The standard package has the following file names:<ul class="ul">
|
---|
79 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_standard_bin.zip</span></li>
|
---|
80 |
|
---|
81 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_standard_bin.tar.gz</span></li>
|
---|
82 |
|
---|
83 | </ul>
|
---|
84 | </div>
|
---|
85 |
|
---|
86 | </div>
|
---|
87 |
|
---|
88 | <div class="section"><h2 class="title sectiontitle">Full-easy-install package</h2>
|
---|
89 |
|
---|
90 | <p class="p">his package is designed for users who want the simplest installation experience. In
|
---|
91 | addition to the core DITA-OT code and the external libraries that are in the minimal and
|
---|
92 | standard packages, it contains Apache Ant and FOP. The full-easy-install package also
|
---|
93 | contains batch files designed to set up a build environment using those tools, as well as a
|
---|
94 | scripts for a guided demo of the DITA-OT. The full-easy-install package includes the
|
---|
95 | following external libraries:</p>
|
---|
96 |
|
---|
97 | <ul class="ul">
|
---|
98 | <li class="li">Apache Ant, version <span class="keyword">1.8.4</span></li>
|
---|
99 |
|
---|
100 | <li class="li">Apache Catalog Resolver, version <span class="keyword">1.1</span></li>
|
---|
101 |
|
---|
102 | <li class="li">Apache Commons Codec, version <span class="keyword">1.4</span></li>
|
---|
103 |
|
---|
104 | <li class="li">Apache FOP, version <span class="keyword">1.0</span></li>
|
---|
105 |
|
---|
106 | <li class="li">ICU for Java, version <span class="keyword">49.1</span></li>
|
---|
107 |
|
---|
108 | <li class="li">Apache Xerces, version <span class="keyword">2.11.0</span></li>
|
---|
109 |
|
---|
110 | <li class="li">Saxon, version <span class="keyword">9.1</span></li>
|
---|
111 |
|
---|
112 | </ul>
|
---|
113 |
|
---|
114 | <div class="p">The full-easy-install package has the following file names:<ul class="ul">
|
---|
115 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_full_easy_install_bin.zip</span></li>
|
---|
116 |
|
---|
117 | <li class="li"><span class="ph filepath">DITA-OT<span class="keyword">1.8.5</span>_full_easy_install_bin.tar.gz</span></li>
|
---|
118 |
|
---|
119 | </ul>
|
---|
120 | </div>
|
---|
121 |
|
---|
122 | </div>
|
---|
123 |
|
---|
124 | </div>
|
---|
125 |
|
---|
126 | <div class="related-links">
|
---|
127 | <div class="familylinks">
|
---|
128 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/DITA-installation.html" title="You can install the DITA Open Toolkit (DITA-OT) on Linux, Mac OSX, and Windows. The process for installing and setting up the DITA-OT depends on the type of distribution package that you select.">Installing the DITA Open Toolkit</a></div>
|
---|
129 | </div>
|
---|
130 | <div class="relinfo"><strong>Related information</strong><br/>
|
---|
131 | <div><a class="link" href="https://sourceforge.net/projects/dita-ot/files" target="_blank">DITA Open Toolkit distibution package downloads</a></div>
|
---|
132 | <div><a class="link" href="https://github.com/dita-ot/dita-ot" target="_blank">DITA Open Toolkit source</a></div>
|
---|
133 | </div>
|
---|
134 | </div>
|
---|
135 |
|
---|
136 | </body>
|
---|
137 | </html>
|
---|