[gconf] misc: Add a DOAP file



commit c9c85796088485f84aede8ffe649f9bdf0c609f9
Author: Rob Bradford <rob linux intel com>
Date:   Mon Aug 15 14:44:55 2011 +0100

    misc: Add a DOAP file

 gconf.doap |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/gconf.doap b/gconf.doap
new file mode 100644
index 0000000..eacf81e
--- /dev/null
+++ b/gconf.doap
@@ -0,0 +1,42 @@
+<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">GConf</name>
+  <shortdesc xml:lang="en">Process-transparent configuration system (deprecated)</shortdesc>
+
+  <bug-database  rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=GConf"; />
+  <description xml:lang="en">
+    GConf is a process-transparent configuration database API used to store
+    user preferences. It has pluggable backends and features to support
+    workgroup administration.
+
+    This component is deprecated - new code should be written to use
+    GSettings.
+  </description>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rob Bradford</foaf:name>
+      <foaf:mbox rdf:resource="mailto:rbradford gnome org" />
+      <gnome:userid>rbradford</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+     <foaf:Person>
+       <foaf:name>Ross Burton</foaf:name>
+       <foaf:mbox rdf:resource="mailto:rburton gnome org"/>
+       <gnome:userid>rburton</gnome:userid>
+     </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Havoc Pennington</foaf:name>
+      <gnome:userid>hp</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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