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/06/13 16:33:37 UTC

svn commit: r190410 - in /forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs: docs_0_70/index.xml site.xml tabs.xml versions/ versions/index.xml

Author: crossley
Date: Mon Jun 13 07:33:36 2005
New Revision: 190410

URL: http://svn.apache.org/viewcvs?rev=190410&view=rev
Log:
Seem to need a "versions" directory to make the sub-tabs behave.

Added:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml   (with props)
Modified:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/index.xml
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/index.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/index.xml?rev=190410&r1=190409&r2=190410&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/index.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/index.xml Mon Jun 13 07:33:36 2005
@@ -38,7 +38,9 @@
         <a href="site:plugins/index">Plugins</a>.
       </p>
       <p>
-        See other versions of documentation at the sub-tabs above.
+        See links to 
+        <a href="site:versions/overview">other versions</a>
+        of documentation.
       </p>
     </section>
   </body>

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml?rev=190410&r1=190409&r2=190410&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml Mon Jun 13 07:33:36 2005
@@ -129,13 +129,12 @@
     </mail>
   </external-refs>
   
-  <!--<versions tab="otherVersions">
+  <versions tab="otherVersions">
     <overview label="Overview" href="versions/index.html"/>
     <v0.8 label="0.8-dev" href="site:v0.80//index"/>
     <v0.7 label="0.7 (current)" href="site:v0.70//index"/>
     <v0.6 label="0.6" href="site:v0.60//index"/>
   </versions>
--->
 
   <tools label="Tools" href="tools/" tab="tools">
     <index label="Index" href="index.html"/>

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml?rev=190410&r1=190409&r2=190410&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml Mon Jun 13 07:33:36 2005
@@ -35,7 +35,7 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Versioned Docs"  dir="" indexfile="versions.html">
+    <tab id="docs" label="Versioned Docs" dir="versions" indexfile="index.html">
       <tab id="v0_70" label="0.70 (current)" dir="docs_0_70" indexfile="index.html" />
       <tab id="v0_80" label="0.80-dev (under development)" dir="docs_0_80" indexfile="index.html" /> 
       <tab id="v0_60" label="0.60 (past)" dir="docs_0_60" indexfile="index.html" />

Added: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml?rev=190410&view=auto
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml (added)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml Mon Jun 13 07:33:36 2005
@@ -0,0 +1,33 @@
+<?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 for other versions</title>
+  </header>
+  <body>
+    <p>
+      Documentation is available for various releases ...
+    </p>
+    <ul>
+      <li><a href="site:v0.60/documentation/index">0.6</a> - the past release</li>
+      <li><a href="site:v0.70/documentation/index">0.7</a> - the current release</li>
+      <li><a href="site:v0.80/documentation/index">0.8-dev</a> - the current development version</li>
+    </ul>
+  </body>
+</document>

Propchange: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/versions/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native