-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (82 loc) · 7.05 KB
/
index.html
File metadata and controls
82 lines (82 loc) · 7.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html><html lang="en">
<head>
<title>ODF Toolkit</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/odf.css" type="text/css">
</head>
<body>
<div id="banner">
<div id="bannerright">
<a href="https://www.documentfoundation.org/" alt="The Document Foundation"><img src="images/LibreOffice-Initial-Artwork-Logo-ColorLogoBasic-500px.png" id="tdf-logo" class="w350" alt="The Document Foundation"></a>
</div>
</div>
<div id="clear"></div>
<div id="sidenav">
<h1>General</h1>
<ul class="list-group">
<li class="list-group-item"><a href="index.html">About</a></li>
<li class="list-group-item"><a href="downloads.html">Downloads</a></li>
<li class="list-group-item"><a href="ReleaseNotes.html">ReleaseNotes</a></li>
</ul>
<h1>Components</h1>
<ul class="list-group">
<li class="list-group-item"><a href="odfdom/index.html">ODFDOM</a></li>
<li class="list-group-item"><a href="conformance/ODFValidator.html">ODF Validator</a></li>
<li class="list-group-item"><a href="generator/index.html">Schema To Template</a></li>
<li class="list-group-item"><a href="xsltrunner/ODFXSLTRunner.html">XSLT Runner</a></li>
<li class="list-group-item"><a href="simple/index.html">Simple API (deprecated)</a></li>
</ul>
<h1>Community</h1>
<ul class="list-group">
<li class="list-group-item"><a href="get-involved.html">Get Involved</a></li>
<li class="list-group-item"><a href="mailing-lists.html">Mailing Lists</a></li>
<li class="list-group-item"><a href="people.html">People</a></li>
<li class="list-group-item"><a href="developer-faqs.html">FAQs</a></li>
</ul>
<h1>Development</h1>
<ul class="list-group">
<li class="list-group-item"><a href="source.html">Source Code</a></li>
<li class="list-group-item"><a href="https://github.com/tdf/odftoolkit/issues">Bug Tracker</a></li>
<li class="list-group-item"><a href="javadoc.html">JavaDoc</a></li>
<li class="list-group-item"><a href="website-development.html">Website Development</a></li>
<li class="list-group-item"><a href="release-guide.html">Release Guide</a></li>
</ul>
<h1>TDF</h1>
<ul class="list-group">
<li class="list-group-item"><a href="https://www.documentfoundation.org/">The Document Foundation</a></li>
</ul>
</div>
<div id="contenta">
<h1 id="the-odf-toolkit">The ODF Toolkit</h1>
<p>Visit our latest documentation on <a href="https://tdf.github.io/odftoolkit/">GitHub</a>. People interested should follow the <a href="./mailing-lists.html">mail list</a> to track progress.</p>
<h2 id="mission-statement">Mission Statement</h2>
<p>The ODF Toolkit is a set of Java modules that allow programmatic creation, scanning and manipulation of <a href="http://opendocument.xml.org/">Open Document Format</a>, which <a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">is being developed under OASIS</a> (ISO/IEC 26300 == ODF) documents. Unlike other approaches which rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.</p>
<h2 id="components-of-the-odf-toolkit-(java)">Components of the ODF Toolkit (Java)</h2>
<ol>
<li> <p><strong>Software access to ODF</strong> is achievable by <a href="./odfdom/index.html">ODFDOM</a>. With 0.10.0 the basics of collaboration functionality - <a href="./odfdom/operations/operations.html">the change/operation concept</a> were added.</p> </li>
<li> <p><strong>ODF Conformance</strong> can be tested via the <a href="conformance/ODFValidator.html">ODF Validator</a>. Offered as command-line tool (executable JAR) or server component - via Web application archive (WAR) like <a href="https://odfvalidator.org/">here</a>.</p> </li>
<li> <p><strong>XSL Transformation</strong> loading the ODF XML from the zipped ODF can take the zipped ODF as source using the <a href="xsltrunner/ODFXSLTRunner.html">ODF XSLT Runner</a>.<br> This functionality is also available from <a href="https://ant.apache.org/">ANT</a> using our <a href="./xsltrunner/ODFXSLTRunnerTask.html">ANT task</a></p> </li>
<li> <p><strong>Creating Software Artefacts from the ODF grammar</strong> is possible via the <a href="./generator/index.html">generator project</a></p> </li>
</ol>
<p>Find our sources on <a href="https://github.com/tdf/odftoolkit">GitHub</a>. People interested should follow the <a href="mailing-lists.html">mail list</a> to track progress.</p>
<h2 id="history">History</h2>
<h3 id="2023-02-01-odf-toolkit-releases-of-0.12.0">2023-02-01 - ODF Toolkit releases of 0.12.0</h3>
<h3 id="2022-12-21-odf-toolkit-releases-of-0.11.0">2022-12-21 - ODF Toolkit releases of 0.11.0</h3>
<h3 id="2021-11-26-odf-toolkit-releases-of-0.9.0-and-0.10.0">2021-11-26 - ODF Toolkit releases of 0.9.0 and 0.10.0</h3>
<p>See the <a href="downloads.html">downloads page</a> for more details on the releases.</p>
<h3 id="2020-01-29-odf-toolkit-releases-of-0.9.0-rc-and-0.10.0-beta-(earlier/yet-named-1.0.0-beta)">2020-01-29 - ODF Toolkit releases of 0.9.0-rc and 0.10.0-beta (earlier/yet named 1.0.0-beta)</h3>
<h3 id="2018-12-18-odf-toolkit-becomes-a-project-of-the-document-foundation-(tdf)">2018-12-18 - ODF Toolkit becomes a project of The Document Foundation (TDF)</h3>
<p>The ODF Toolkit team is pleased to announce the reunion with LibreOffice.</p>
</div>
<html>
<head></head>
<body>
<div id="footera">
<div id="copyrighta">
<p><a href="https://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | <a href="https://www.libreoffice.org/privacy" target="_blank">Privacy Policy (Datenschutzerklärung)</a> | <a href="https://www.documentfoundation.org/statutes.pdf" target="_blank">Statutes (non-binding English translation)</a> - <a href="https://www.documentfoundation.org/satzung.pdf" target="_blank">Satzung (binding German version)</a> | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License, v2.0</a>. This does not include the source code of LibreOffice, which is licensed under the <a href="https://www.libreoffice.org/download/license/" target="_blank">Mozilla Public License v2.0</a>. “LibreOffice” and “The Document Foundation” are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="https://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>. LibreOffice was based on OpenOffice.org.</p>
</div>
</div>
</body>
</html>
</body>
</html>