Author: vgritsenko Date: Mon Nov 26 16:49:10 2007 New Revision: 598482 URL: http://svn.apache.org/viewvc?rev=598482&view=rev Log: fix broken links
Modified: xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml xml/xindice/trunk/src/documentation/content/xdocs/mail.xml xml/xindice/trunk/src/documentation/content/xdocs/site.xml Modified: 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=598482&r1=598481&r2=598482&view=diff ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/1.2/book.xml Mon Nov 26 16:49:10 2007 @@ -38,7 +38,7 @@ <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"/> + <external label="Javadocs" href="../api/index.html"/> </menu> <menu label="Resources"> <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> Modified: xml/xindice/trunk/src/documentation/content/xdocs/mail.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/mail.xml?rev=598482&r1=598481&r2=598482&view=diff ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/mail.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/mail.xml Mon Nov 26 16:49:10 2007 @@ -37,7 +37,7 @@ <p>Before posting a question or problem to any mailing list, please first look at the following resources:</p> <ol> <li> - <link href="faq.html">FAQs</link> + FAQs (<link href="1.1/faq.html">1.1</link>, <link href="1.2/faq.html">1.2</link>) </li> <li>Mailing list archives - a veritable goldmine of Xindice-specific information - if you know where to look!</li> </ol> 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=598482&r1=598481&r2=598482&view=diff ============================================================================== --- xml/xindice/trunk/src/documentation/content/xdocs/site.xml (original) +++ xml/xindice/trunk/src/documentation/content/xdocs/site.xml Mon Nov 26 16:49:10 2007 @@ -34,6 +34,7 @@ <site label="Xindice" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home"> + <!-- Home Tab --> <menu label="Project"> <item label="About" href="index.html" description="About Apache Xindice"/> <item label="News" href="news.html" description="News"/> @@ -55,6 +56,8 @@ <item label="Related links" href="related.html"/> <item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> </menu> + + <!-- 1.0 Tab --> <menu label="Overview" tab="1.0"> <menu-item label="Overview" href="1.0/index.html"/> <menu-item label="Changes" href="1.0/changes.html"/> @@ -69,6 +72,8 @@ <menu label="Resources" tab="1.0"> <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> </menu> + + <!-- 1.1 Tab --> <menu label="Overview" tab="1.1"> <menu-item label="Overview" href="1.1/index.html"/> </menu> @@ -80,7 +85,7 @@ <menu-item label="XPath Guide" href="1.1/guide-xpath.html"/> <menu-item label="FAQ" href="1.1/faq.html"/> <menu-item label="Wiki" href="http://wiki.apache.org/xindice"/> - <menu-item label="Javadocs" href="../api/index.html"/> + <menu-item label="Javadocs" href="ext:api-1.1"/> </menu> <menu label="How-Tos" tab="1.1"> <menu-item label="Overview" href="1.1/howto/index.html"/> @@ -103,4 +108,9 @@ <menu-item label="XML:DB Initiative" href="http://xmldb-org.sourceforge.net/"/> </menu> + <!-- External References (for ext: links) --> + <external-refs> + <api-1.1 href="1.1/api/index.html"/> + <api-1.2 href="1.2/api/index.html"/> + </external-refs> </site>