add doap file

This commit is contained in:
Hylke Bons 2010-05-25 21:20:17 +01:00
parent 16830168a4
commit 8a8a537af6

16
sparkleshare.doap Normal file
View file

@ -0,0 +1,16 @@
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">SparkleShare</name>
<shortdesc xml:lang="en">An instant update collaboration workflow for Git</shortdesc>
<homepage rdf:resource="http://www.sparkleshare.org/" />
<maintainer>
<foaf:Person>
<foaf:name>Hylke Bons</foaf:name>
<gnome:userid>hbons</gnome:userid>
</foaf:Person>
</maintainer>
</Project>