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 sv...@apache.org on 2017/04/11 13:56:19 UTC

svn commit: r1790976 - in /incubator/odf/site/trunk/content/odftoolkit: conformance/ODFValidator.mdtext odfdom/index.mdtext simple/index.mdtext xsltrunner/Home.mdtext

Author: svanteschubert
Date: Tue Apr 11 13:56:19 2017
New Revision: 1790976

URL: http://svn.apache.org/viewvc?rev=1790976&view=rev
Log:
Add JavaDoc API references and minor fixes

Modified:
    incubator/odf/site/trunk/content/odftoolkit/conformance/ODFValidator.mdtext
    incubator/odf/site/trunk/content/odftoolkit/odfdom/index.mdtext
    incubator/odf/site/trunk/content/odftoolkit/simple/index.mdtext
    incubator/odf/site/trunk/content/odftoolkit/xsltrunner/Home.mdtext

Modified: incubator/odf/site/trunk/content/odftoolkit/conformance/ODFValidator.mdtext
URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/conformance/ODFValidator.mdtext?rev=1790976&r1=1790975&r2=1790976&view=diff
==============================================================================
--- incubator/odf/site/trunk/content/odftoolkit/conformance/ODFValidator.mdtext (original)
+++ incubator/odf/site/trunk/content/odftoolkit/conformance/ODFValidator.mdtext Tue Apr 11 13:56:19 2017
@@ -293,12 +293,12 @@ help for instruction how to use Mercuria
 
   [1]: http://odf-validator.rhcloud.com/
   [2]: http://www.opendocsociety.org/
-  [3]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
-  [4]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
-  [5]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html
-  [6]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
+  [3]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
+  [4]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
+  [5]: http://docs.oracle.com/javase/8/docs/api/java/util/Properties.html
+  [6]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
   [7]: http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office
   [8]: https://msv.dev.java.net/
   [9]: https://isorelax-jaxp-bridge.dev.java.net
   [10]: http://xml.apache.org/dist/xerces-j/
-  [11]: http://odftoolkit.org/projects/conformancetools/sources/odf-validator-src/show
+  [11]: http://svn.apache.org/viewvc/incubator/odf/trunk/validator/

Modified: incubator/odf/site/trunk/content/odftoolkit/odfdom/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/odfdom/index.mdtext?rev=1790976&r1=1790975&r2=1790976&view=diff
==============================================================================
--- incubator/odf/site/trunk/content/odftoolkit/odfdom/index.mdtext (original)
+++ incubator/odf/site/trunk/content/odftoolkit/odfdom/index.mdtext Tue Apr 11 13:56:19 2017
@@ -2,7 +2,7 @@ Title: ODFDOM - the OpenDocument API
 
 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.
 
-The current reference implementation is written in Java.
+The current reference implementation is written in Java (see [JavaDoc](odftoolkit/0.6.2-incubating/odfdom/)). 
 
 To learn more about the project's architecture, refer to the [project overview][1] and the [ODFDOM Layers][2] section.
 
@@ -25,7 +25,7 @@ Documentation
 
 A good starting point is reading [the project overview][21] and [the ODFDOM Layers][22] will help you to get an overview over the ODFDOM package structure.
 
-Javadocs are [viewable online][23] or [downloadable as bundle][24] from the official Maven repository.
+Access [JavaDocs online][23] or [JavaDoc as bundle][24] from the official Apache repository.
 
 There are [David's ODFDOM tutorials][25]. You'll find an introduction as well as sample code for creating text and spreadsheet documents. (Note: The tutorials might not yet be adapted to the latest version).
 
@@ -45,7 +45,7 @@ If you're a developer, just dive into [t
   [20]: http://xml.apache.org/dist/xerces-j/
   [21]: ProjectOverview.html
   [22]: Layers.html
-  [23]: /odftoolkit/mvn-site/0.6.2-incubating/odfdom/apidocs/
+  [23]: /odftoolkit/0.6.2-incubating/odfdom/
   [24]: http://www.apache.org/dist/incubator/odftoolkit/docs/
   [25]: http://www.langintro.com/odfdom_tutorials/
   [26]: FrequentQuestions.html

Modified: incubator/odf/site/trunk/content/odftoolkit/simple/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/simple/index.mdtext?rev=1790976&r1=1790975&r2=1790976&view=diff
==============================================================================
--- incubator/odf/site/trunk/content/odftoolkit/simple/index.mdtext (original)
+++ incubator/odf/site/trunk/content/odftoolkit/simple/index.mdtext Tue Apr 11 13:56:19 2017
@@ -1,4 +1,4 @@
-Title: Apache ODF Toolkit(Incubating) - Simple API 
+Title: Apache ODF Toolkit(Incubating) - Simple API
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -38,7 +38,7 @@ Lastly, please reference the newest [jav
 Where can I get Simple API?
 ---------------------------
 
-You can go to [downloads page][10]. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.  
+You can go to [downloads page][10]. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.
 If you need the earlier versions before moved to Apache, please download [here][15].
 
 Need More Infomation?
@@ -48,7 +48,7 @@ If you want to supply suggestion or feed
 
 If you want to report a bug, please create issue on our [JIRA][12].
 
-If you want to contribute code, please read the [developer guide document][13], which introduces how to build the development environment.   
+If you want to contribute code, please read the [developer guide document][13], which introduces how to build the development environment.
 
 If you want to dive into this project, please reference the [document page][14], which lists lots of useful materials.
 
@@ -61,9 +61,9 @@ If you want to dive into this project, p
   [6]: gettingstartguide.html
   [7]: document/cookbook/index.html
   [8]: demo/index.html
-  [9]: /odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/index.html
+  [9]: /odftoolkit/0.6.2-incubating/simple/index.html
   [10]: ../downloads.html
-  [11]: mailto:devinhan@apache.org
+  [11]: mailto:odf-dev@incubator.apache.org
   [12]: https://issues.apache.org/jira/browse/ODFTOOLKIT
   [13]: http://incubator.apache.org/odftoolkit/simple/document/faq.html
   [14]: document/index.html

Modified: incubator/odf/site/trunk/content/odftoolkit/xsltrunner/Home.mdtext
URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/xsltrunner/Home.mdtext?rev=1790976&r1=1790975&r2=1790976&view=diff
==============================================================================
--- incubator/odf/site/trunk/content/odftoolkit/xsltrunner/Home.mdtext (original)
+++ incubator/odf/site/trunk/content/odftoolkit/xsltrunner/Home.mdtext Tue Apr 11 13:56:19 2017
@@ -1,6 +1,7 @@
 Title: ODF Conformance and other Tools
 
 This project develops tools for checking [ODF][1] conformance as well as tools that simplify the processing of ODF documents.
+[Online JavaDoc is available](odftoolkit/0.6.2-incubating/odfvalidator/)
 
 Conformance Tools
 -----------------
@@ -15,9 +16,10 @@ Application and Tools
 
 Other tools for processing ODF documents.
 
- - **ODF XSLT Runner**: A tools that simplifies the application of XSLT stylesheets to ODF documents.
+ - **ODF XSLT Runner**: A tools that simplifies the application of XSLT stylesheets to ODF documents. [Online JavaDoc is available](odftoolkit/0.6.2-incubating/xslt-runner/)
+
  - **ODF XSLT Runner Task**: An Ant task for the application of XSLT stylesheets to ODF documents.
 
 
   [1]: http://www.oasis-open.org/committees/office
-  [2]: http://tools.odftoolkit.org/odfvalidator
\ No newline at end of file
+  [2]: http://tools.odftoolkit.org/odfvalidator