[perl-Pango] Replace MAINTAINERS with perl-Pango.doap



commit cc849a8e784eca3ca88fbe59aeab57c8dcdf1fb5
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Tue Mar 9 22:09:20 2010 +0100

    Replace MAINTAINERS with perl-Pango.doap

 MAINTAINERS     |    3 ---
 perl-Pango.doap |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/perl-Pango.doap b/perl-Pango.doap
new file mode 100644
index 0000000..886430c
--- /dev/null
+++ b/perl-Pango.doap
@@ -0,0 +1,20 @@
+<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">Pango</name>
+  <shortdesc xml:lang="en">Layout and render international text</shortdesc>
+  <homepage rdf:resource="http://gtk2-perl.sourceforge.net/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Torsten Schönfeld</foaf:name>
+      <foaf:mbox rdf:resource="mailto:tsch src gnome org" />
+      <gnome:userid>tsch</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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