File: gnome-maps.doap

package info (click to toggle)
gnome-maps 49.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,600 kB
  • sloc: javascript: 24,151; ansic: 3,301; xml: 299; makefile: 10; sh: 4
file content (28 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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 Maps</name>
  <shortdesc xml:lang="en">Find places around the world</shortdesc>
  <description xml:lang="en">Map application based on OpenStreetMap map data</description>
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  <programming-language>JavaScript</programming-language>

  <homepage
  rdf:resource="https://apps.gnome.org/Maps/" />
  <support-forum rdf:resource="https://discourse.gnome.org/tags/maps" />
  <download-page
  rdf:resource="http://download.gnome.org/sources/gnome-maps/" />
  <bug-database
  rdf:resource="https://gitlab.gnome.org/GNOME/gnome-maps/issues" />

  <maintainer>
    <foaf:Person>
      <foaf:name>Marcus Lundblad</foaf:name>
      <foaf:mbox rdf:resource="mailto:ml@dfupdate.se" />
      <gnome:userid>mlundblad</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>