Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
evince/evince.appdata.xml.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (41 sloc)
1.75 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Copyright © 2014 Christian Persch | |
This program is free software; you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation; either version 2, or (at your option) | |
any later version. | |
This program is distributed in the hope conf it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
GNU General Public License for more details. | |
You should have received a copy of the GNU General Public License | |
along with this program. If not, see <http://www.gnu.org/licenses/>. | |
--> | |
<!-- FIXME: the xmlns for appdata is made-up --> | |
<application | |
xmlns="https://www.freedesktop.org/standards/appdata/1.0" | |
xmlns:xi="http://www.w3.org/2001/XInclude" | |
xmlns:its="http://www.w3.org/2005/11/its"> | |
<id type="desktop">evince.desktop</id> | |
<metadata_license>GPL-2.0+</metadata_license> | |
<project_license>GPL-2.0+</project_license> | |
<_name>Evince</_name> | |
<_summary>Document viewer for popular document formats</_summary> | |
<description> | |
<_p>This is a document viewer for the GNOME desktop.</_p> | |
<_p>It supports the following document formats: PDF, PS, EPS, XPS, DjVu, TIFF, DVI (with SyncTeX), and Comic Books archives (CBR, CBT, CBZ, CB7).</_p> | |
</description> | |
<!-- <screenshots> | |
<screenshot type="default">https://</screenshot> | |
</screenshots> | |
--> | |
<url type="homepage">https://wiki.gnome.org/Apps/Evince</url> | |
<project_group>GNOME</project_group> | |
<updatecontact>https://wiki.gnome.org/Apps/Evince/ReportingBugs</updatecontact> | |
<kudos> | |
<kudo>AppMenu</kudo> | |
<kudo>ModernToolkit</kudo> | |
<kudo>UserDocs</kudo> | |
</kudos> | |
</application> |