|
4 | 4 | <id>org.pwmt.zathura</id>
|
5 | 5 | <metadata_license>CC0-1.0</metadata_license>
|
6 | 6 | <project_license>Zlib</project_license>
|
| 7 | + <developer id="org.pwmt"> |
| 8 | + <name>pwmt</name> |
| 9 | + </developer> |
7 | 10 | <name>Zathura</name>
|
8 |
| - <summary>A minimalistic document viewer</summary> |
| 11 | + <summary>Minimalistic document viewer</summary> |
9 | 12 | <description>
|
10 | 13 | <p>
|
11 | 14 | Zathura is a highly customizable and functional document viewer. It
|
|
27 | 30 | <launchable type="desktop-id">org.pwmt.zathura.desktop</launchable>
|
28 | 31 | <url type="homepage">https://pwmt.org/projects/zathura</url>
|
29 | 32 | <url type="bugtracker">https://github.com/pwmt/zathura/issues</url>
|
| 33 | + <url type="donation">https://pwmt.org/help/donate</url> |
| 34 | + <url type="contact">https://pwmt.org/contact</url> |
| 35 | + <url type="translate">https://github.com/pwmt/zathura/tree/develop/po</url> |
| 36 | + <url type="vcs-browser">https://github.com/pwmt/zathura</url> |
| 37 | + <url type="help">https://pwmt.org/projects/zathura/documentation/</url> |
30 | 38 | <screenshots>
|
31 | 39 | <screenshot type="default">
|
32 | 40 | <image>https://pwmt.org/static/img/zathura-cover.png</image>
|
| 41 | + <caption>Reading a PDF file</caption> |
33 | 42 | </screenshot>
|
34 | 43 | <screenshot>
|
35 | 44 | <image>https://pwmt.org/static/img/zathura-completion.png</image>
|
| 45 | + <caption>Opening a file with the `open` command</caption> |
36 | 46 | </screenshot>
|
37 | 47 | <screenshot>
|
38 | 48 | <image>https://pwmt.org/static/img/zathura-follow.png</image>
|
| 49 | + <caption>Following links</caption> |
39 | 50 | </screenshot>
|
40 | 51 | <screenshot>
|
41 | 52 | <image>https://pwmt.org/static/img/zathura-bookmarks.png</image>
|
| 53 | + <caption>Listing and selecting bookmakrs</caption> |
42 | 54 | </screenshot>
|
43 | 55 | </screenshots>
|
44 | 56 | <translation type="gettext">zathura</translation>
|
45 | 57 | <provides>
|
46 | 58 | <binary>zathura</binary>
|
47 | 59 | </provides>
|
48 |
| - <content_rating type="oars-1.0" /> |
| 60 | + <content_rating type="oars-1.1" /> |
| 61 | + <recommends> |
| 62 | + <control>keyboard</control> |
| 63 | + <control>pointing</control> |
| 64 | + <control>touch</control> |
| 65 | + </recommends> |
49 | 66 | <releases>
|
50 | 67 | <release version="0.5.12" date="2025-07-03">
|
51 | 68 | <description>
|
|
131 | 148 | </release>
|
132 | 149 | <release version="0.5.1" date="2022-09-09">
|
133 | 150 | <description>
|
134 |
| - <p>seccomp: Make glibc fallback to clone instead of using clone3</p> |
| 151 | + <p>`seccomp`: Make glibc fallback to clone instead of using clone3</p> |
135 | 152 | </description>
|
136 | 153 | </release>
|
137 | 154 | <release version="0.5.0" date="2022-09-08">
|
138 | 155 | <description>
|
139 |
| - <p>magic is now a required dependency</p> |
| 156 | + <p>`magic` is now a required dependency</p> |
140 | 157 | <p>Various fixes and improvements</p>
|
141 | 158 | </description>
|
142 | 159 | </release>
|
|
524 | 541 | <p>Configureable modes</p>
|
525 | 542 | <p>Smooth scrolling</p>
|
526 | 543 | <p>Extended statusbar string manipulation</p>
|
527 |
| - <p>function</p> |
| 544 | + <p>`function`</p> |
528 | 545 | <p>Strip executable</p>
|
529 | 546 | <p>Updated manpage</p>
|
530 | 547 | </description>
|
|
536 | 553 | <p>Updated the behaviour of sc_scroll</p>
|
537 | 554 | <p>Half/Full-page scrolling</p>
|
538 | 555 | <p>Check document health in sc_reload</p>
|
539 |
| - <p>tabbed support</p> |
| 556 | + <p>`tabbed` support</p> |
540 | 557 | <p>Define look with the set function</p>
|
541 | 558 | <p>Implemented map function</p>
|
542 |
| - <p>zathurarc file</p> |
| 559 | + <p>`zathurarc` file</p> |
543 | 560 | <p>Prevent buffer overflow in realpath</p>
|
544 | 561 | <p>Strip executeable</p>
|
545 | 562 | <p>Key evaluation when buffer is not empty</p>
|
|
595 | 612 | <p>Marker support</p>
|
596 | 613 | <p>Highlight search results</p>
|
597 | 614 | <p>Buffered commands</p>
|
598 |
| - <p>set Function</p> |
| 615 | + <p>`set` Function</p> |
599 | 616 | <p>Revert video function</p>
|
600 | 617 | <p>Command completion</p>
|
601 | 618 | </description>
|
|
0 commit comments