[pygtksourceview] Add doap file



commit e3e5a5195d7235409fabff70fac95bea94be2a6d
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sun Apr 19 09:48:45 2009 +0200

    Add doap file
    
    Add pygtksourceview.doap file
---
 pygtksourceview.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/pygtksourceview.doap b/pygtksourceview.doap
new file mode 100644
index 0000000..09b145f
--- /dev/null
+++ b/pygtksourceview.doap
@@ -0,0 +1,30 @@
+<?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">pygtksourceview</name>
+  <shortdesc xml:lang="en">Source code editing widget, python bindings</shortdesc>
+
+  <homepage rdf:resource="http://projects.gnome.org/gtksourceview/pygtksourceview.html"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/pygtksourceview/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=pygtksourceview"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Paolo Borelli</foaf:name>
+      <foaf:mbox rdf:resource="pborelli gnome org" />
+      <gnome:userid>pborelli</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gian Mario Tagliaretti</foaf:name>
+      <foaf:mbox rdf:resource="gianmt gnome org" />
+      <gnome:userid>gianmt</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



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