You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2008/09/16 00:20:41 UTC

svn commit: r695673 - /labs/magma/doap.rdf

Author: simoneg
Date: Mon Sep 15 15:20:40 2008
New Revision: 695673

URL: http://svn.apache.org/viewvc?rev=695673&view=rev
Log:
Adding the doap.rdf file

Added:
    labs/magma/doap.rdf

Added: labs/magma/doap.rdf
URL: http://svn.apache.org/viewvc/labs/magma/doap.rdf?rev=695673&view=auto
==============================================================================
--- labs/magma/doap.rdf (added)
+++ labs/magma/doap.rdf Mon Sep 15 15:20:40 2008
@@ -0,0 +1,39 @@
+<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:projects="http://projects.apache.org/ns/asfext#">
+  <Project rdf:about="http://labs.apache.org/labs#magma">
+    <name>Magma</name>
+    <shortname>magma</shortname>
+    <shortdesc xml:lang="en">
+  Innovative integration framework to achieve extremely simple code reuse
+    </shortdesc>
+    <description xml:lang="en">
+  Magma uses AOP technology to achieve extreme code reuse. This makes it 
+  a perfect integration platform to build websites or common applications. 
+    </description>
+    <homepage rdf:resource="http://labs.apache.org/magma/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <created>2008-9-7</created> 
+    <labs:status>active</labs:status>
+    <maintainer>
+      <foaf:Person
+        rdf:about="http://people.apache.org/~simoneg/#me"> 
+        <foaf:name>Simone Gianni</foaf:name> 
+        <foaf:homepage rdf:resource="http://people.apache.org/~simoneg/"/>
+        <foaf:mbox_sha1sum>5855125bbffa22f2309661a463c4e310c44580c6</foaf:mbox_sha1sum>
+      </foaf:Person> 
+    </maintainer> 
+    <repository> 
+      <SVNRepository> 
+        <location
+          rdf:resource="http://svn.apache.org/repos/asf/labs/magma/"/> 
+        <browse
+          rdf:resource="http://svn.apache.org/viewvc/labs/magma/"/>
+      </SVNRepository>
+    </repository>
+    <programming-language>java</programming-language>
+    <programming-language>aspectj</programming-language>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org