[libxml++] add .doap and .gitignore
- From: Hubert Figuière <hub src gnome org>
- To: svn-commits-list gnome org
- Subject: [libxml++] add .doap and .gitignore
- Date: Tue, 21 Apr 2009 20:36:52 -0400 (EDT)
commit 61a073b81807ecebf312e714a9dd1e19b855c155
Author: Hubert Figuiere <hub figuiere net>
Date: Tue Apr 21 20:34:02 2009 -0400
add .doap and .gitignore
---
.cvsignore => .gitignore | 2 +-
libxml++.doap | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/.cvsignore b/.gitignore
similarity index 97%
rename from .cvsignore
rename to .gitignore
index 2ab3200..9b76978 100644
--- a/.cvsignore
+++ b/.gitignore
@@ -8,4 +8,4 @@ configure
libtool
libxml++-2.6.pc
libxml++.spec
-
+*~
diff --git a/libxml++.doap b/libxml++.doap
new file mode 100644
index 0000000..639b1eb
--- /dev/null
+++ b/libxml++.doap
@@ -0,0 +1,30 @@
+<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">gtkmm</name>
+ <!-- Description, e.g.
+ "Falling blocks game"
+ "Internationalized text layout and rendering library"
+ -->
+ <shortdesc xml:lang="en">C++ bindings for libxml2.</shortdesc>
+ <homepage rdf:resource="http://libxmlplusplus.sf.net/" />
+ <!--
+ <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+ -->
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Christophe de Vienne</foaf:name>
+ <foaf:mbox rdf:resource="cdevienn cvs gnome org" />
+ <gnome:userid>cdevienn</gnome:userid>
+ </foaf:Person>
+ <foaf:Person>
+ <foaf:name>Murray Cumming</foaf:name>
+ <foaf:mbox rdf:resource="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]