You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/03/16 11:29:34 UTC

svn commit: rev 9529 - incubator/depot/trunk/ruper/src/documentation/content/xdocs

Author: nicolaken
Date: Tue Mar 16 03:29:32 2004
New Revision: 9529

Modified:
   incubator/depot/trunk/ruper/src/documentation/content/xdocs/site.xml
Log:
Full version of the navigation menus.

Modified: incubator/depot/trunk/ruper/src/documentation/content/xdocs/site.xml
==============================================================================
--- incubator/depot/trunk/ruper/src/documentation/content/xdocs/site.xml	(original)
+++ incubator/depot/trunk/ruper/src/documentation/content/xdocs/site.xml	Tue Mar 16 03:29:32 2004
@@ -1,27 +1,78 @@
-<?xml version="1.0"?>
-<!--
-$Id: site.xml 9408 2004-03-13 08:18:32Z nickchalko $
-Copyright 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.
--->
-<site label="Apache Ruper" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
-  <about label="About">
-    <index label="Index" href="index.html" description="Apache Ruper"/>
-    <changes label="Changes" href="changes.html" description="History of Changes" />
-    <todo label="Todo" href="todo.html"  description="Todo List" />
-    
-  </about>
-
-
-</site>
+<?xml version="1.0"?>
+<!--
+$Id: site.xml 9408 2004-03-13 08:18:32Z nickchalko $
+Copyright 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.
+-->
+<site label="Apache Incubator Depot Ruper" xmlns="http://apache.org/forrest/linkmap/1.0">
+
+   <community label="Community"  tab="community">
+      <changes label="Changes" href="changes.html" description="History of Changes" />
+      <todo label="Todo" href="todo.html" description="Todo List" />
+   </community>
+
+   <project label="Project"  tab="project">
+      <index label="Index" href="index.html" description="Welcome to Ruper" />
+   </project>
+   
+   <docs label="Overview"  tab="docs">
+      <overview label="Overview" href="overview.html" description="Overview" />
+      <config label="Config" href="config/index.html" description="Config" />
+      <api label="API" href="api/index.html" description="API" />
+      <faqs label="FAQs" href="faq.html" description="Ruper FAQs" />
+   </docs>
+      
+   <commandline label="Commandline" description="commandline"  href="tool/" tab="docs">
+     <cli label="CLI"                   href="index.html"/>
+     <quickstart label="Quick Start"    href="quickstart.html"/>    
+     <repository label="Repository"     href="repotool.html"/>     
+   </commandline>
+   
+   <ant label="Ant" href="ant/" description="Ant Tasks"  tab="docs">
+	    <overview label="Overview"     href="overview.html"/>     
+	    <quickstart label="Quick Start"     href="quickstart.html"/>     
+ 	    <troubleshooting label="Troubleshooting"     href="troubleshooting.html"/>   
+    	<reposync label="reposync task"     href="reposync.html"/> 
+    	<repotool label="repotool task"     href="repotool.html"/> 
+   
+   </ant>
+   
+   <eclipse label="Eclipse" href="eclipse/" description="Eclipse"  tab="docs">
+        <plugin  label="Plugin"     href="index.html"/>
+        <plugin  label="Updates"     href="updates.html"/>
+   </eclipse>
+
+<!--
+   <code label="Code"  tab="code">
+   </code>   
+-->   
+   <all>
+      <whole_site_html label="Whole Site HTML" href="site.html" />
+      <whole_site_html label="Whole Site PDF" href="site.pdf" />
+   </all>
+
+   <external-refs>
+      <xml.apache.org href="http://xml.apache.org/">
+         <forrest href="forrest/">
+            <validation href="validation.html" />
+
+            <webapp href="your-project.html#webapp" />
+
+            <document-v11 href="document-v11.html" />
+         </forrest>
+
+         <cocoon href="cocoon/" />
+      </xml.apache.org>
+   </external-refs>
+</site>
+