You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by pq...@apache.org on 2006/12/27 23:47:54 UTC

svn commit: r490585 - /labs/dislocate/trunk/doap.rdf

Author: pquerna
Date: Wed Dec 27 14:47:53 2006
New Revision: 490585

URL: http://svn.apache.org/viewvc?view=rev&rev=490585
Log:
add a doap file for dislocate

Added:
    labs/dislocate/trunk/doap.rdf

Added: labs/dislocate/trunk/doap.rdf
URL: http://svn.apache.org/viewvc/labs/dislocate/trunk/doap.rdf?view=auto&rev=490585
==============================================================================
--- labs/dislocate/trunk/doap.rdf (added)
+++ labs/dislocate/trunk/doap.rdf Wed Dec 27 14:47:53 2006
@@ -0,0 +1,26 @@
+<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#dislocate">
+   <name>dislocate</name>
+   <shortname>dislocate</shortname>
+   <shortdesc xml:lang="en">A distributed service locator.</shortdesc>
+   <description xml:lang="en">dislocate aims to eliminate the need to configure 'where' a service is available on a network, and enable autodiscovery of new services, and high performance location of these services by clients.</description>
+   <homepage rdf:resource="http://labs.apache.org/dislocate/"/>
+   <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+   <created>2006-12-27</created>
+   <labs:status>active</labs:status>
+   <maintainer>
+       <foaf:Person rdf:about="http://people.apache.org/~pquerna/#me">
+         <foaf:name>dislocate</foaf:name>
+         <foaf:homepage rdf:resource="http://people.apache.org/~pquerna/"/>
+         <foaf:mbox_sha1sum>99ff0648fcc8787b5efc5c561fbc19206d7ec6ae</foaf:mbox_sha1sum>
+       </foaf:Person>
+   </maintainer>
+   <repository>
+     <SVNRepository>
+       <location rdf:resource="http://svn.apache.org/repos/asf/labs/dislocate/"/>
+       <browse rdf:resource="http://svn.apache.org/viewvc/labs/dislocate/"/>
+     </SVNRepository>
+   </repository>
+   <programming-language>c</programming-language>
+</Project>
+</rdf:RDF>



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