File: simple-scan.doap

package info (click to toggle)
simple-scan 2.31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,860 kB
  • ctags: 640
  • sloc: ansic: 5,935; sh: 1,159; makefile: 117; python: 19; xml: 9
file content (21 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>