summaryrefslogtreecommitdiff
path: root/gnome-dictionary.doap
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-09-28 01:22:32 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-09-28 10:18:42 -0400
commitcaac11fe398c62d3429e62326d07feb7f824378e (patch)
tree28801bedf45dbc802acf413042a5ccf65a90a371 /gnome-dictionary.doap
parent34b805a5976816925006e65f47117a348a962322 (diff)
downloadgnome-dictionary-caac11fe398c62d3429e62326d07feb7f824378e.tar.gz
Update for module split
Diffstat (limited to 'gnome-dictionary.doap')
-rw-r--r--gnome-dictionary.doap23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome-dictionary.doap b/gnome-dictionary.doap
new file mode 100644
index 0000000..c964f7b
--- /dev/null
+++ b/gnome-dictionary.doap
@@ -0,0 +1,23 @@
+<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">gnome-dictionary</name>
+ <shortdesc xml:lang="en">Look up words in dictionary sources</shortdesc>
+
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
+
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-dictionary/"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Emmanuele Bassi</foaf:name>
+ <foaf:mbox rdf:resource="mailto:ebassi@gmail.com" />
+ <gnome:userid>ebassi</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>