summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2011-08-24 13:53:59 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2011-08-24 13:56:44 -0400
commitdb282e60bead27e77ddf478658f65f5dd8f464d4 (patch)
treefe53f2b80d0704ee927013c7e826f71314b7984b
parentf1c3a8040259e3c1d04bbecad88ab5f7fca01738 (diff)
downloadgobject-introspection-db282e60bead27e77ddf478658f65f5dd8f464d4.tar.gz
Remove MAINTAINERS and add DOAP
-rw-r--r--MAINTAINERS7
-rw-r--r--gobject-introspection.doap46
2 files changed, 46 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index f9c1255b..00000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,7 +0,0 @@
-Johan Dahlin
-E-mail: johan@gnome.org
-Userid: johan
-
-Colin Walters
-E-mail: walters@verbum.org
-Userid: walters
diff --git a/gobject-introspection.doap b/gobject-introspection.doap
new file mode 100644
index 00000000..be5baf83
--- /dev/null
+++ b/gobject-introspection.doap
@@ -0,0 +1,46 @@
+<?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>GObject Introspection</name>
+ <shortname>gobject-introspection</shortname>
+
+ <shortdesc xml:lang="en">GObject introspection tools and libraries</shortdesc>
+
+ <description xml:lang="en">GObject introspection provides tools and libraries to help manage its common metadata format for representing GObject-based C APIs, designed for bindings, documentation tools and API verification.</description>
+
+ <homepage rdf:resource="http://live.gnome.org/GObjectIntrospection" />
+ <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=glib&amp;component=introspection"/>
+ <mailing-list rdf:resource="mailto:gtk-devel-list@gnome.org" />
+
+ <programming-language>C</programming-language>
+ <programming-language>Python</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Colin Walters</foaf:name>
+ <foaf:mbox rdf:resource="mailto:walters@verbum.org"/>
+ <gnome:userid>walters</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Johan Dahlin</foaf:name>
+ <foaf:mbox rdf:resource="mailto:johan@gnome.org"/>
+ <gnome:userid>johan</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <repository>
+ <GitRepository>
+ <browse rdf:resource="http://git.gnome.org/browse/gobject-introspection"/>
+ <location rdf:resource="git://git.gnome.org/gobject-introspection"/>
+ </GitRepository>
+ </repository>
+
+</Project>