summaryrefslogtreecommitdiff
path: root/harfbuzz.doap
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-05-10 17:55:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-05-10 17:55:40 -0400
commitabe636b8761e47ea60b193c7e72a044de224d172 (patch)
tree3b2b7f20438414c79c6dd3a4185bf17c4cc90c39 /harfbuzz.doap
parentf82c18630471216a04e4e3ad42396da4e6d74cba (diff)
downloadharfbuzz-abe636b8761e47ea60b193c7e72a044de224d172.tar.gz
Add DOAP file
Diffstat (limited to 'harfbuzz.doap')
-rw-r--r--harfbuzz.doap24
1 files changed, 24 insertions, 0 deletions
diff --git a/harfbuzz.doap b/harfbuzz.doap
new file mode 100644
index 00000000..5bf1827b
--- /dev/null
+++ b/harfbuzz.doap
@@ -0,0 +1,24 @@
+<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="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">harfbuzz</name>
+ <shortdesc xml:lang="en">Internationalized text layout and rendering library</shortdesc>
+
+ <homepage
+ rdf:resource="http://freedesktop.org/wiki/Software/harfbuzz" />
+ <mailing-list
+ rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" />
+ <!--download-page
+ rdf:resource=""/-->
+ <bug-database
+ rdf:resource="http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Behdad Esfahbod</foaf:name>
+ <foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" />
+ </foaf:Person>
+ </maintainer>
+</Project>