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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Colin Leroy <colin@colino.net> -->
<component type="desktop-application">
<id>quitcount.desktop</id>
<name>QuitCount</name>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<summary>Shows savings since having quit smoking</summary>
<provides>
<binary>quitcount</binary>
</provides>
<description>
<p>
QuitCount is a simple counter that shows what you saved since you
quit smoking.
</p>
<p>
Once you tell it the date you quit, how much you smoked, and how
much it cost, it'll tell you how many cigarettes you didn't smoke
since, and how much it makes in terms of money, tar, and life
expectancy.
</p>
</description>
<launchable type="desktop-id">quitcount.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Stats dialog</caption>
<image>https://quitcount.sourceforge.net/quitcount-stats.png</image>
</screenshot>
<screenshot>
<caption>Configuration dialog</caption>
<image>https://quitcount.sourceforge.net/quitcount-config.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://quitcount.sourceforge.net/</url>
<update_contact>colin@colino.net</update_contact>
<content_rating type="oars-1.1">
<content_attribute id="drugs-tobacco">mild</content_attribute>
</content_rating>
</component>
|