[glom-postgresql-setup] Add a .doap file



commit d0a03c17699556728f83d8f3a978c61f05832621
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 11 01:41:18 2011 +0200

    Add a .doap file

 glom-postgresql-setup.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/glom-postgresql-setup.doap b/glom-postgresql-setup.doap
new file mode 100644
index 0000000..fd1abea
--- /dev/null
+++ b/glom-postgresql-setup.doap
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">Glom</name>
+  <shortdesc xml:lang="en">An administration utility to prepare the main PostgreSQL instance for use as a central server by Glom.</shortdesc>
+
+  <homepage rdf:resource="http://www.glom.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/glom-devel-list"; />
+  <download-page rdf:resource="http://www.glom.org/wiki/index.php?title=Download"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=glom"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="mailto:murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>
+



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