blob: 17b7cca1343b78fb3558106fe1fbe4e067f4337a (
plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>systems.tranquil.Map</id>
<name>Map</name>
<summary>Wardley Map Editor</summary>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<requires>
<display_length compare="ge">350</display_length>
</requires>
<description>
<p>
Map is a wardley map editor for linux that uses a simple language to easily create and edit maps. Draw components, link dependencies, create groups, write notes, or add inertia and evolution markers, and see your map change in an instant.
</p>
</description>
<launchable type="desktop-id">systems.tranquil.Map.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://map.tranquil.systems/img/screenshots/key-linux.png</image>
<caption>The main window of Map showing the code editor on the left pane, and the rendered preview on the right pane.</caption>
</screenshot>
<screenshot>
<image>https://map.tranquil.systems/img/screenshots/preferences-linux.png</image>
<caption>A lineup of the preference panes in map, showing the ways in which you can customize your experience.</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<url type="homepage">https://map.tranquil.systems/map-for-linux</url>
<url type="vcs-browser">https://git.sr.ht/~rbdr/map-linux</url>
<url type="bugtracker">https://todo.sr.ht/~rbdr/wmap</url>
<releases>
<release version="1.0.2" date="2026-01-19" />
</releases>
<developer id="systems.tranquil">
<name>Rubén Beltrán del Río</name>
</developer>
<branding>
<color type="primary" scheme_preference="light">#FA2B00</color>
<color type="primary" scheme_preference="dark">#FA2B00</color>
</branding>
<update_contact>inquiries@work.bdr.sh</update_contact>
<translation type="gettext">systems.tranquil.Map</translation>
</component>
|