Author: juanpablo
Date: Sun Apr 29 16:25:23 2012
New Revision: 1331936

URL: http://svn.apache.org/viewvc?rev=1331936&view=rev
Log:
added doap file so jspwiki can be listed at 
http://projects.apache.org/index.html

Added:
    incubator/jspwiki/site/doap/
    incubator/jspwiki/site/doap/doap-jspwiki.rdf

Added: incubator/jspwiki/site/doap/doap-jspwiki.rdf
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/site/doap/doap-jspwiki.rdf?rev=1331936&view=auto
==============================================================================
--- incubator/jspwiki/site/doap/doap-jspwiki.rdf (added)
+++ incubator/jspwiki/site/doap/doap-jspwiki.rdf Sun Apr 29 16:25:23 2012
@@ -0,0 +1,48 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+  xmlns="http://usefulinc.com/ns/doap#"; xmlns:foaf="http://xmlns.com/foaf/0.1/";
+  xmlns:labs="http://labs.apache.org/doap-ext/1.0#";
+  xmlns:asfext="http://projects.apache.org/ns/asfext#";>
+  
+  <!-- 
+    RDF project description for JSPWiki
+    Meant to be listed in 
+    
http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/projects.xml
+    so that JSPWiki appears on http://projects.apache.org/
+   -->
+  <Project rdf:about="http://incubator.apache.org/jspwiki";>
+    <name>Apache JSPWiki</name>
+    <shortname>jspwiki</shortname>
+    <asfext:pmc rdf:resource="http://incubator.apache.org/jspwiki/"/>
+    <homepage rdf:resource="http://incubator.apache.org/jspwiki/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <mailing-list 
rdf:resource="http://incubator.apache.org/jspwiki/community/mailing_lists.html"; 
/>
+    <download-page 
rdf:resource="http://incubator.apache.org/jspwiki/general/downloads.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/content"/>
+    
+    <shortdesc xml:lang="en">A feature-rich and extensible WikiWiki engine 
built around the standard 
+        J2EE components (Java, servlets, JSP).</shortdesc>
+    <description xml:lang="en">
+        Apache JSPWiki is a feature-rich and extensible WikiWiki engine built 
around the standard J2EE 
+        components (Java, servlets, JSP). It features:
+        - WikiMarkup/Structured Text
+        - File attachments 
+        - Templates support
+        - Data storage through 3 WikiPage Providers, with the capability to 
plug new ones
+        - Security: Authorization and authentication fine grain control
+        - Easy plugin interface
+        - UTF-8 support
+        - JSP-based
+        - Easy-ish installation
+        - Page locking to prevent editing conflicts
+        - Support for Multiple Wikis
+    </description>
+    
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/incubator/jspwiki/"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/incubator/jspwiki/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>


Reply via email to