You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/02 09:38:06 UTC

svn commit: r159763 - in forrest/trunk/site-author/content/xdocs: docs.xml site.xml

Author: crossley
Date: Fri Apr  1 23:38:05 2005
New Revision: 159763

URL: http://svn.apache.org/viewcvs?view=rev&rev=159763
Log:
Add a docs overview page to link to each set of version docs.

Added:
    forrest/trunk/site-author/content/xdocs/docs.xml   (with props)
Modified:
    forrest/trunk/site-author/content/xdocs/site.xml

Added: forrest/trunk/site-author/content/xdocs/docs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs.xml?view=auto&rev=159763
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs.xml (added)
+++ forrest/trunk/site-author/content/xdocs/docs.xml Fri Apr  1 23:38:05 2005
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed 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" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>Documentation</title>
+  </header>
+  <body>
+    <p>
+      Documentation is available for various releases ...
+    </p>
+    <ul>
+      <li><a href="docs/0.6/">0.6</a> - the current release</li>
+      <li><a href="docs/0.7/">0.7-dev</a> - the current development version</li>
+    </ul>
+  </body>
+</document>

Propchange: forrest/trunk/site-author/content/xdocs/docs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&r1=159762&r2=159763
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Fri Apr  1 23:38:05 2005
@@ -28,8 +28,9 @@
   </about>
 
   <documentation label="Documentation">
-     <v0.6 label="0.6 (current)" href="docs/"/>
-     <dev label="0.7-dev (unstable)" href="docs/dev/"/>
+    <overview label="Overview" href="docs.html"/>
+    <v0.6 label="0.6 (current)" href="docs/0.6/"/>
+    <v0.7 label="0.7-dev (unstable)" href="docs/0.7/"/>
   </documentation>
 
   <getting-involved label="Getting Involved" tab="project">