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/08 04:33:45 UTC

svn commit: r160506 - forrest/trunk/plugins/plugins.xml

Author: crossley
Date: Thu Apr  7 19:33:44 2005
New Revision: 160506

URL: http://svn.apache.org/viewcvs?view=rev&rev=160506
Log:
Alphabetical order. Remove some extra whitespace.

Modified:
    forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&r1=160505&r2=160506
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Thu Apr  7 19:33:44 2005
@@ -29,13 +29,13 @@
   <!ELEMENT description (#PCDATA)>
   <!ELEMENT forrestVersion (#PCDATA)>
   ]>
-  
+
 <plugins>
 
 <!-- ================================================================== -->
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->  
-  
+
   <plugin name="org.apache.forrest.plugin.dtdx-input"
         type="input"
         author="Apache Forrest Project"
@@ -69,12 +69,12 @@
         version="0.1-dev">
     <description>
       Embed log file output in Forrest sites. If Forrest is running in a
-      dynamic environment pages can be updated to show recent changes in the 
+      dynamic environment, then pages can be updated to show recent changes in the 
       log whenever required.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="org.apache.forrest.plugin.photoGallery"
         type="input"
         author="Apache Forrest Project"
@@ -87,30 +87,30 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
-  <plugin name="org.apache.forrest.plugin.projectInfo"
+  <plugin name="org.rblasch.forrest.plugin.pod-input"
         type="input"
-        author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.projectInfo"
-        url="http://forrest.apache.org/plugins/"
+        author="Ronald Blaschke"
+        website="http://forrest.apache.org/docs/plugins/org.rblasch.forrest.plugin.pod-input"
+        url="http://www.rblasch.org/projects/pod-input/org.rblasch.forrest.plugin.pod-input.zip"
         version="0.1">
     <description>
-      Generates project info such as changelog and todo list. 
+      Embed Pod (Plain Old Documentation) documents in a Forrest site.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
-  <plugin name="org.rblasch.forrest.plugin.pod-input"
+
+  <plugin name="org.apache.forrest.plugin.projectInfo"
         type="input"
-        author="Ronald Blaschke"
-        website="http://forrest.apache.org/docs/plugins/org.rblasch.forrest.plugin.pod-input"
-        url="http://www.rblasch.org/projects/pod-input/org.rblasch.forrest.plugin.pod-input.zip"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.projectInfo"
+        url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
-      Embed Pod (Plain Old Documentation) documents in a Forrest site.
+      Generates project info such as changelog and todo list. 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="simplified-docbook"
         type="input"
         author="Apache Forrest Project"
@@ -122,7 +122,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>  
-  
+
   <plugin name="wiki"
         type="input"
         author="Apache Forrest Project"
@@ -138,7 +138,7 @@
 <!-- ================================================================== -->
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
-  
+
   <plugin name="org.apache.forrest.plugin.Chart"
         type="output"
         author="Apache Forrest Project"
@@ -150,7 +150,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="org.apache.forrest.plugin.htmlArea"
         type="output"
         author="Apache Forrest Project"
@@ -162,7 +162,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="org.apache.forrest.plugin.pdf-output"
         type="output"
         author="Apache Forrest Project"
@@ -199,8 +199,8 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
-	<plugin name="org.apache.forrest.plugin.views"
+
+  <plugin name="org.apache.forrest.plugin.views"
         type="output"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.views"
@@ -211,7 +211,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="s5"
         type="output"
         author="Ross Gardler"
@@ -224,11 +224,11 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <!-- ================================================================== -->
   <!-- Internal Plugins                                                   -->
   <!-- ================================================================== -->
-  
+
   <plugin name="IMSManifest"
         type="internal"
         author="Apache Forrest Project"
@@ -239,10 +239,10 @@
     <description>
       Use an IMS Manifest file to manage site structure. Generates site.xml and
       tabs.xml from an imsmanifest.xml file when one is available.
-      
-      Also enables content in one Content Packge to be embedded in another.
+
+      Also enables content in one Content Package to be embedded in another.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
 </plugins>