[gnome-tweak-tool] Add doap file



commit f64d3a2bc6c7388641860419c339e3f4f19c5733
Author: John Stowers <john stowers gmail com>
Date:   Thu Mar 17 23:34:37 2011 +1300

    Add doap file

 gnome-tweak-tool.doap |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/gnome-tweak-tool.doap b/gnome-tweak-tool.doap
new file mode 100644
index 0000000..1ec7749
--- /dev/null
+++ b/gnome-tweak-tool.doap
@@ -0,0 +1,24 @@
+<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">GNOME Tweak Tool</name>
+  <shortdesc xml:lang="en">Customize advanced GNOME 3 options</shortdesc>
+  <homepage rdf:resource="http://github.com/nzjrs/gnome-tweak-tool"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-tweak-tool/"/>
+
+  <!--
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=conduit"/>
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/conduit-list"; />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>John Stowers</foaf:name>
+      <foaf:mbox rdf:resource="mailto:john stowers gmail com" />
+      <gnome:userid>jstowers</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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