Author: tpalsulich
Date: Thu Jan 15 17:48:29 2015
New Revision: 1652192

URL: http://svn.apache.org/r1652192
Log:
Start building out the rest of the 1.7 areas of the site.

Added:
    tika/site/src/site/apt/1.7/index.apt
Modified:
    tika/site/src/site/apt/1.6/index.apt
    tika/site/src/site/site.xml

Modified: tika/site/src/site/apt/1.6/index.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/index.apt?rev=1652192&r1=1652191&r2=1652192&view=diff
==============================================================================
--- tika/site/src/site/apt/1.6/index.apt (original)
+++ tika/site/src/site/apt/1.6/index.apt Thu Jan 15 17:48:29 2015
@@ -1,5 +1,5 @@
                        ---------------
-                       Apache Tika 1.5
+                       Apache Tika 1.6
                        ---------------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one or more

Added: tika/site/src/site/apt/1.7/index.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.7/index.apt?rev=1652192&view=auto
==============================================================================
--- tika/site/src/site/apt/1.7/index.apt (added)
+++ tika/site/src/site/apt/1.7/index.apt Thu Jan 15 17:48:29 2015
@@ -0,0 +1,31 @@
+                       ---------------
+                       Apache Tika 1.7
+                       ---------------
+
+~~ 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.
+
+Apache Tika 1.7
+
+   The most notable changes in Tika 1.7 over the previous release are:
+
+  * TODO
+
+   The following people have contributed to Tika 1.7 by submitting or
+   commenting on the issues resolved in this release:
+
+    * TODO
+
+   See {{http://s.apache.org/a8m}} for more details on these contributions.

Modified: tika/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/site.xml?rev=1652192&r1=1652191&r2=1652192&view=diff
==============================================================================
--- tika/site/src/site/site.xml (original)
+++ tika/site/src/site/site.xml Thu Jan 15 17:48:29 2015
@@ -40,7 +40,15 @@
       <item name="Issue Tracker" 
href="https://issues.apache.org/jira/browse/TIKA"/>
     </menu>
     <menu name="Documentation">
-        <item name="Apache Tika 1.6" href="1.6/index.html">
+      <item name="Apache Tika 1.7" href="1.7/index.html">
+        <item name="Getting Started" href="1.7/gettingstarted.html"/>
+        <item name="Supported Formats" href="1.7/formats.html"/>
+        <item name="Parser API" href="1.7/parser.html"/>
+        <item name="Parser 5min Quick Start Guide" 
href="1.7/parser_guide.html"/>
+        <item name="Content and Language Detection" href="1.7/detection.html"/>
+        <item name="API Documentation" href="1.7/api/"/>
+      </item>
+      <item name="Apache Tika 1.6" href="1.6/index.html">
         <item name="Getting Started" href="1.6/gettingstarted.html"/>
         <item name="Supported Formats" href="1.6/formats.html"/>
         <item name="Parser API" href="1.6/parser.html"/>
@@ -48,7 +56,7 @@
         <item name="Content and Language Detection" href="1.6/detection.html"/>
         <item name="API Documentation" href="1.6/api/"/>
       </item>
-        <item name="Apache Tika 1.5" href="1.5/index.html" collapse="true">
+      <item name="Apache Tika 1.5" href="1.5/index.html" collapse="true">
         <item name="Getting Started" href="1.5/gettingstarted.html"/>
         <item name="Supported Formats" href="1.5/formats.html"/>
         <item name="Parser API" href="1.5/parser.html"/>


Reply via email to