[libsigc++2] Add Description of a Project (DOAP) file
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Subject: [libsigc++2] Add Description of a Project (DOAP) file
- Date: Wed, 24 Jun 2009 13:23:49 +0000 (UTC)
commit 6ce88c9b0a02eefee9ee352d3b8751ab755cb7e1
Author: Daniel Elstner <danielk openismus com>
Date: Wed Jun 24 15:22:49 2009 +0200
Add Description of a Project (DOAP) file
libsigc++2.doap | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/libsigc++2.doap b/libsigc++2.doap
new file mode 100644
index 0000000..e0250ef
--- /dev/null
+++ b/libsigc++2.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">libsigc++</name>
+ <shortdesc xml:lang="en">Typesafe callback framework for C++</shortdesc>
+ <homepage rdf:resource="http://www.gtkmm.org/" />
+ <mailing-list rdf:resource="mailto:libsigc-list gnome org" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Murray Cumming</foaf:name>
+ <foaf:mbox rdf:resource="mailto:murrayc murrayc com" />
+ <gnome:userid>murrayc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]