[pessulus] Add doap file



commit 4c169152d4dfb6b012bea5b950eeabe5d458903f
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Apr 22 17:29:02 2009 +0200

    Add doap file
---
 pessulus.doap |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/pessulus.doap b/pessulus.doap
new file mode 100644
index 0000000..c65a699
--- /dev/null
+++ b/pessulus.doap
@@ -0,0 +1,45 @@
+<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">Lockdown Editor</name>
+  <shortdesc xml:lang="en">Configure the lockdown policy</shortdesc>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  -->
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/pessulus/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=pessulus"; />
+
+  <!-- DOAP category: This is used to categorize repositories in cgit.
+       Pulse has taken its best guess at the correct category.  You may
+       want to replace the rdf:resource attribute with one of the following:
+         http://api.gnome.org/doap-extensions#admin
+         http://api.gnome.org/doap-extensions#bindings
+         http://api.gnome.org/doap-extensions#deprecated
+         http://api.gnome.org/doap-extensions#desktop
+         http://api.gnome.org/doap-extensions#development
+         http://api.gnome.org/doap-extensions#infrastructure
+         http://api.gnome.org/doap-extensions#platform
+         http://api.gnome.org/doap-extensions#productivity
+       NOTE: There is an "Other" categorization on cgit, but we do not have a
+       DOAP category for it.  If your module does not belong to one of these
+       groups, then do not include a category property in your DOAP file.
+  -->
+  <category rdf:resource="http://api.gnome.org/doap-extensions#admin"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Vincent Untz</foaf:name>
+      <foaf:mbox rdf:resource="vuntz gnome org" />
+      <gnome:userid>vuntz</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Rob Bradford</foaf:name>
+      <foaf:mbox rdf:resource="rob robster org uk" />
+      <gnome:userid>rbradford</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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