[dconf] add doap



commit 840c2f3a03f338d15c29c56764b63d3ba518250a
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Aug 11 13:40:51 2009 -0400

    add doap

 dconf.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/dconf.doap b/dconf.doap
new file mode 100644
index 0000000..69a2178
--- /dev/null
+++ b/dconf.doap
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='utf-8'?>
+
+<Project xmlns='http://usefulinc.com/ns/doap#'
+         xmlns:foaf='http://xmlns.com/foaf/0.1/'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:gnome='http://api.gnome.org/doap-extensions#'>
+
+  <name xml:lang='en'>dconf</name>
+  <shortdesc xml:lang='en'>configuation database system</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Ryan Lortie</foaf:name>
+      <foaf:mbox rdf:resource='mailto:desrt desrt ca'/>
+      <gnome:userid>ryanl</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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