You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/07/31 22:58:39 UTC

svn commit: r561525 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml

Author: rgardler
Date: Tue Jul 31 13:58:38 2007
New Revision: 561525

URL: http://svn.apache.org/viewvc?view=rev&rev=561525
Log:
This is the DOAP plugin not the projectInfo plugin

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml?view=diff&rev=561525&r1=561524&r2=561525
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml Tue Jul 31 13:58:38 2007
@@ -18,14 +18,12 @@
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/" xml:lang="en">
   <doap:Project>
-    <doap:name>org.apache.forrest.plugin.input.projectInfo</doap:name>
-    <doap:shortname>projectInfo</doap:shortname>
-    <doap:homepage rdf:resource="http://forrest.apache.org/plugins/org.apache.forrest.plugin.input.projectInfo"/>
-    <doap:description>This plugin extends Apache Forrest to generate project info &#13;
-   from various configuration files. Current features include&#13;
-   a project details page (lists important information such as&#13;
-   mailing list addresses), recent changes, todo list and &#13;
-   release notes.</doap:description>
+    <doap:name>org.apache.forrest.plugin.input.doap</doap:name>
+    <doap:shortname>DOAP</doap:shortname>
+    <doap:homepage rdf:resource="http://forrest.apache.org/plugins/org.apache.forrest.plugin.input.doap"/>
+    <doap:description>This plugin extends Apache Forrest to enable it to process Description
+    of a Project (DOAP) files and create a project catalogue from these files.</doap:description>
+    <doap:category rdf:resource="http://projects.apache.org/category/xml"/>
     <doap:shortdesc>Integrate DOAP files in a Forrest content object.</doap:shortdesc>
     <doap:bug-database rdf:resource="http://issues.apache.org/jira/browse/FOR"/>
     <doap:mailing-list rdf:resource="http://forrest.apache.org/mail-lists.html"/>
@@ -47,7 +45,7 @@
         <doap:location rdf:resource="http://svn.apache.org/repos/asf/forrest/trunk/plugins/org.apache.forrest.plugin.input.doap/"/>
       </doap:SVNRepository>
     </doap:repository>
-    <foaf:seeAlso rdf:resource="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap/changes.rss" dc:format="application/rss+xml" dc:title="Recent Changes"/>
+    <foaf:seeAlso rdf:resource="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap/changes.rss" dc:format="application/rss+xml" dc:title="DOAP Plugin Recent Changes"/>
     <foaf:seeAlso rdf:resource="http://forrest.apache.org/changes.rss" dc:format="application/rss+xml" dc:title="Forrest Recent Changes"/>
   </doap:Project>
 </rdf:RDF>