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/13 06:28:48 UTC

svn commit: r161156 - in forrest/trunk/site-author: content/xdocs/docs/howto/howto-buildPlugin.xml content/xdocs/docs/plugins/usingPlugins.xml content/xdocs/docs/upgrading_07.xml content/xdocs/site.xml status.xml

Author: crossley
Date: Tue Apr 12 21:28:46 2005
New Revision: 161156

URL: http://svn.apache.org/viewcvs?view=rev&rev=161156
Log:
Follow the re-arrangement of plugins docs.
If the names of the entries in site.xml are changed,
then need to reflect that in all docs.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml
    forrest/trunk/site-author/content/xdocs/docs/plugins/usingPlugins.xml
    forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml?view=diff&r1=161155&r2=161156
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml Tue Apr 12 21:28:46 2005
@@ -58,7 +58,7 @@
       <li>a basic knowledge of XML, XSLT and Cocoon pipelines</li>
       <li>a clear use-case for extending Forrest</li>
       <li>read
-        <a href="site:documentation/developers/pluginInfrastructure">Plugin Infrastructure</a>
+        <a href="site:documentation/plugins/infrastructure">Plugin Infrastructure</a>
       </li>
       <li>verified with the Apache Forrest developer community that the
       requried functionality does not already exist</li>
@@ -73,7 +73,7 @@
 
       <p>There are three types of plugin, each with a clear purpose, you
       must first decide which 
-      <a href="site:documentation/developers/pluginInfrastructure">type of plugin</a>
+      <a href="site:documentation/plugins/infrastructure">type of plugin</a>
       you need to build.</p>
       
     </section>
@@ -121,7 +121,7 @@
       need to customise these files to build your plugin.</p>
       
       <note>Although you can name your project anything you like we do have 
-      some <a href="site:documentation/developers/pluginInfrastructure">naming 
+      some <a href="site:documentation/plugins/infrastructure">naming 
       conventions</a> that we recommend you follow. Plugins intended to be
       held at forrest.apache.org must follow the naming convention.</note> 
       
@@ -130,7 +130,7 @@
       use it there.</note>
       
       <p>See 
-      <a href="site:documentation/developers/pluginInfrastructure">Plugin
+      <a href="site:documentation/plugins/infrastructure">Plugin
       Infrastructure</a> for more information about the plugin
       directory structure and configuration files.</p>
     
@@ -201,7 +201,7 @@
       build your plugins XMap. See the 
       <a href="site:documentation/developers/sitemap-ref">Sitemap Reference</a> for general
       information. See also 
-      <a href="site:documentation/developers/pluginInfrastructure">Plugin Infrastructure</a>
+      <a href="site:documentation/plugins/infrastructure">Plugin Infrastructure</a>
       for some hints and tips on creating plugin sitemaps. In addition, as with
       all development work on Forrest, you will find
       the <a href="site:mail-lists/forrest-dev">developer mailing list</a>
@@ -337,7 +337,7 @@
       <title>Further Reading</title>
       
       <ul>
-        <li><a href="site:documentation/developers/pluginInfrastructure">Plugin Infrastrucuture Documentation</a> for Developers</li>
+        <li><a href="site:documentation/plugins/infrastructure">Plugin Infrastrucuture Documentation</a> for Developers</li>
         <li><a href="site:documentation/plugins">Plugins Documentation</a> for users</li>
       </ul>
     </section>

Modified: forrest/trunk/site-author/content/xdocs/docs/plugins/usingPlugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/plugins/usingPlugins.xml?view=diff&r1=161155&r2=161156
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/plugins/usingPlugins.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/plugins/usingPlugins.xml Tue Apr 12 21:28:46 2005
@@ -99,7 +99,7 @@
     <section>
       <title>Further Reading</title>
       <ul>
-        <li><a href="site:documentation/developers/pluginInfrastructure">Plugin Infrastructure</a></li>
+        <li><a href="site:documentation/plugins/infrastructure">Plugin Infrastructure</a></li>
         <li><a href="site:howto/buildPlugin">How to build a Plugin</a></li>
       </ul>
     </section>

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=161155&r2=161156
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/upgrading_07.xml Tue Apr 12 21:28:46 2005
@@ -99,9 +99,9 @@
       <title>Plugin architecture</title>
       <p>
         See
-        <a href="site:developers/pluginInfrastructure">Plugin Infrastructure</a>
+        <a href="site:plugins/infrastructure">Plugin Infrastructure</a>
         and
-        <a href="site:plugins">Extending Forrest with Plugins</a>
+        <a href="site:plugins/using">Extending Forrest with Plugins</a>
         and for developing new plugins see
         <a href="site:howto/buildPlugin">How to Build a Plugin</a>.
       </p>

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&r1=161155&r2=161156
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Tue Apr 12 21:28:46 2005
@@ -135,7 +135,7 @@
     <plugins label="Plugins" href="plugins/" tab="plugins">
       <index label="Index" href="index.html"/>
       <using label="Using Plugins" href="usingPlugins.html"/>
-      <using label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
+      <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
     </plugins>
   </documentation>
 

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?view=diff&r1=161155&r2=161156
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Tue Apr 12 21:28:46 2005
@@ -170,8 +170,8 @@
       </action>
       <action dev="RDG" type="add" context="docs">
       Split plugin documentation between 
-      <link href="site:documentation/plugins">user</link> and
-      <link href="site:documentation/developers/pluginInfrastructure">developer</link> topics.
+      <link href="site:documentation/plugins/using">user</link> and
+      <link href="site:documentation/plugins/infrastructure">developer</link> topics.
       </action>
       <action dev="JJP" type="fix" context="core" fixes-bug="FOR-18">
       LocaleAction changed its API. The "lang" value is "language" now. 
@@ -217,8 +217,8 @@
       <action dev="RDG" type="add" context="core">
         Enable sitemap plugins. Plugins allow Forrest to have functionality
         added through the addition of small code blocks (plugins). Plugins
-        are downloaded automatically when a site that requries them is built.
-        See <link href="site:plugins">Extending Forrest with Plugins</link>.
+        are downloaded automatically when a site that requires them is built.
+        See <link href="site:plugins/using">Extending Forrest with Plugins</link>.
       </action>
       <action dev="JJP" type="update" context="core">
         Update fop-0.20.5 just with optional jimi support.