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/05/09 03:53:41 UTC

svn commit: r536391 - /forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml

Author: crossley
Date: Tue May  8 18:53:41 2007
New Revision: 536391

URL: http://svn.apache.org/viewvc?view=rev&rev=536391
Log:
Link to glossary for people who are confused by terminology.

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

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml?view=diff&rev=536391&r1=536390&r2=536391
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml Tue May  8 18:53:41 2007
@@ -96,7 +96,7 @@
         You can use it like {properties:forrest.home}
       </p>
       <p>
-        In all custom code (e.g. project sitemaps or plugins) you need to do the
+        In all custom code (e.g. <a href="site:project-sitemap">project sitemap</a> or <a href="site:plugins/using">plugins sitemaps</a>) you need to do the
         following:
       </p>
       <ul>
@@ -117,6 +117,10 @@
       </p>
       <source>Could not find component for role:
 [org.apache.cocoon.components.modules.input.InputModule/project]</source>
+      <p>
+        The most likely cuplrit is forgetting to edit your "project sitemap" explained <a href="#project-sitemap">below</a>. 
+        See the <a href="site:glossary">glossary</a> if you are confused by terminology.
+      </p>
     </section>
     <section id="clean">
       <title>Run a clean target after upgrade</title>