Author: rgardler
Date: Tue Apr 12 04:07:29 2005
New Revision: 161039

URL: http://svn.apache.org/viewcvs?view=rev&rev=161039
Log:
create a plugins index page

Modified:
    
forrest/trunk/site-author/content/xdocs/docs/plugins/pluginInfrastructure.xml
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/content/xdocs/tabs.xml

Modified: 
forrest/trunk/site-author/content/xdocs/docs/plugins/pluginInfrastructure.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/plugins/pluginInfrastructure.xml?view=diff&r1=161038&r2=161039
==============================================================================
--- 
forrest/trunk/site-author/content/xdocs/docs/plugins/pluginInfrastructure.xml 
(original)
+++ 
forrest/trunk/site-author/content/xdocs/docs/plugins/pluginInfrastructure.xml 
Tue Apr 12 04:07:29 2005
@@ -279,5 +279,11 @@
       <note>The plugin sitemap.xmap file is automatically managed by Forrest, 
the 
       end user need never edit this file.</note>
     </section>
+
+       <section>
+               <title>Further Reading</title>
+               <p>If you want to build a plugin you might like to start with 
our 
+               <a href="../howto/howto-buildPlugin.html">HowTo on Building 
Plugins</a>.</p>
+       </section>
   </body>
 </document>

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=161038&r2=161039
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Tue Apr 12 04:07:29 2005
@@ -53,7 +53,6 @@
     <searching label="Searching" href="searching.html"/>
     <skins label="Default Skins" href="skins.html"/>
     <skin-package label="Skin Packages" href="skin-package.html"/>
-    <plugins label="Plugins" href="plugins/usingPlugins.html"/>
     <views label="Views-dev" href="views.html"/>
     <!--
     <quick-xml label="XML Guide" href="quick-xml.html"/>
@@ -73,7 +72,6 @@
         <forrest_xmap href="#forrest_xmap"/>
       </sitemap-ref>
       <project-sitemap label="Project sitemap" href="project-sitemap.html"/>
-      <pluginInfrastructure label="Plugin Infrastructure" 
href="plugins/pluginInfrastructure.html"/>
       <cap label="Sourcetype Action" href="cap.html"/>
     </developers>
 
@@ -133,6 +131,12 @@
       <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/>
       <custom-html-source label="Custom html source" 
href="howto-custom-html-source.html"/>
     </howto>
+    
+    <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"/>
+    </plugins>
   </documentation>
 
   <getting-involved label="Getting Involved" tab="project">

Modified: forrest/trunk/site-author/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tabs.xml?view=diff&r1=161038&r2=161039
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml Tue Apr 12 04:07:29 2005
@@ -41,4 +41,5 @@
       <tab id="forrestbar" label="ForrestBar" indexfile="forrestbar.html"/>
     </tab>
     <tab id="howto" label="0.7 How-To" dir="docs/howto" 
indexfile="index.html"/>
+    <tab id="plugins" label="0.7 Plugins" dir="docs/plugins" 
indexfile="index.html"/>
 </tabs>