[balsa] Install balsa.doap.



commit 20c44e169798342d7cec90b0ccf418532a589c62
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Apr 21 08:46:07 2009 -0400

    Install balsa.doap.
---
 balsa.doap |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/balsa.doap b/balsa.doap
new file mode 100644
index 0000000..d70d67e
--- /dev/null
+++ b/balsa.doap
@@ -0,0 +1,37 @@
+<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">balsa</name>
+  <shortdesc xml:lang="en">Mail client</shortdesc>
+  <homepage rdf:resource="http://balsa.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/balsa-list"; />
+  <download-page rdf:resource="http://balsa.gnome.org/download/"; />
+  <bug-database rdf:resource="http://balsa.gnome.org/bugs.html"; />
+
+  <!-- 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.
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Balsa Maintainer</foaf:name>
+      <foaf:mbox rdf:resource="balsa-maint theochem kth se" />
+      <gnome:userid>pawels</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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