diff options
author | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-09 13:10:42 +0200 |
---|---|---|
committer | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-09 13:10:42 +0200 |
commit | cf7d885d901b0abdccaad5cc3305a080744eaf5b (patch) | |
tree | bf56ba367a8a872dc562fcf8cce9af6aebae67af /simple-scan.doap |
Imported Upstream version 0.9.10upstream/0.9.10
Diffstat (limited to 'simple-scan.doap')
-rw-r--r-- | simple-scan.doap | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/simple-scan.doap b/simple-scan.doap new file mode 100644 index 0000000..de2ac8e --- /dev/null +++ b/simple-scan.doap @@ -0,0 +1,21 @@ +<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">simple-scan</name> + <shortdesc xml:lang="en">Document Scanning Application</shortdesc> + <homepage rdf:resource="https://launchpad.net/simple-scan" /> + <download-page rdf:resource="http://people.ubuntu.com/~robert-ancell/simple-scan/" /> + <bug-database rdf:resource="https://bugs.launchpad.net/simple-scan" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> + + <maintainer> + <foaf:Person> + <foaf:name>Robert Ancell</foaf:name> + <foaf:mbox rdf:resource="mailto:robert.ancell@gmail.com" /> + <gnome:userid>rancell</gnome:userid> + </foaf:Person> + </maintainer> +</Project> |