Author: vgritsenko Date: Tue Nov 20 20:08:08 2007 New Revision: 596933 URL: http://svn.apache.org/viewvc?rev=596933&view=rev Log: update navigation
Added: xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml (with props) xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml (with props) Modified: xml/xindice/trunk/src/documentation/content/xdocs/1.1/book.xml xml/xindice/trunk/src/documentation/content/xdocs/site.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=596933&r1=596932&r2=596933&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 Tue Nov 20 20:08:08 2007 @@ -37,6 +37,8 @@ <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="Resources"> <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> Added: xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml?rev=596933&view=auto ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml (added) +++ xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml Tue Nov 20 20:08:08 2007 @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + - Licensed to the Apache Software Foundation (ASF) under one or more + - contributor license agreements. See the NOTICE file distributed with + - this work for additional information regarding copyright ownership. + - The ASF licenses this file to You 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. + - + - $Id$ + --> + +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd"> + +<!-- + - Version: $Revision$ $Date$ + - Author: Vadim Gritsenko ([EMAIL PROTECTED]) + --> + +<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="Resources"> + <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> + </menu> +</book> Propchange: xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Added: xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml?rev=596933&view=auto ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml (added) +++ xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml Tue Nov 20 20:08:08 2007 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + - Licensed to the Apache Software Foundation (ASF) under one or more + - contributor license agreements. See the NOTICE file distributed with + - this work for additional information regarding copyright ownership. + - The ASF licenses this file to You 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. + - + - $Id$ + --> + +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> + +<!-- + - Version: $Revision$ $Date$ + - Author: Vadim Gritsenko ([EMAIL PROTECTED]) + --> + +<document> + <header> + <title>Apache Xindice 1.2-Dev Documentation</title> + <version>$Revision$</version> + </header> + <body> + <section> + <title>Apache Xindice 1.2-Dev Documentation</title> + <p> + Here you can find documentation for the upcoming Apache Xindice 1.2 + release. This release, and documentation, is still work in progress. + Your contributions (code or documentation patches) are very welcome. + </p> + </section> + </body> +</document> Propchange: xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: xml/xindice/trunk/src/documentation/content/xdocs/1.2/index.xml ------------------------------------------------------------------------------ svn:keywords = Id Revision Author Date Modified: xml/xindice/trunk/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/site.xml?rev=596933&r1=596932&r2=596933&view=diff ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/site.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/site.xml Tue Nov 20 20:08:08 2007 @@ -43,16 +43,6 @@ <item label="Download" href="http://xml.apache.org/xindice/download.cgi"/> <item label="Download Template" type="hidden" href="download.html"/> </menu> - <menu label="Documentation"> - <item label="Administrator Guide" href="guide-administrator.html"/> - <item label="User Guide" href="guide-user.html"/> - <item label="Developer Guide" href="guide-developer.html"/> - <item label="Commandline Tool Guide" href="guide-tools.html"/> - <item label="XPath Guide" href="guide-xpath.html"/> - <item label="FAQ" href="faq.html"/> - <item label="Wiki" href="http://wiki.apache.org/xindice"/> - <item label="Javadocs" href="api/index.html"/> - </menu> <menu label="Community"> <item label="Contributing" href="contributing.html"/> <item label="Who we are" href="who.html"/> @@ -61,6 +51,7 @@ <item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Xindice&order=bugs.bug_id"/> </menu> <menu label="Resources"> + <item label="Wiki" href="http://wiki.apache.org/xindice"/> <item label="Related links" href="related.html"/> <item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> </menu> 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=596933&r1=596932&r2=596933&view=diff ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/tabs.xml Tue Nov 20 20:08:08 2007 @@ -35,5 +35,6 @@ <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"/> <tab label="Dev" dir="dev"/> </tabs>