[damned-lies] Add doap file for module description



commit b29b1066f6ff66562cda6f8d65b51c2f5a551c68
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Apr 16 23:24:37 2009 +0200

    Add doap file for module description
---
 damned-lies.doap |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/damned-lies.doap b/damned-lies.doap
new file mode 100644
index 0000000..ab4eaf9
--- /dev/null
+++ b/damned-lies.doap
@@ -0,0 +1,26 @@
+<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">damned-lies</name>
+  <shortdesc xml:lang="en">Web application for translation tracking</shortdesc>
+  <homepage rdf:resource="http://l10n.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-i18n"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Claude Paroz</foaf:name>
+      <foaf:mbox rdf:resource="claude 2xlibre net" />
+      <gnome:userid>claudep</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stéphane Raimbault</foaf:name>
+      <foaf:mbox rdf:resource="stephane raimbault gmail com" />
+      <gnome:userid>stephaner</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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