[ORBit2] Add DOAP file



commit bb6954624ec6a8b255761b77101c31de1b6f037b
Author: Christian Persch <chpe gnome org>
Date:   Mon May 11 15:48:07 2009 +0200

    Add DOAP file
---
 Makefile.am |    3 ++-
 ORBit2.doap |   29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cb67c00..604376b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,8 @@ EXTRA_DIST =		\
 	MAINTAINERS	\
 	README.win32	\
 	Makefile.shared \
-	gtk-doc.make
+	gtk-doc.make	\
+	ORBit2.doap
 
 rpms: distcheck
 	rpm -ta $(top_builddir)/@PACKAGE -@VERSION  tar gz
diff --git a/ORBit2.doap b/ORBit2.doap
new file mode 100644
index 0000000..e81e203
--- /dev/null
+++ b/ORBit2.doap
@@ -0,0 +1,29 @@
+<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">ORBit2</name>
+  <shortdesc xml:lang="en">CORBA library for GNOME</shortdesc>
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/ORBit2/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=ORBit2"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#platform"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Michael Meeks</foaf:name>
+      <foaf:mbox rdf:resource="mailto:michael ximian com" />
+      <gnome:userid>michael</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Kjartan Maraas</foaf:name>
+      <foaf:mbox rdf:resource="mailto:kmaraas gnome org" />
+      <gnome:userid>kmaraas</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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