summaryrefslogtreecommitdiff
path: root/libxslt.doap
diff options
context:
space:
mode:
authorveillard <veillard@redhat.com>2009-05-12 09:04:37 +0200
committerveillard <veillard@redhat.com>2009-05-12 09:04:37 +0200
commite502173b7ad60e88572753b147396d52d6ea4b73 (patch)
tree4d8ef11fb61791414bea0307456932db5794e846 /libxslt.doap
parentcc8f0964b23cf2d656a7d0209904175acd496ca6 (diff)
downloadlibxslt-e502173b7ad60e88572753b147396d52d6ea4b73.tar.gz
libxslt-e502173b7ad60e88572753b147396d52d6ea4b73.tar.bz2
libxslt-e502173b7ad60e88572753b147396d52d6ea4b73.zip
git setup
* configure.in: adapt the extra version detection code to git * libxslt.doap: adding RDF dope file Daniel
Diffstat (limited to 'libxslt.doap')
-rw-r--r--libxslt.doap19
1 files changed, 19 insertions, 0 deletions
diff --git a/libxslt.doap b/libxslt.doap
new file mode 100644
index 00000000..fa01fcea
--- /dev/null
+++ b/libxslt.doap
@@ -0,0 +1,19 @@
+<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">libxslt</name>
+ <shortdesc xml:lang="en">XSLT transformation library</shortdesc>
+ <homepage rdf:resource="http://xmlsoft.org/XSLT/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xslt" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Daniel Veillard</foaf:name>
+ <gnome:userid>veillard</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>