-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
350 lines (342 loc) · 12.7 KB
/
index.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
---
layout: splash
title: 'DITA Open Toolkit'
toc: false
---
<div class="jumbotron jumbotron-fluid">
<div class="container">
<div class="row">
<div class="col-md-2">
<img
src="images/dita-ot-logo.svg"
class="mt-3"
alt="DITA Open Toolkit logo"
height="128px"
/>
</div>
<div class="col-md-10">
<h1 class="display-3 ml-md-4 ml-lg-n2">{{ page.title }}</h1>
<p class="lead ml-md-4 ml-lg-n2">
The open-source publishing engine for content authored in the
<em>Darwin Information Typing Architecture</em>.
</p>
<a
class="conference-banner"
href="https://www.oxygenxml.com/events/2025/dita-ot_day.html"
target="_blank"
>
<div class="title">DITA-OT Day - Copenhagen 2025</div>
<div class="details">
🇩🇰 February 16, 2025<br />
Copenhagen, Denmark
</div>
</a>
</div>
</div>
</div>
</div>
<div class="container marketing">
<div class="card-deck row teasers">
<div class="card col-lg-4 text-center shadow-sm p-3 mb-5 rounded">
<p class="teaser">{% octicon checklist %}</p>
<h2>Features</h2>
<p class="lead">
DITA Open Toolkit is a publishing tool used to process DITA content and convert it to other
formats.
</p>
<p>
<a class="btn btn-lg btn-light stretched-link" href="#features" role="button"
>Learn more »</a
>
</p>
</div>
<div class="card col-lg-4 text-center shadow-sm p-3 mb-5 rounded">
<p class="teaser">{% octicon desktop-download %}</p>
<h2>Download</h2>
<p class="lead">
Install DITA Open Toolkit for structured authoring, topic-based writing and cross-media
publishing workflows.
</p>
<p>
<a
class="btn btn-lg btn-success stretched-link"
href="{{ site.baseurl }}/download"
role="button"
>
{% octicon download %} Download DITA-OT {{ site.version }}
</a>
</p>
</div>
<div class="card col-lg-4 text-center shadow-sm p-3 mb-5 rounded">
<p class="teaser">{% octicon book %}</p>
<h2>Docs</h2>
<p class="lead">
The DITA Open Toolkit docs provide information about running, configuring and extending the
toolkit.
</p>
<p>
<a class="btn btn-lg btn-light stretched-link" href="{{ site.baseurl }}/dev" role="button"
>Read the docs »</a
>
</p>
</div>
</div>
<hr class="featurette-divider" id="features" />
<div class="row featurette">
<div class="col-lg-7">
<h2 class="featurette-heading">
Open source. <span class="text-muted">Free as a bird.</span>
</h2>
<p class="lead">
While the DITA standard is owned and developed by OASIS, the
<em>DITA Open Toolkit</em> project is governed separately.
</p>
<p>
DITA Open Toolkit is a vendor-independent, open-source implementation of the DITA standard,
released under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. The
toolkit supports all versions of the
<a href="https://docs.oasis-open.org/dita/dita/v1.3/dita-v1.3-part0-overview.html"
>OASIS DITA specification</a
>, including 1.0, 1.1, 1.2, and 1.3.
</p>
<p>
<em>As of Release 3.0</em>, DITA-OT also provides support for
<a href="https://daringfireball.net/projects/markdown/">Markdown</a>, and the alternative
authoring formats proposed for Lightweight DITA. XML input and lightweight markup formats
can be combined in a single map file and converted to a variety of different output formats.
</p>
<p>
The DITA Open Toolkit project welcomes contributions from the community. The project depends
heavily on the dedication of a small group of
<a href="{{ site.baseurl }}/who_we_are">contributors</a>, most of whom work on the project
in their spare time.
</p>
<p>
If you use DITA Open Toolkit to publish XML content, we hope you’ll consider
<a href="{{ site.baseurl }}/contributing">contributing</a> to the project in any way you
can.
</p>
</div>
<div class="col-lg-5 text-center">
<img class="featurette-image finch img-fluid" src="images/dita-logo.png" alt="DITA logo" />
</div>
</div>
<hr class="featurette-divider" id="output-formats" />
<div class="row featurette">
<div class="col-lg-7 order-2">
<h2 class="featurette-heading">
Output formats. <span class="text-muted">Out of the box.</span>
</h2>
<p class="lead">
The toolkit’s extensible plug-in mechanism allows you to add your own transformations and
customize the default output, including:
</p>
<ul>
<li>
<p>
<strong>HTML</strong> – HTML5 and XHTML output are supported with a variety of
HTML-based navigation types. The HTML output contains class values based on the DITA
elements for styling via CSS.
</p>
</li>
<li>
<p>
<strong>PDF</strong> – PDF output is generated from XSL Formatting Objects (XSL-FO) via
an open-source formatter (Apache FOP) or commercial tools such as Antenna House
Formatter or RenderX XEP.
</p>
</li>
<li>
<p>
<strong>Markdown</strong> – Along with Markdown input, DITA-OT now provides new output
formats to convert DITA content to the original Markdown syntax, GitHub-Flavored
Markdown, and GitBook.
</p>
</li>
<li>
<p>
<strong>Normalized DITA</strong> – The DITA-to-DITA transformation resolves map
references, keys, content references, and code references for troubleshooting or
post-processing with other systems.
</p>
</li>
<li>
<p>
<strong>Eclipse Help</strong> – Eclipse output is an HTML-based format that also
produces navigation and index files for use with Eclipse information centers.
</p>
</li>
<li>
<p>
<strong>HTML Help</strong> – Microsoft Compiled HTML Help output produces a compiled
help (.chm) file with HTML topics, table of contents, and index.
</p>
</li>
</ul>
</div>
<div class="col-lg-5 order-1 text-center">
<img
class="featurette-image img-fluid"
alt="Output formats"
src="images/dita-ot_output.png"
/>
</div>
</div>
<hr class="featurette-divider" id="dita-ot-powers-these-tools" />
<div class="row featurette">
<div class="col-lg-7">
<h2 class="featurette-heading">
DITA infrastructure. <span class="text-muted">Publishing power.</span>
</h2>
<p class="lead">
DITA Open Toolkit provides an extensible publishing engine that serves as the foundation of
the software ecosystem that enables DITA workflows.
</p>
<p>
Many of the best-known XML editors, enterprise authoring solutions and commercial content
management systems rely on DITA-OT to publish XML content, including:
</p>
<ul>
<li>
Authoring tools
<ul>
<li><a href="https://www.fontoxml.com" target="_blank">Fonto</a></li>
<li>
<a href="https://www.adobe.com/products/framemaker.html" target="_blank"
>Adobe FrameMaker</a
>
</li>
<li><a href="https://www.oxygenxml.com" target="_blank">oXygen XML Editor</a></li>
<li><a href="https://www.xmetal.com" target="_blank">XMetaL Author Enterprise</a></li>
</ul>
</li>
<li>
Content analysis
<ul>
<li>
<a href="https://www.deltaxml.com/products/conversionqa/" target="_blank"
>DeltaXML ConversionQA</a
>
</li>
</ul>
</li>
<li>
Content management systems
<ul>
<li><a href="https://www.astoriasoftware.com" target="_blank">Astoria CMS</a></li>
<li>
<a href="https://www.bluestream.com/xdocs/" target="_blank">Bluestream XDocs CCMS</a>
</li>
<li>
<a href="https://www.webworks.com/Products/CloudDrafts/" target="_blank"
>CloudDrafts</a
>
</li>
<li><a href="https://www.componize.com" target="_blank">Componize DITA CMS</a></li>
<li><a href="https://www.ditaexchange.com" target="_blank">DitaExchange Dx4</a></li>
<li><a href="https://www.intuillion.com" target="_blank">DITAToo DITA CMS</a></li>
<li><a href="https://ditaworks.com" target="_blank">DITAworks</a></li>
<li>
<a href="https://www.empolis.com/en/products/#portfolio" target="_blank"
>Empolis Content Express</a
>
</li>
<li><a href="https://heretto.com" target="_blank">Heretto</a></li>
<li>
<a href="https://www.ixiasoft.com/ixiasoft-ccms/" target="_blank"
>IXIASOFT DITA CMS</a
>
</li>
<li>
<a href="https://contiem.com/software/rsuite/" target="_blank">RSuite CCMS</a>
</li>
<li>
<a href="https://www.rws.com/content-management/tridion/docs/" target="_blank"
>RWS Tridion Docs</a
>
</li>
<li><a href="https://www.vasont.com/" target="_blank">Vasont DITA CMS</a></li>
<li>
<a
href="https://www.adobe.com/products/xml-documentation-for-experience-manager.html"
target="_blank"
>XML Documentation for Adobe Experience Manager</a
>
</li>
</ul>
</li>
<li>
Delivery systems
<ul>
<li><a href="https://congility.com/ditaweb" target="_blank">DITAweb</a></li>
<li>
<a href="https://www.webworks.com/Products/ePublisher/" target="_blank">ePublisher</a>
</li>
<li><a href="https://www.fluidtopics.com" target="_blank">Fluid Topics</a></li>
<li>
<a href="https://www.oxygenxml.com/xml_webhelp.html" target="_blank"
>oXygen XML WebHelp</a
>
</li>
<li><a href="https://www.zoominsoftware.com/" target="_blank">Zoomin</a></li>
</ul>
</li>
<li>
Print production
<ul>
<li>
<a href="https://www.precisioncontent.com/our-technology/ditainprint" target="_blank"
>DITA InPrint™</a
>
</li>
<li>
<a href="https://congility.com/idxml/" target="_blank"
>IdXML – DITA to Adobe InDesign</a
>
</li>
<li>
<a href="https://www.miramo.com" target="_blank">MiramoPDF</a>
</li>
<li>
<a href="https://contiem.com/software/publishing-software/topleaf/" target="_blank"
>TopLeaf XML Publisher</a
>
</li>
<li>
<a href="https://www.antennahouse.com/dita-pdf5-plugin" target="_blank">
Antenna House PDF5-ML Plugin</a
>
</li>
</ul>
</li>
</ul>
<p>
For PDF output, DITA-OT generates XSL Formatting Objects from DITA content. The interim
XSL-FO format is passed to an FO processor like the open-source
<a href="https://xmlgraphics.apache.org/fop/" target="_blank">Apache™ FOP</a>
<em>(included with DITA-OT)</em> or a commercial solution such as
<a href="https://www.antennahouse.com/antenna1/formatter/" target="_blank"
>Antenna House Formatter</a
>
or <a href="https://www.renderx.com/tools/xep.html" target="_blank">RenderX XEP</a>, which
renders the final PDF.
</p>
<p class="text-muted">
To add your company to this list,
<a href="https://github.com/dita-ot/website/issues/new" target="_blank">create an issue</a>
or
<a href="https://help.github.com/articles/using-pull-requests/" target="_blank"
>open a pull request</a
>.
</p>
</div>
<div class="col-lg-5 text-center">
<img
class="featurette-image img-fluid"
alt="Publishing platform"
src="images/dita-ot_input.png"
/>
</div>
</div>
</div>