Author: rgardler
Date: Tue Jun 12 16:24:27 2007
New Revision: 546664

URL: http://svn.apache.org/viewvc?view=rev&rev=546664
Log:
Deployment plugins descriptor file plugins.xml (deployed by 
'deploy-plugins.xml' target of plugin build script)

Modified:
    forrest/site/plugins/whiteboard-plugins.xml

Modified: forrest/site/plugins/whiteboard-plugins.xml
URL: 
http://svn.apache.org/viewvc/forrest/site/plugins/whiteboard-plugins.xml?view=diff&rev=546664&r1=546663&r2=546664
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Tue Jun 12 16:24:27 2007
@@ -67,6 +67,17 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+  <plugin name="org.apache.forrest.plugin.input.foaf"
+        type="input"
+        author="Apache Forrest Project"
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.input.foaf/";
+        url="http://forrest.apache.org/plugins";
+        version="0.1">
+    <description>
+      Embed FOAF files in forrest content objects.
+    </description>
+    <forrestVersion>0.9</forrestVersion>
+  </plugin>
   <plugin name="org.apache.forrest.plugin.input.glossary"
         type="input"
         author="Apache Forrest Project"
@@ -125,6 +136,30 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+  <plugin name="org.apache.forrest.plugin.input.skos"
+         type="input"
+         author="Apache Forrest Project"
+         
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.skos/";
+         url="http://forrest.apache.org/plugins";
+         version="0.1">
+    <description>
+       Rendering SKOS, a set of specifications to support the representation 
of thesauri, classification schemes, taxonomies, etc.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+  <plugin name="org.apache.forrest.plugin.input.tei"
+        type="input"
+        author="Apache Forrest"
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.tei";
+        url="http://forrest.apache.org/plugins";
+        version="0.1">
+    <description>
+      Import TEI Lite documents into Forrest content objects.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
+  
 <!-- ================================================================== -->
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
@@ -198,6 +233,18 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+  <plugin name="org.apache.forrest.plugin.output.tei"
+        type="output"
+        author="Apache Forrest"
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.tei/";
+        url="http://forrest.apache.org/plugins/";
+        version="0.1">
+    <description>
+      Create TEI Lite documents from Forrest content objects.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin> 
+  
   <plugin name="org.apache.forrest.themes.core"
         type="output"
         author="Apache Forrest Project"