File: org.openstreetmap.josm.appdata.xml

package info (click to toggle)
josm 0.0.svn14760%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 187,192 kB
  • sloc: java: 317,260; xml: 197,001; perl: 10,125; jsp: 250; sh: 112; makefile: 94; python: 29
file content (30 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
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
29
30
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>org.openstreetmap.josm</id>
  <metadata_license>CC-BY-SA-3.0</metadata_license>
  <project_license>GPL-2.0+</project_license>
  <developer_name>JOSM developers</developer_name>
  <name>JOSM</name>
  <summary>Java OpenStreetMap Editor</summary>
  <description>
    <p>
    JOSM is an extensible off-line editor for ​OpenStreetMap (OSM) written in ​Java.
    </p>
    <p>
    It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and 
    editing existing nodes, ways, metadata tags and relations from the OSM database.
    </p>
  </description>
  <categories>
    <category>Education</category>
    <category>Geoscience</category>
    <category>Maps</category>
  </categories>
  <content_rating type="oars-1.1"/>
  <launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable>
  <screenshots>
    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot>
  </screenshots>
  <url type="homepage">https://josm.openstreetmap.de</url>
  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
</component>