summaryrefslogtreecommitdiff
path: root/nautilus.doap
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-04-17 13:48:03 +0200
committerAlexander Larsson <alexl@redhat.com>2009-04-17 13:48:03 +0200
commit3f4a5c97a23acbca33836d14edb2b5c8798a6dc5 (patch)
tree7f04addc7d5bd81f07b51d119c46a866a1a9ad99 /nautilus.doap
parenta867c35e835128647396ad5b2df498c189944ca4 (diff)
downloadnautilus-3f4a5c97a23acbca33836d14edb2b5c8798a6dc5.tar.gz
Add doap file with name, description and developer info
Diffstat (limited to 'nautilus.doap')
-rw-r--r--nautilus.doap54
1 files changed, 54 insertions, 0 deletions
diff --git a/nautilus.doap b/nautilus.doap
new file mode 100644
index 000000000..f5fe17d9e
--- /dev/null
+++ b/nautilus.doap
@@ -0,0 +1,54 @@
+<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">Nautilus</name>
+ <shortdesc xml:lang="en">Default file manager for gnome</shortdesc>
+ <homepage rdf:resource="http://live.gnome.org/Nautilus" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/nautilus-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>Dave Camp</foaf:name>
+ <foaf:mbox rdf:resource="dave@novell.com" />
+ <gnome:userid>campd</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Martin Wehner</foaf:name>
+ <foaf:mbox rdf:resource="martin.wehner@gmail.com" />
+ <gnome:userid>mwehner</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Christian Neumair</foaf:name>
+ <foaf:mbox rdf:resource="cneumair@gnome.org" />
+ <gnome:userid>cneumair</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Andrew Walton</foaf:name>
+ <foaf:mbox rdf:resource="awalton@gnome.org" />
+ <gnome:userid>awalton</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Cosimo Cecchi</foaf:name>
+ <foaf:mbox rdf:resource="cosimoc@gnome.org" />
+ <gnome:userid>cosimoc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>