Author: jacopoc
Date: Fri Dec 29 00:38:14 2006
New Revision: 490955

URL: http://svn.apache.org/viewvc?view=rev&rev=490955
Log:
First draft of DOAP (Description Of A Project) file for the Apache OFBiz 
project: it is referenced by the projects.apache.org site to provide 
information about the project.

Added:
    ofbiz/site/doap_OFBiz.rdf

Added: ofbiz/site/doap_OFBiz.rdf
URL: http://svn.apache.org/viewvc/ofbiz/site/doap_OFBiz.rdf?view=auto&rev=490955
==============================================================================
--- ofbiz/site/doap_OFBiz.rdf (added)
+++ ofbiz/site/doap_OFBiz.rdf Fri Dec 29 00:38:14 2006
@@ -0,0 +1,47 @@
+<?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#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://ofbiz.apache.org";>
+    <created>2006-12-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache OFBiz</name>
+    <homepage rdf:resource="http://ofbiz.apache.org"; />
+    <asfext:pmc rdf:resource="http://ofbiz.apache.org"; />
+    <shortdesc>The Open For Business Project (Apache OFBiz) is an open source 
enterprise automation software project.</shortdesc>
+    <description>
+      The Open For Business Project (Apache OFBiz) is an open source 
enterprise automation software project.
+      By open source enterprise automation we mean:
+      Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, 
Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.
+      It is one of the few apps of this type to be developed by a community, 
rather than one corporation.
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/OFBIZ"; />
+    <!-- TODO: these pages are still not available
+    <mailing-list rdf:resource="http://ofbiz.apache.org/lists.html"; />
+    <download-page rdf:resource="http://ofbiz.apache.org/download.html"; />
+    -->
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <category rdf:resource="http://projects.apache.org/category/database"; />
+    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
+    <category rdf:resource="http://projects.apache.org/category/xml"; />
+    <category rdf:resource="http://projects.apache.org/category/http"; />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/viewvc/ofbiz/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/ofbiz/trunk"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>


Reply via email to