You are viewing a plain text version of this content. The canonical link for it is here.
Posted to odf-commits@incubator.apache.org by bu...@apache.org on 2017/06/20 15:30:11 UTC

svn commit: r1014271 - in /websites/staging/odftoolkit/trunk/content: ./ odftoolkit/odfdom/index.html

Author: buildbot
Date: Tue Jun 20 15:30:10 2017
New Revision: 1014271

Log:
Staging update by buildbot for odftoolkit

Modified:
    websites/staging/odftoolkit/trunk/content/   (props changed)
    websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html

Propchange: websites/staging/odftoolkit/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 20 15:30:10 2017
@@ -1 +1 @@
-1791052
+1799353

Modified: websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html
==============================================================================
--- websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html (original)
+++ websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html Tue Jun 20 15:30:10 2017
@@ -118,7 +118,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>ODFDOM is a free OpenDocument Format (ODF) library. Its purpose is to provide an easy common way to create, access and manipulate ODF files, without requiring detailed knowledge of the ODF specification. It is designed to provide the ODF developer community with an easy lightwork programming API portable to any object-oriented language.</p>
-<p>The current reference implementation is written in Java (see <a href="odftoolkit/0.6.2-incubating/odfdom/">JavaDoc</a>). </p>
+<p>The current reference implementation is written in Java (see <a href="/odftoolkit/0.6.2-incubating/odfdom/">JavaDocs online</a>). </p>
 <p>To learn more about the project's architecture, refer to the <a href="ProjectOverview.html">project overview</a> and the <a href="Layers.html">ODFDOM Layers</a> section.</p>
 <h2 id="quickstart">Quickstart<a class="headerlink" href="#quickstart" title="Permanent link">&para;</a></h2>
 <p>Put the odfdom.jar file in your classpath. You will need <a href="http://xml.apache.org/dist/xerces-j/">Apache Xerces-J</a> as XML parser and DOM implementation as well. Start with the following sample code to create a simple text document.</p>