-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathevince.appdata.xml.in
39 lines (36 loc) · 1.65 KB
/
evince.appdata.xml.in
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
<?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>
</application>