[gnet] Add gnet.doap file



commit 5f19d22c22760786fb4858ee937f18096ffec195
Author: Tim-Philipp Müller <tim centricular net>
Date:   Fri Apr 17 17:54:50 2009 +0100

    Add gnet.doap file
---
 Makefile.am |    1 +
 gnet.doap   |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 126514b..ee7bdc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,7 @@ EXTRA_DIST= 					\
 	GNET.DSP  				\
 	config.h.win32  			\
 	gnet.def  				\
+	gnet.doap				\
 	gnet.spec  				\
 	gnet.spec.in 				\
 	examples/makefile.mingw 		\
diff --git a/gnet.doap b/gnet.doap
new file mode 100644
index 0000000..b615edd
--- /dev/null
+++ b/gnet.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">GNet</name>
+	<shortdesc xml:lang="en">Simple network library built upon GLib (soon to be deprecated, do not use for new projects)</shortdesc>
+	<homepage rdf:resource="http://www.gnetlibrary.org/"; />
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Tim-Philipp Müller</foaf:name>
+			<foaf:mbox rdf:resource="tim centricular net" />
+			<gnome:userid>tpm</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+	<download-page rdf:resource="ftp://ftp.gnome.org/pub/GNOME/sources/gnet/"/>
+	<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnet"/>
+	<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnet-list"/>
+	<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnet-devel-list"/>
+</Project>



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