svn commit: r598024 - in /xml/xindice/trunk/src/documentation/content/xdocs: 1.1/book.xml 1.1/howto/ 1.1/howto/book.xml community/howto/ tabs.xml

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
Author: natalia
Date: Sun Nov 25 10:26:41 2007
New Revision: 598024

URL: http://svn.apache.org/viewvc?rev=598024&view=rev
Log:
Moved how-tos to 1.1 tab

Added:
    xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/
      - copied from r597943, xml/xindice/trunk/src/documentation/content/xdocs/community/howto/
Removed:
    xml/xindice/trunk/src/documentation/content/xdocs/community/howto/
Modified:
    xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml
    xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/book.xml
    xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml

Modified: xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml?rev=598024&r1=598023&r2=598024&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml Sun Nov 25 10:26:41 2007
@@ -40,6 +40,26 @@
     <menu-item label="Wiki" href="http://wiki.apache.org/xindice"/>
     <menu-item label="Javadocs" href="../api/index.html"/>
   </menu>
+  <menu label="How-Tos">
+    <menu-item label="Overview" href="howto/index.html"/>
+
+    <menu label="Compilation">
+      <menu-item label="Introduction" href="howto/compilation/index.html"/>
+      <menu-item label="Prerequisites" href="howto/compilation/prereqs.html"/>
+      <menu-item label="Unix" href="howto/compilation/unix.html"/>
+      <menu-item label="Windows" href="howto/compilation/windows.html"/>
+    </menu>
+
+    <menu label="Installation">
+      <menu-item label="Tomcat How-to" href="howto/installation/tomcat.html"/>
+    </menu>
+
+    <menu label="Upgrading">
+      <menu-item label="Overview" href="howto/upgrading/index.html"/>
+      <menu-item label="1.1b1 and up" href="howto/upgrading/one-one.html"/>
+      <menu-item label="1.0" href="howto/upgrading/one-oh.html"/>
+    </menu>
+  </menu>
   <menu label="Resources">
     <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/>
   </menu>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/book.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/book.xml?rev=598024&r1=597943&r2=598024&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/book.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/1.1/howto/book.xml Sun Nov 25 10:26:41 2007
@@ -23,32 +23,44 @@
 
 <!--
   - Version: $Revision$ $Date$
-  - Author: Vladimir R. Bossicard ([email protected])
-  - Author: Dave Viner ([email protected])
+  - Author: Vadim Gritsenko ([email protected])
   -->
-<book software="Xindice"
-      title="Xindice installation HOWTOs"
-      copyright="2002 The Apache Foundation">
 
+<book software="Xindice" title="Xindice" copyright="The Apache Software Foundation">
+  <menu label="Overview">
+    <menu-item label="Overview" href="../index.html"/>
+  </menu>
+  <menu label="Documentation">
+    <menu-item label="Administrator Guide" href="../guide-administrator.html"/>
+    <menu-item label="User Guide" href="../guide-user.html"/>
+    <menu-item label="Developer Guide" href="../guide-developer.html"/>
+    <menu-item label="Tool Guide" href="../guide-tools.html"/>
+    <menu-item label="XPath Guide" href="../guide-xpath.html"/>
+    <menu-item label="FAQ" href="../faq.html"/>
+    <menu-item label="Wiki" href="http://wiki.apache.org/xindice"/>
+    <menu-item label="Javadocs" href="../../api/index.html"/>
+  </menu>
   <menu label="How-Tos">
     <menu-item label="Overview" href="index.html"/>
-  </menu>
 
-  <menu label="Compilation">
-    <menu-item label="Introduction" href="compilation/index.html"/>
-    <menu-item label="Prerequisites" href="compilation/prereqs.html"/>
-    <menu-item label="Unix" href="compilation/unix.html"/>
-    <menu-item label="Windows" href="compilation/windows.html"/>
-  </menu>
+    <menu label="Compilation">
+      <menu-item label="Introduction" href="compilation/index.html"/>
+      <menu-item label="Prerequisites" href="compilation/prereqs.html"/>
+      <menu-item label="Unix" href="compilation/unix.html"/>
+      <menu-item label="Windows" href="compilation/windows.html"/>
+    </menu>
 
-  <menu label="Installation">
-    <menu-item label="Tomcat How-to" href="installation/tomcat.html"/>
-  </menu>
+    <menu label="Installation">
+      <menu-item label="Tomcat How-to" href="installation/tomcat.html"/>
+    </menu>
 
-  <menu label="Upgrading">
-    <menu-item label="Overview" href="upgrading/index.html"/>
-    <menu-item label="1.1b1 and up" href="upgrading/one-one.html"/>
-    <menu-item label="1.0" href="upgrading/one-oh.html"/>
+    <menu label="Upgrading">
+      <menu-item label="Overview" href="upgrading/index.html"/>
+      <menu-item label="1.1b1 and up" href="upgrading/one-one.html"/>
+      <menu-item label="1.0" href="upgrading/one-oh.html"/>
+    </menu>
+  </menu>
+  <menu label="Resources">
+    <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/>
   </menu>
-
 </book>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml?rev=598024&r1=598023&r2=598024&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml Sun Nov 25 10:26:41 2007
@@ -32,7 +32,6 @@
       xmlns:xlink="http://www.w3.org/1999/xlink">
 
    <tab label="Home" dir=""/>
-   <tab label="How-Tos" dir="community/howto"/>
    <tab label="1.0" dir="1.0"/>
    <tab label="1.1" dir="1.1"/>
    <tab label="1.2-Dev" dir="1.2"/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.