[nautilus-python] Added an initial doap file



commit 655350614e60d1e794d07888430797a64fd6da81
Author: Adam Plumb <adamplumb gmail com>
Date:   Mon Jan 11 15:08:08 2010 -0500

    Added an initial doap file

 nautilus-python.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/nautilus-python.doap b/nautilus-python.doap
new file mode 100644
index 0000000..72ccc10
--- /dev/null
+++ b/nautilus-python.doap
@@ -0,0 +1,18 @@
+<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-python</name>
+  <shortdesc xml:lang="en">Python bindings for the Nautilus extension framework</shortdesc>
+  <mailing-list rdf:resource="http://mail.gnome.org/archives/nautilus-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Adam Plumb</foaf:name>
+      <foaf:mbox rdf:resource="mailto:adamplumb gmail com" />
+      <gnome:userid>adamplumb</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]