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 2004/10/04 05:07:05 UTC

svn commit: rev 51861 - in forrest/trunk/src/documentation/content/xdocs: . docs

Author: crossley
Date: Sun Oct  3 20:07:04 2004
New Revision: 51861

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/project-sitemap.xml
   forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
   forrest/trunk/src/documentation/content/xdocs/site.xml
Log:
Enhance the note about needing to understand Cocoon sitemap.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/project-sitemap.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/project-sitemap.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/project-sitemap.xml	Sun Oct  3 20:07:04 2004
@@ -27,6 +27,17 @@
       to our sitemaps, without needing to copy the main sitemaps and keep
       them them synchonised. This will enable hassle-free update to
       future Forrest versions.</p>
+
+      <note>
+        We advise you to spend time to understand the Apache Cocoon sitemap.
+        See <link href="ext:cocoon/sitemap">Cocoon sitemap</link>
+        and <link href="ext:cocoon/concepts">Cocoon concepts</link>
+        and related component documentation.
+        The Forrest sitemap is broken into multiple files. The main one is
+        <strong>sitemap.xmap</strong> which delegates to others.  See the
+         <link href="site:sitemap-ref">Sitemap Reference</link> for a tour of the
+        default sitemap.
+      </note>
     </section>
 
     <section id="how">

Modified: forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	Sun Oct  3 20:07:04 2004
@@ -641,9 +641,11 @@
         and some worked examples are shown in the following sections here.
       </p>
       <note>
-        The sitemap syntax is described in the 
-        <link href="ext:cocoon/sitemap">Cocoon sitemap docs</link>.  The Forrest
-        sitemap is broken into multiple files. The main one is
+        We advise you to spend time to understand the Apache Cocoon sitemap.
+        See <link href="ext:cocoon/sitemap">Cocoon sitemap</link>
+        and <link href="ext:cocoon/concepts">Cocoon concepts</link>
+        and related component documentation.
+        The Forrest sitemap is broken into multiple files. The main one is
         <strong>sitemap.xmap</strong> which delegates to others.  See the
          <link href="site:sitemap-ref">Sitemap Reference</link> for a tour of the
         default sitemap.

Modified: forrest/trunk/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/site.xml	Sun Oct  3 20:07:04 2004
@@ -183,6 +183,7 @@
       <actions href="userdocs/concepts/actions.html"/>
       <catalogs href="userdocs/concepts/catalog.html"/>
       <features href="features.html"/>
+      <concepts href="userdocs/concepts/"/>
       <sitemap href="userdocs/concepts/sitemap.html"/>
       <input-modules href="userdocs/concepts/modules.html"/>
       <views href="userdocs/concepts/views.html"/>