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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Eric Koegel <eric.koegel@gmail.com> and Simon Steinbeiss <simon@xfce.org> -->
<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>
<url type="vcs-browser">https://gitlab.xfce.org/apps/mousepad</url>
<project_group>Xfce</project_group>
<update_contact>xfce4-dev@xfce.org</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="2026-03-02" version="0.7.0"/>
<release date="2025-03-31" version="0.6.5"/>
<release date="2025-03-25" version="0.6.4"/>
<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>
|