File: org.mapeditor.Tiled.appdata.xml

package info (click to toggle)
tiled-qt 1.2.1%2Bdfsg.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 31,084 kB
  • sloc: cpp: 85,970; java: 3,602; python: 1,469; xml: 1,251; sh: 56; makefile: 32; ruby: 15
file content (48 lines) | stat: -rw-r--r-- 1,604 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
 <id>org.mapeditor.Tiled.desktop</id>
 <metadata_license>CC-BY-3.0 and GPL-2.0</metadata_license>
 <project_license>GPL-2.0+ and BSD-2-Clause</project_license>
 <name>Tiled</name>
 <summary>General purpose map editor</summary>
 <keywords>
  <keyword>2D</keyword>
  <keyword>mapeditor</keyword>
  <keyword>tool</keyword>
  <keyword>development</keyword>
  <keyword>tile</keyword>
  <keyword>editor</keyword>
 </keywords>
 <description>
  <p>
   Tiled is a general purpose 2D level editor with powerful tile map editing
   features. It’s built to be easy to use and is suitable for many type of
   games.
  </p>
  <p>
   The Tiled map format is supported by a large amount of game engines and
   libraries. In addition, Tiled supports plugins to read and write map formats
   other than its own map format.
  </p>
 </description>
 <screenshots>
  <!-- GPL 2 by TMW -->
  <screenshot type="default" width="800" height="600">
    <image>http://www.mapeditor.org/img/appdata/screenshot_objects.png</image>
  </screenshot>
  <!-- CC BY SA 3.0 By Clint Bellanger -->
  <screenshot width="800" height="600">
    <image>http://www.mapeditor.org/img/appdata/screenshot_terrain.png</image>
  </screenshot>
 </screenshots>
 <kudos>
   <kudo>ModernToolkit</kudo>
   <kudo>UserDocs</kudo>
 </kudos>
 <url type="homepage">http://www.mapeditor.org/</url>
 <launchable type="desktop-id">org.mapeditor.Tiled.desktop</launchable>
 <provides>
   <id>tiled.desktop</id>
 </provides>
 <update_contact>tingping@fedoraproject.org</update_contact>
</component>