forked from dita-ot/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (65 loc) · 4.61 KB
/
index.html
File metadata and controls
66 lines (65 loc) · 4.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: base
title: "DITA Open Toolkit"
toc: false
---
<div class="hero-unit">
<h1>{{ page.title }}</h1>
<p>The DITA Open Toolkit, or DITA-OT for short, is a set of Java-based, open source tools that provide processing for DITA maps and topic content.</p>
<p>You can download the OT and install it for free on your computer to get started with topic-based writing and publishing.</p>
<a class="btn btn-large btn-success" href="http://sourceforge.net/projects/dita-ot/files/DITA-OT%20Stable%20Release/DITA%20Open%20Toolkit%20{{site.version}}">Download DITA-OT</a>
</div>
<!--div class="row-fluid">
<div class="span4">
<h2>Download</h2>
<p>Download and install <a href='http://sourceforge.net/projects/dita-ot/files/DITA-OT%20Stable%20Release/DITA%20Open%20Toolkit%20{{site.version}}/'>DITA Open Toolkit {{site.version}}</a>.</p>
</div>
<div class="span4">
<h2>Read the Docs</h2>
<p>Everything you need to know about <a href='http://dita-ot.sourceforge.net/{{site.version}}/'>how to use DITA Open Toolkit</a>.</p>
</div>
<div class="span4">
<h2>Get Involved</h2>
<a href='get-involved.html'>Contribute</a> to the community and the project.</p>
</div>
</div-->
<h2>Features of the DITA Open Toolkit</h2>
<p>The DITA Open Toolkit is primarily a publishing tool – it is intended to convert DITA content into various output formats. This topic describes which versions of DITA are supported as input; it also describes the output formats available in a default installation.</p>
<h3 id="supported_versions_of_dita">Supported versions of DITA</h3>
<p>The toolkit supports all standard versions of DITA, including 1.0, 1.1, and 1.2. In addition, it will still process documents that were written according to the pre-OASIS version of DITA, often called “dita132”.</p>
<h3 id="supported_transformation_types">Supported transformation types</h3>
<p>The following transformation types are supported out of the box with any toolkit installation:</p>
<ul>
<li>
<p><strong>PDF</strong> - PDF output is based on a plug-in that produces XSL-FO output. The XSL-FO output may be converted to PDF using an open source tools (Apache FOP) or using commercial tools such as RenderX or Antenna House Formatter.</p>
</li>
<li>
<p><strong>XHTML</strong> - XHTML output is supported together with a variety of XHTML-based navigation types. Navigation is not required. The XHTML output contains class values based on the DITA elements so CSS files may be used to customize the output style.</p>
</li>
<li>
<p><strong>Eclipse Help</strong> - Eclipse output is an XHTML based format that also produces navigation and index files for use with Eclipse information centers.</p>
</li>
<li>
<p><strong>TocJS</strong> The TocJS transformation type includes XHTML output along with JavaScript based frames for navigation, including TOC sections that expand and collapse.</p>
</li>
<li>
<p><strong>HTML Help</strong> - Microsoft Compiled HTML Help output produces a compiled help (.chm) file with the XHTML topics, table of contents, and index.</p>
</li>
<li>
<p><strong>Java Help</strong> - Java Help includes a table of contents and index for use with the Java Help platform.</p>
</li>
<li>
<p><strong>OpenDocument</strong> - ODT is a document format based on the ODF standard, for use with tools like Open Office.</p>
</li>
<li>
<p><strong>Rich Text Format</strong> - RTF output is supported for basic content, but complex markup and some advanced features of DITA may not be supported.</p>
</li>
<li>
<p><strong>troff</strong> - troff based man pages are supported; one man page is generated for each input topic. Note that tables are not supported by this transformation type.</p>
</li>
</ul>
<p>The toolkit’s plug-in mechanism allows new transformation types to be added. Note that both TocJS and PDF2 were originally separately installable plug-ins, which became widespread enough that they are now bundled together with the default toolkit installation.</p>
<h2>License</h2>
<p>The DITA Open Toolkit is licensed for use, at the user's election, under the Common Public License 1.0 (CPL) or Apache License 2.0. A copy of the CPL and Apache License 2.0 can be found at the root directory of the DITA Open Toolkit deliverable package.</p>
<p><strong>Note</strong>: Common Public License 1.0 license has been superseded by the Eclipse Public License.</p>
<p>If, at the time of use, the Project Management Committee has designated another version of these licenses or another license as being applicable to the DITA Open Toolkit, user may select to have its subsequent use of the DITA Open Toolkit governed by such other designated license.</p>