[passepartout] added doap file for repository



commit cdcca79f2a8d78a83cef6451f128b035816acc3f
Author: Sven Herzberg <herzi lanedo com>
Date:   Tue Apr 28 11:23:31 2009 +0200

    added doap file for repository
    
    * passepartout.doap: now we should get a nice repo description
---
 passepartout.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/passepartout.doap b/passepartout.doap
new file mode 100644
index 0000000..4fd2579
--- /dev/null
+++ b/passepartout.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">Passepartout</name>
+  <shortdesc xml:lang="en">Desktop publishing application</shortdesc>
+  <homepage rdf:resource="http://www.stacken.kth.se/project/pptout/"; />
+  <!-- <old-homepage> -->
+  <mailing-list rdf:resource="https://lists.stacken.kth.se/mailman/listinfo/passepartout"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sven Herzberg</foaf:name>
+      <gnome:userid>herzi</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Fredrik Arnerup</foaf:name>
+      <gnome:userid>farnerup</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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