-
Notifications
You must be signed in to change notification settings - Fork 6
/
org.xfce.mousepad.appdata.xml.in
54 lines (49 loc) · 2.19 KB
/
org.xfce.mousepad.appdata.xml.in
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Eric Koegel <[email protected]> and Simon Steinbeiss <[email protected]> -->
<component type="desktop-application">
<id>org.xfce.mousepad</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Mousepad</name>
<summary>Mousepad is a simple text editor for the Xfce desktop environment</summary>
<description>
<p>Mousepad aims to be an easy-to-use and fast editor. Our target is an
editor for quickly editing text files, not a development environment
or an editor with a huge bunch of plugins.
</p>
<p>On the other hand we try to use the latest GTK features available,
which means that if GTK adds something new in a major release that is
useful for the editor, we will likely bump the GTK dependency and
integrate this new feature in Mousepad.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://docs.xfce.org/_media/apps/mousepad/mousepad_window.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://xfce.org</url>
<url type="bugtracker">https://gitlab.xfce.org/apps/mousepad/</url>
<url type="help">https://docs.xfce.org/apps/mousepad/start</url>
<url type="donation">https://opencollective.com/xfce/donate</url>
<url type="translate">https://docs.xfce.org/contribute/translate/start</url>
<project_group>Xfce</project_group>
<update_contact>[email protected]</update_contact>
<developer_name>The Mousepad developers</developer_name>
<translation type="gettext">mousepad</translation>
<launchable type="desktop-id">org.xfce.mousepad.desktop</launchable>
<content_rating type="oars-1.1"/>
<releases>
<release date="2024-10-21" version="0.6.3"/>
<release date="2024-02-05" version="0.6.2"/>
<release date="2023-05-13" version="0.6.1"/>
<release date="2023-02-09" version="0.6.0"/>
<release date="2022-07-09" version="0.5.10"/>
<release date="2022-04-01" version="0.5.9"/>
<release date="2021-11-26" version="0.5.8"/>
<release date="2021-09-23" version="0.5.7"/>
</releases>
<provides>
<binary>mousepad</binary>
</provides>
</component>