This page https://fedoraproject.org/wiki/Packaging:AppData features an old implementation of the AppData specification. As seen here http://people.freedesktop.org/~hughsient/appdata/ The example AppData should look like this
{{{
<?xml version="1.0" encoding="UTF-8"?> <component type="desktop"> <id>comical.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+ and GFDL-1.3</project_license> <name>Comical</name> <summary>A Comic Archive Reader</summary> <summary xml:lang="fr">Un Comic Archive Lecteur</fr> <description> Comical is an easy to use and cross-platform CBR and CBZ reader which prefetches and caches pages for speed. Comical est une CBR et CBZ lecteur facile à utiliser et multi-plateforme qui prélectures et caches pages pour la vitesse. Resized images are crisp, and you can view pages one or two at a time. Comical is open-source, so feel free to contribute new features! Images redimensionnées sont nettes, et vous pouvez voir une ou deux pages à la fois. Comical est open-source, alors n'hésitez pas à apporter de nouvelles fonctionnalités! </description> <screenshots> <screenshot type="default"> <image>http://comical.sourceforge.net/images/comical-0.5-linux.jpg</image> </screenshot> <screenshot> <image>http://comical.sourceforge.net/images/comical-0.6-win32.jpg</image> </screenshot> </screenshots> <url type="homepage">http://comical.sourceforge.net/</url> <update_contact>richard_at_hughsie.com</update_contact> </component>
Comical is an easy to use and cross-platform CBR and CBZ reader which prefetches and caches pages for speed.
Comical est une CBR et CBZ lecteur facile à utiliser et multi-plateforme qui prélectures et caches pages pour la vitesse.
Resized images are crisp, and you can view pages one or two at a time. Comical is open-source, so feel free to contribute new features!
Images redimensionnées sont nettes, et vous pouvez voir une ou deux pages à la fois. Comical est open-source, alors n'hésitez pas à apporter de nouvelles fonctionnalités!
Also it would be nice to fix the typo reported in the discussion tab:[[BR]] <summary xml:lang="fr">Un Comic Archive Lecteur</fr>[[BR]] should be[[BR]] <summary xml:lang="fr">Un Comic Archive Lecteur</summary>[[BR]]
We discussed this at this weeks meeting (http://meetbot.fedoraproject.org/fedora-meeting-1/2016-01-07/fpc.2016-01-07-17.00.txt):
I fixed the typo from comment 3.
Looks like there was no announcement text.
The AppData guidelines were updated to reflect the current version of the AppData standard.
Metadata Update from @james: - Issue assigned to james
Log in to comment on this ticket.