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 2007/03/22 05:45:22 UTC

svn commit: r521117 - /forrest/trunk/site-author/content/xdocs/docs_0_80/linking.xml

Author: crossley
Date: Wed Mar 21 21:45:22 2007
New Revision: 521117

URL: http://svn.apache.org/viewvc?view=rev&rev=521117
Log:
Bear in mind the Cocoon Sitemap when considering linking and menu generation.
Encourage using site-author as an example.

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

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/linking.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/linking.xml?view=diff&rev=521117&r1=521116&r2=521117
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/linking.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/linking.xml Wed Mar 21 21:45:22 2007
@@ -36,6 +36,15 @@
         and how various link schemes (site: and ext:) operate.
         An overview of the implementation is also provided.
       </p>
+      <p>
+        While reading this document, bear in mind that the Cocoon
+        <link href="site:sitemap-ref">Sitemap</link> is handling the processing.
+        The sitemaps are resolving the site: URIs and then matching them to
+        determine how to process each.
+        In general, you can use the power of the Cocoon Sitemap to
+        handle certain difficult linking and menu situations 
+       (for example see this <link href="site:faq/tab-index">FAQ</link>).
+      </p>
     </section>
 
     <section id="site">
@@ -151,6 +160,7 @@
       </ul>
       <p>
         See another <link href="site:faq/site-xml">explained example</link>.
+        Also remember to look at the comprehensive example with Forrest's own documentation.
       </p>
     </section>