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/04/12 01:45:51 UTC

svn commit: r160986 - forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml

Author: crossley
Date: Mon Apr 11 16:45:51 2005
New Revision: 160986

URL: http://svn.apache.org/viewcvs?view=rev&rev=160986
Log:
Link to general plugins docs.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml?view=diff&r1=160985&r2=160986
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml Mon Apr 11 16:45:51 2005
@@ -66,7 +66,13 @@
 
     <section id="plugin">
       <title>Plugin architecture</title>
-      <p><a href="site:plugins">Extending Forrest with Plugins</a>
+      <p>
+        See
+        <a href="site:developers/pluginInfrastructure">Plugin Infrastructure</a>
+        and
+        <a href="site:plugins">Extending Forrest with Plugins</a>
+        and for developing new plugins see
+        <a href="site:howto/buildPlugin">How to Build a Plugin</a>.
       </p>
     </section>
 
@@ -75,10 +81,10 @@
       <p>
        Some functionality has been moved out of the forrest core and into
        plugins. You will need to declare any plugins that are used by
-       your project, e.g. if you use projectInfo (status, changes, todo) and PDF output, then 
+       your project, e.g. if you use projectInfo (status, changes, todo)
+       and PDF output, then declare the following in forrest.properties
       </p>
       <source>
-in forrest.properties
 project.required.plugins=org.apache.forrest.plugin.projectInfo,org.apache.forrest.plugin.pdf-output
       </source>
     </section>