mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Updated info and migrated to the latest AppStream specs
+ Specified metadata license + Added required nametag + Added required project license + Added required summary + Changed urls to https + Fixed screenshot tags + Added category + Added url for bugtracker, faq, help, donation and translate I have not removed the current underscore prefixes as you may want to migrate from the deprecated intltool to modern gettext before doing so. Relevant information: - https://blogs.gnome.org/mclasen/2016/07/21/using-modern-gettext/ - https://wiki.gnome.org/MigratingFromIntltoolToGettext
This commit is contained in:
parent
07c3162a73
commit
611ead2bc1
@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<component>
|
||||
<id type="desktop">org.gnucash.Gnucash</id>
|
||||
<licence>CC0</licence>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
<name>GnuCash</name>
|
||||
<summary>Manage your finances, accounts, and investments</summary>
|
||||
<description>
|
||||
<_p>
|
||||
GnuCash is a program for personal and small-business financial-accounting.
|
||||
</_p>
|
||||
<_p>
|
||||
Designed to be easy to use, yet powerful and flexible, GnuCash allows you
|
||||
to track bank accounts, stocks, income and expenses. As quick
|
||||
and intuitive to use as a checkbook register, it is based on professional
|
||||
accounting principles like double-entry accounting to ensure balanced books
|
||||
and accurate reports.
|
||||
Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles like double-entry
|
||||
accounting to ensure balanced books and accurate reports.
|
||||
</_p>
|
||||
<_p>With GnuCash you can (but are not limited to):</_p>
|
||||
<ul>
|
||||
@ -24,11 +24,25 @@
|
||||
<_li>Perform financial calculations, such as a loan repayment</_li>
|
||||
</ul>
|
||||
</description>
|
||||
<categories>
|
||||
<category>Finance</category>
|
||||
</categories>
|
||||
<screenshots>
|
||||
<screenshot type="default" width="1049" height="590">http://www.gnucash.org/images/features/feature_accounts_lg.png</screenshot>
|
||||
<screenshot width="1049" height="590">http://www.gnucash.org/images/features/feature_register_lg.png</screenshot>
|
||||
<screenshot width="1049" height="590">http://www.gnucash.org/images/features/feature_bar_chart_lg.png</screenshot>
|
||||
<screenshot type="default">
|
||||
<image type="source" width="1049" height="590">https://www.gnucash.org/images/features/feature_accounts_lg.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="1049" height="590">https://www.gnucash.org/images/features/feature_register_lg.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="1049" height="590">https://www.gnucash.org/images/features/feature_bar_chart_lg.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">http://www.gnucash.org/</url>
|
||||
<updatecontact>gnucash-devel@gnucash.org</updatecontact>
|
||||
</application>
|
||||
<url type="homepage">https://www.gnucash.org</url>
|
||||
<url type="bugtracker">https://bugzilla.gnome.org</url>
|
||||
<url type="faq">https://wiki.gnucash.org/wiki/FAQ</url>
|
||||
<url type="help">https://gnucash.org/docs.phtml</url>
|
||||
<url type="donation">https://gnucash.org/donate.phtml</url>
|
||||
<url type="translate">https://wiki.gnucash.org/wiki/Translation</url>
|
||||
<update_contact>gnucash-devel@gnucash.org</update_contact>
|
||||
</component>
|
||||
|
Loading…
Reference in New Issue
Block a user