Author: fmoga
Date: Mon Nov 1 16:09:30 2010
New Revision: 1029728
URL: http://svn.apache.org/viewvc?rev=1029728&view=rev
Log:
Added the Monsoon DOAP file.
Added:
labs/monsoon/doap.rdf
Added: labs/monsoon/doap.rdf
URL: http://svn.apache.org/viewvc/labs/monsoon/doap.rdf?rev=1029728&view=auto
==============================================================================
--- labs/monsoon/doap.rdf (added)
+++ labs/monsoon/doap.rdf Mon Nov 1 16:09:30 2010
@@ -0,0 +1,30 @@
+<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#monsoon">
+ <name>Apache Monsoon</name>
+ <shortname>monsoon</shortname>
+ <shortdesc xml:lang="en">Monsoon offers implementations of the Websocket
protocol according to the latest IETF drafts.</shortdesc>
+ <description xml:lang="en">Monsoon offers implementations of the websocket
protocol according to the latest IETF drafts. This enables a faster adoption of
websockets in Apache projects as well as giving feedback to the IETF HyBi
working group.</description>
+ <homepage rdf:resource="http://labs.apache.org/monsoon/"/>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <created>2010-10-29</created>
+ <labs:status>active</labs:status>
+ <maintainer>
+ <foaf:Person rdf:about="http://people.apache.org/~fmoga/#me">
+ <foaf:name>Florian Moga</foaf:name>
+ <foaf:homepage rdf:resource="http://people.apache.org/~fmoga/"/>
+
<foaf:mbox_sha1sum>356eee9336642924ebf05921e6d20e37ea707ac8</foaf:mbox_sha1sum>
+ </foaf:Person>
+ </maintainer>
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/labs/monsoon/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/labs/monsoon/"/>
+ </SVNRepository>
+ </repository>
+ <programming-language>Java</programming-language>
+</Project>
+</rdf:RDF>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]