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/03/17 06:06:16 UTC

svn commit: r157895 - forrest/site/plugins/plugins.xml

Author: crossley
Date: Wed Mar 16 21:06:16 2005
New Revision: 157895

URL: http://svn.apache.org/viewcvs?view=rev&rev=157895
Log:
Add the missing entry for pod-output plugin.

Modified:
    forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&r1=157894&r2=157895
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Wed Mar 16 21:06:16 2005
@@ -173,7 +173,20 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
+  <plugin name="org.apache.forrest.plugin.pod-output"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      Allow Forrest documents to be output in Plain Old
+      Documentation (POD) format.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.text-output"
         type="output"
         author="Apache Forrest Project"
@@ -185,7 +198,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="org.apache.forrest.plugin.fbits"
         type="output"
         author="Apache Forrest Project"



Re: svn commit: r157895 - forrest/site/plugins/plugins.xml

Posted by David Crossley <cr...@apache.org>.
Ross Gardler wrote:
> >Author: crossley
> >Date: Wed Mar 16 21:06:16 2005
> >New Revision: 157895
> >
> >URL: http://svn.apache.org/viewcvs?view=rev&rev=157895
> >Log:
> >Add the missing entry for pod-output plugin.
> 
> Sorry - in my rush to do this the other day I forgot to commit to the 
> main SVN server. Perhaps we should change the deploy target to put the 
> stuff in the main SVN as well, since ths is the second time I forgot to 
> do this.

I would rather not do too many automated svn commits.

Now that another of us knows a bit about the configuration
and deployment of plugins, things will improve. I learned
a lot by applying Ferdinand's patch.

It should be a manual task i think, to declare them in
trunk/plugins/plugins.xml

The plugin build script must be reading it from there,
because when i deployed the pod-output plugin, the entry was missing
and so it got removed from the deployed site/plugins/plugins.xml
Too much automation could be dangerous.

--David

Re: svn commit: r157895 - forrest/site/plugins/plugins.xml

Posted by Ross Gardler <rg...@apache.org>.
crossley@apache.org wrote:
> Author: crossley
> Date: Wed Mar 16 21:06:16 2005
> New Revision: 157895
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=157895
> Log:
> Add the missing entry for pod-output plugin.
> 

Sorry - in my rush to do this the other day I forgot to commit to the 
main SVN server. Perhaps we should change the deploy target to put the 
stuff in the main SVN as well, since ths is the second time I forgot to 
do this.

Ross