[gnome-cups-manager] Add DOAP file



commit cd89e67a4a8d9b1c39867ce99a6fb66eb9b952aa
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:04:20 2011 +0200

    Add DOAP file

 gnome-cups-manager.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/gnome-cups-manager.doap b/gnome-cups-manager.doap
new file mode 100644
index 0000000..9187e2f
--- /dev/null
+++ b/gnome-cups-manager.doap
@@ -0,0 +1,21 @@
+<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 CUPS manager</name>
+  <shortdesc xml:lang="en">CUPS printer management tool</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-cups-manager"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-cups-manager"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jody Goldberg</foaf:name>
+      <gnome:userid>jody</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:jody gnome org"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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