[PolicyKit-gnome] Add DOAP and drop MAINTAINERS file



commit 794115e083aadcd38bd3cc456249557e831134da
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Tue Aug 30 11:14:57 2011 +0200

    Add DOAP and drop MAINTAINERS file

 MAINTAINERS          |    4 ----
 PolicyKit-gnome.doap |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/PolicyKit-gnome.doap b/PolicyKit-gnome.doap
new file mode 100644
index 0000000..6a4b125
--- /dev/null
+++ b/PolicyKit-gnome.doap
@@ -0,0 +1,20 @@
+<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">PolicyKit-gnome</name>
+  <shortdesc xml:lang="en">PolicyKit tools for GNOME</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/PolicyKit"; />
+  <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#platform"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>David Zeuthen</foaf:name>
+      <foaf:mbox rdf:resource="mailto:davidz redhat com" />
+      <gnome:userid>davidz</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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