diff options
Diffstat (limited to 'data/org.gnome.Shotwell.appdata.xml.in')
-rw-r--r-- | data/org.gnome.Shotwell.appdata.xml.in | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/data/org.gnome.Shotwell.appdata.xml.in b/data/org.gnome.Shotwell.appdata.xml.in new file mode 100644 index 0000000..f578e9c --- /dev/null +++ b/data/org.gnome.Shotwell.appdata.xml.in @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2016 Software Freedom Conservancy Inc. --> +<component type="desktop"> + <id>org.gnome.Shotwell.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>LGPL-2.1+</project_license> + <translation type="gettext">shotwell</translation> + <name>Shotwell</name> + <summary>Digital photo organizer</summary> + <description> + <p> + Shotwell is an easy-to-use, fast photo organizer designed for the GNOME desktop. + It allows you to import photos from your camera or disk, organize them by date and subject + matter, even ratings. It also offers basic photo editing, like crop, red-eye correction, + color adjustments, and straighten. Shotwell’s non-destructive photo editor does not alter + your master photos, making it easy to experiment and correct errors. + </p> + <p> + When ready, Shotwell can upload your photos to various web services, such as Flickr, + Google Photos, and more. + </p> + <p> + Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats. + </p> + </description> + <url type="homepage">https://wiki.gnome.org/Apps/Shotwell</url> + <content_rating type="oars-1.0" /> + <screenshots> + <screenshot type="default"> + <image>https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/harbor.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/import.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/organize.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/edit.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/publish.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + </screenshots> + <update_contact>mail@jensge.org</update_contact> + <project_group>GNOME</project_group> + + <developer_name>The Shotwell developers</developer_name> + + <url type="bugtracker">https://gitlab.gnome.org/GNOME/shotwell/issues</url> + <releases> + <release version="0.32.1" date="2023-05-09" urgency="medium" type="stable" /> + <release version="0.32.0" date="2023-04-22" urgency="medium" type="stable" /> + <release version="0.30.18" date="2023-04-01" urgency="low" type="stable" /> + </releases> + + <!--GNOME Projects usually have no per-app donation page--> + <url type="donation">http://www.gnome.org/friends/</url> + + <url type="help">http://shotwell-project.org/doc/html</url> +</component> |