diff options
Diffstat (limited to 'resources/systems.tranquil.Map.metainfo.xml')
| -rw-r--r-- | resources/systems.tranquil.Map.metainfo.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/resources/systems.tranquil.Map.metainfo.xml b/resources/systems.tranquil.Map.metainfo.xml new file mode 100644 index 0000000..1b6aa8e --- /dev/null +++ b/resources/systems.tranquil.Map.metainfo.xml @@ -0,0 +1,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> + + <supports> + <control>pointing</control> + <control>keyboard</control> + <control>touch</control> + </supports> + + <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://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png</image> + <caption>TODO FIXME</caption> + </screenshot> + <screenshot> + <image>https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png</image> + <caption>TODO FIXME</caption> + </screenshot> + <screenshot> + <image>https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png</image> + <caption>TODO FIXME</caption> + </screenshot> + </screenshots> + + <content_rating type="oars-1.1" /> + + <url type="homepage">https://map.tranquil.systems/map-for-linux</url> + <url type="bugtracker">https://todo.sr.ht/~rbdr/wmap</url> + + <releases> + <release version="1.0.0" date="2026-01-16" /> + </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> |