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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.eqonomize</id>
<name>Eqonomize!</name>
<summary>Personal Accounting</summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>Eqonomize! is a cross-platform personal accounting software, with focus on efficiency and ease of use for small households.</p>
</description>
<launchable type="desktop-id">eqonomize.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Accounts and Categories Tab</caption>
<image>https://eqonomize.github.io/images/accounts.png</image>
</screenshot>
<screenshot>
<caption>Expenses Tab</caption>
<image>https://eqonomize.github.io/images/expenses.png</image>
</screenshot>
<screenshot>
<caption>Example of a Line Chart</caption>
<image>https://eqonomize.github.io/images/linechart.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://eqonomize.github.io</url>
<url type="bugtracker">https://github.com/Eqonomize/eqonomize/issues</url>
<url type="help">https://eqonomize.github.io/manual/index.html</url>
<developer id="io.github.qalculate">
<name>Hanna Knutsson</name>
</developer>
<content_rating type="oars-1.0"/>
</component>
|