You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2006/02/20 23:12:10 UTC

svn commit: r379253 - /cocoon/site/site/doap.xml

Author: crossley
Date: Mon Feb 20 14:12:08 2006
New Revision: 379253

URL: http://svn.apache.org/viewcvs?rev=379253&view=rev
Log:
Add Description Of A Project (DOAP) file.
This is mainly used for projects.apache.org but can also be for other things.
Created using the on-line form at p.a.o and edited to add more Categories.
The Shortdesc and Description was copied from www.apache.org/foundation/projects.html

Added:
    cocoon/site/site/doap.xml   (with props)

Added: cocoon/site/site/doap.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/site/doap.xml?rev=379253&view=auto
==============================================================================
--- cocoon/site/site/doap.xml (added)
+++ cocoon/site/site/doap.xml Mon Feb 20 14:12:08 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+    xmlns="http://usefulinc.com/ns/doap#" 
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+    xmlns:asfext="http:projects.apache.org/ns/asfext#">
+  <Project rdf:about="http://httpd.apache.org/">
+    <created>2006-02-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cocoon</name>
+    <homepage rdf:resource="http://cocoon.apache.org/" />
+    <asfext:pmc rdf:resource="http://cocoon.apache.org" />
+    <shortdesc>Web development framework: separation of concerns, component-based.</shortdesc>
+    <description>Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development. Cocoon implements these concepts around the notion of "component pipelines", each component on the pipeline specializing on a particular operation. This makes it possible to use a "building block" approach for web solutions, hooking together components into pipelines without any required programming.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COCOON" />
+    <mailing-list rdf:resource="http://cocoon.apache.org/community/mail-lists.html" />
+    <download-page rdf:resource="http://cocoon.apache.org/mirror.cgi" />
+    <programming-language>Java</programming-language>
+    <programming-language>XML</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database"/>
+    <category rdf:resource="http://projects.apache.org/category/graphics"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/network-client"/>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"/>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <release>
+      <Version>
+        <name>Latest release</name>
+        <created>2005-11-18</created>
+        <revision>2.1.8</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/cocoon/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/cocoon/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Propchange: cocoon/site/site/doap.xml
------------------------------------------------------------------------------
    svn:eol-style = native