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 2004/12/05 07:04:04 UTC

svn commit: r109859 - /forrest/branches/forrest_06_branch/src/documentation/content/xdocs/docs/index.xml /forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml

Author: crossley
Date: Sat Dec  4 22:04:04 2004
New Revision: 109859

URL: http://svn.apache.org/viewcvs?view=rev&rev=109859
Log:
Add an index.html to the docs directory to match up with 0.7/docs/dev/index.html

Added:
   forrest/branches/forrest_06_branch/src/documentation/content/xdocs/docs/index.xml   (contents, props changed)
Modified:
   forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml

Added: forrest/branches/forrest_06_branch/src/documentation/content/xdocs/docs/index.xml
Url: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/documentation/content/xdocs/docs/index.xml?view=auto&rev=109859
==============================================================================
--- (empty file)
+++ forrest/branches/forrest_06_branch/src/documentation/content/xdocs/docs/index.xml	Sat Dec  4 22:04:04 2004
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  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 V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
+<document> 
+  <header> 
+    <title>Apache Forrest 0.6 Documentation</title> 
+  </header> 
+  <body>
+    <p>This is the documentation for Apache Forrest 0.6.</p>
+    <p>See the <link href="../">Forrest Project</link> for main documents and links to other versions of documentation.</p>
+  </body>
+</document>

Modified: forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml
Url: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml?view=diff&rev=109859&p1=forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml&r1=109858&p2=forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml&r2=109859
==============================================================================
--- forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml	(original)
+++ forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml	Sat Dec  4 22:04:04 2004
@@ -34,7 +34,7 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Documentation" dir="docs" indexfile="your-project.html">
+    <tab id="docs" label="Documentation" dir="docs">
       <tab id="core" label="Core" dir="docs" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" dir="docs" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" dir="docs" indexfile="forrestbar.html"/>