[libcroco] Adding DOAP file



commit 50584f3b30393a9c3bbf0a183c663b459d6fa6c6
Author: Christian Persch <chpe gnome org>
Date:   Sat Nov 5 19:45:49 2011 +0100

    Adding DOAP file

 MAINTAINERS   |    4 ----
 Makefile.am   |    3 ++-
 libcroco.doap |   29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8c2c4ff..d679710 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,8 @@ bin_SCRIPTS=$(CROCO_CONFIG_FILE)
 #man_MANS = croco-config.1
 
 EXTRA_DIST= croco-config.in $(PKG_CONFIG_FILE) TODO Doxyfile \
-HACKING COPYING.LIB COPYING libcroco.spec libcroco-zip.in 
+HACKING COPYING.LIB COPYING libcroco.spec libcroco-zip.in \
+autogen.sh libcroco.doap
 
 all-local: $(PKG_CONFIG_FILE_UNINSTALLED) $(PKG_CONFIG_FILE) \
 $(CROCO_CONFIG_FILE_UNINSTALLED) $(CROCO_CONFIG_FILE)
diff --git a/libcroco.doap b/libcroco.doap
new file mode 100644
index 0000000..a31042d
--- /dev/null
+++ b/libcroco.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">libcroco</name>
+  <shortdesc xml:lang="en">A CSS parsing library</shortdesc>
+  <description>A CSS parsing library</description>
+  <homepage rdf:resource="http://www.linuxfromscratch.org/blfs/view/svn/general/libcroco.html"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/libcroco-list"; />
+  <download-page rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#platform"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Abhishek Sharma</foaf:name>
+      <foaf:mbox rdf:resource="mailto:abhisheks gnome org" />
+      <gnome:userid>abhisheks</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Dodji Seketeli</foaf:name>
+      <foaf:mbox rdf:resource="mailto:dodji gnome org" />
+      <gnome:userid>dodji</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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