You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2018/10/30 11:08:01 UTC

svn commit: r1845223 - in /poi/site/src/documentation/content/xdocs/apidocs: ./ index.xml

Author: nick
Date: Tue Oct 30 11:08:01 2018
New Revision: 1845223

URL: http://svn.apache.org/viewvc?rev=1845223&view=rev
Log:
Start on a JavaDocs landing page

Added:
    poi/site/src/documentation/content/xdocs/apidocs/
    poi/site/src/documentation/content/xdocs/apidocs/index.xml

Added: poi/site/src/documentation/content/xdocs/apidocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/apidocs/index.xml?rev=1845223&view=auto
==============================================================================
--- poi/site/src/documentation/content/xdocs/apidocs/index.xml (added)
+++ poi/site/src/documentation/content/xdocs/apidocs/index.xml Tue Oct 30 11:08:01 2018
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   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 regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+   ====================================================================
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
+
+<document>
+  <header>
+    <title>Apache POI - JavaDocs</title>
+    <authors>
+      <person id="PD" name="POI Developers" email="dev@poi.apache.org" />
+    </authors>
+  </header>
+
+  <body>
+    <section><title>Apache POI JavaDocs</title>
+  <p>
+   The JavaDocs for the latest (development) version of Apache POI
+   can be <a href="/apidocs/dev/">accessed online here</a>, or build
+   from a <a href="/devel/subversion.html">source code checkout</a>
+   by running the <em>javadocs</em> Ant task.
+  </p>
+  <p>
+   TODO
+  </p>
+
+  <section><title>Older Releases</title>
+  <p>
+   TODO
+  </p>
+  </section>
+</section>
+</body>
+  <footer>
+    <legal>
+      Copyright (c) @year@ The Apache Software Foundation All rights reserved.
+      <br />
+      Apache POI, POI, Apache, the Apache feather logo, and the Apache 
+      POI project logo are trademarks of The Apache Software Foundation.
+    </legal>
+  </footer>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org