summaryrefslogtreecommitdiff
path: root/gvfs.doap
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-04-17 10:02:50 +0200
committerAlexander Larsson <alexl@redhat.com>2009-04-17 10:02:50 +0200
commitec63735ed67da8da1cb80994efed477179c1b8fc (patch)
tree7151a5c927808f0b0332456e202a4820db5e04fc /gvfs.doap
parent5acc130a5a08d54f5701d58309c9b53352859c2d (diff)
downloadgvfs-ec63735ed67da8da1cb80994efed477179c1b8fc.tar.gz
Add gvfs.doap file
Add short description for cgit
Diffstat (limited to 'gvfs.doap')
-rw-r--r--gvfs.doap28
1 files changed, 28 insertions, 0 deletions
diff --git a/gvfs.doap b/gvfs.doap
new file mode 100644
index 00000000..76c51d61
--- /dev/null
+++ b/gvfs.doap
@@ -0,0 +1,28 @@
+<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">gvfs</name>
+ <shortdesc xml:lang="en">Virtual filesystem implementation for gio</shortdesc>
+ <!--
+ <homepage rdf:resource="http://www.gnome.org/" />
+ -->
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gvfs-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Alexander Larsson</foaf:name>
+ <foaf:mbox rdf:resource="alexl@redhat.com" />
+ <gnome:userid>alexl</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Christian Kellner</foaf:name>
+ <foaf:mbox rdf:resource="gicmo@gnome.org" />
+ <gnome:userid>gicmo</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>