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/17 10:36:03 UTC

svn commit: r191112 - in /forrest/trunk/site-author/content/xdocs: docs_0_70/faq.xml docs_0_70/linking.xml site.xml

Author: crossley
Date: Fri Jun 17 01:36:02 2005
New Revision: 191112

URL: http://svn.apache.org/viewcvs?rev=191112&view=rev
Log:
Copy another tip about tabs from the FAQ into linking.xml

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml
    forrest/trunk/site-author/content/xdocs/docs_0_70/linking.xml
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml?rev=191112&r1=191111&r2=191112&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml Fri Jun 17 01:36:02 2005
@@ -235,7 +235,7 @@
         <note>Due to Sun's licensing, we cannot redistribute Jimi or JAI with Forrest.</note>
       </answer>
     </faq>
-    <faq id="index.html">
+    <faq id="tab-index">
       <question> The tab link in my site incorrectly assumes that 'index.html' is present in the
         linked-to directory. How do I fix this? </question>
       <answer>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/linking.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/linking.xml?rev=191112&r1=191111&r2=191112&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/linking.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/linking.xml Fri Jun 17 01:36:02 2005
@@ -347,6 +347,13 @@
             display as a menu item. However doing that causes that tab's menus
             to be collapsed.
           </li>
+          <li>
+            Q: The tab link in my site assumes that 'index.html'
+            is present in the linked-to directory. How do I fix this?
+            A: In &t; use @href instead of @dir attribute and omit the trailing '/'.
+            Which file to serve is then a concern of the sitemap.
+            See more at the <a href="site:v0.70//faq/tab-index">FAQ</a>.
+          </li>
         </ul>
       </section>
 

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=191112&r1=191111&r2=191112&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Fri Jun 17 01:36:02 2005
@@ -185,6 +185,7 @@
           <ignoring_javadocs href="#ignoring_javadocs"/>
           <link_raw href="#link_raw"/>
           <pdf_images href="#pdf_images"/>
+          <tab-index href="#tab-index"/>
           <cli-xconf href="#cli-xconf"/>
           <pageBreaks href="#pageBreaks"/>
           <site-xml href="#site-xml"/>