File: org.pwmt.zathura.appdata.xml.in

package info (click to toggle)
zathura 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,616 kB
  • sloc: ansic: 13,668; python: 49; xml: 48; perl: 41; makefile: 8
file content (50 lines) | stat: -rw-r--r-- 1,863 bytes parent folder | download | duplicates (3)
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
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2018 pwmt.org -->
<component type="desktop-application">
  <id>org.pwmt.zathura</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>Zlib</project_license>
  <name>Zathura</name>
  <summary>A minimalistic document viewer</summary>
  <description>
    <p>
      Zathura is a highly customizable and functional document viewer. It
      provides a minimalistic and space saving interface as well as an easy
      usage that mainly focuses on keyboard interaction. Zathura makes it
      possible to completely view and navigate through documents without using a
      mouse.
    </p>
    <p>
      Zathura can be extended to support multiple document formats using
      plugins. Other features include:
    </p>
    <ul>
      <li>SyncTeX forward and backward synchronization support.</li>
      <li>Quickmarks and bookmarks.</li>
      <li>Automatic document reloading.</li>
    </ul>
  </description>
  <launchable type="desktop-id">org.pwmt.zathura.desktop</launchable>
  <url type="homepage">https://pwmt.org/projects/zathura</url>
  <url type="bugtracker">https://bugs.pwmt.org/project/zathura</url>
  <screenshots>
    <screenshot type="default">
      <image>https://pwmt.org/static/img/zathura-cover.png</image>
    </screenshot>
    <screenshot>
      <image>https://pwmt.org/static/img/zathura-completion.png</image>
    </screenshot>
    <screenshot>
      <image>https://pwmt.org/static/img/zathura-follow.png</image>
    </screenshot>
    <screenshot>
      <image>https://pwmt.org/static/img/zathura-bookmarks.png</image>
    </screenshot>
  </screenshots>
  <update_contact>zathura@lists.pwmt.org</update_contact>
  <translation type="gettext">zathura</translation>
  <provides>
    <binary>zathura</binary>
  </provides>
  <content_rating type="oars-1.0" />
</component>