Skip to content

Commit 303853b

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent eda8351 commit 303853b

File tree

5 files changed

+137
-0
lines changed

5 files changed

+137
-0
lines changed

apps/GospelPdfViewer.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
layout: app
3+
4+
permalink: /GospelPdfViewer/
5+
description: A fast, simple Pdf Viewer
6+
license: GPL-3.0-or-later
7+
8+
icons:
9+
- GospelPdfViewer/icons/128x128/gospel-pdf.png
10+
screenshots:
11+
- https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot1.jpg
12+
13+
authors:
14+
- name: ksharindam
15+
url: https://github.com/ksharindam
16+
17+
links:
18+
- type: GitHub
19+
url: ksharindam/gospel-pdf-viewer
20+
- type: Download
21+
url: https://github.com/ksharindam/gospel-pdf-viewer/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Version: 1.0
26+
Type: Application
27+
Name: Gospel PDF
28+
Comment: PopplerQt4 based PDF Reader
29+
Exec: gospel-pdf %f
30+
Icon: gospel-pdf
31+
Categories: Office
32+
Terminal: false
33+
StartupNotify: false
34+
AppImageHub:
35+
X-AppImage-UpdateInformation: zsync|https://github.com/ksharindam/gospel-pdf-viewer/releases/latest/download/Gospel_PDF-x86_64.AppImage.zsync
36+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
37+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
38+
could not be verified. Please remember that the signature file (.sig or .asc)
39+
should be the first file given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
43+
appdata:
44+
Type: desktop-application
45+
ID: com.ksharindam.gospel-pdf
46+
Name:
47+
C: Gospel Pdf Viewer
48+
Summary:
49+
C: A fast, simple Pdf Viewer
50+
Description:
51+
C: >-
52+
<p>A fast pdf viewer based on Poppler or MuPdf.</p>
53+
ProjectLicense: GPL-3.0-or-later
54+
Categories:
55+
- Office
56+
Url:
57+
homepage: https://ksharindam.github.io/gospel-pdf-viewer/
58+
Launchable:
59+
desktop-id:
60+
- com.ksharindam.gospel-pdf.desktop
61+
Screenshots:
62+
- default: true
63+
caption:
64+
C: Screenshot 1
65+
thumbnails: []
66+
source-image:
67+
url: https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot1.jpg
68+
lang: C
69+
- caption:
70+
C: Screenshot 2
71+
thumbnails: []
72+
source-image:
73+
url: https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot2.jpg
74+
lang: C
75+
- caption:
76+
C: Screenshot 3
77+
thumbnails: []
78+
source-image:
79+
url: https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot3.jpg
80+
lang: C
81+
---
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright (C) 2023 Arindam Chaudhuri <[email protected]> -->
3+
<component type="desktop-application">
4+
<id>com.ksharindam.gospel-pdf</id>
5+
<metadata_license>FSFAP</metadata_license>
6+
<project_license>GPL-3.0-or-later</project_license>
7+
8+
<name>Gospel Pdf Viewer</name>
9+
<summary>A fast, simple Pdf Viewer</summary>
10+
11+
<description>
12+
<p>
13+
A fast pdf viewer based on Poppler or MuPdf.
14+
</p>
15+
</description>
16+
17+
<categories>
18+
<category>Office</category>
19+
</categories>
20+
21+
<launchable type="desktop-id">com.ksharindam.gospel-pdf.desktop</launchable>
22+
23+
<screenshots>
24+
<screenshot type="default">
25+
<caption>Screenshot 1</caption>
26+
<image>https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot1.jpg</image>
27+
</screenshot>
28+
<screenshot>
29+
<caption>Screenshot 2</caption>
30+
<image>https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot2.jpg</image>
31+
</screenshot>
32+
<screenshot>
33+
<caption>Screenshot 3</caption>
34+
<image>https://github.com/ksharindam/gospel-pdf-viewer/raw/main/data/screenshots/Screenshot3.jpg</image>
35+
</screenshot>
36+
</screenshots>
37+
38+
<url type="homepage">https://ksharindam.github.io/gospel-pdf-viewer/</url>
39+
40+
</component>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Gospel PDF
5+
Comment=PopplerQt4 based PDF Reader
6+
Exec=gospel-pdf %f
7+
Icon=gospel-pdf
8+
Categories= Office;
9+
Terminal=false
10+
StartupNotify=false
11+
12+
[AppImageHub]
13+
X-AppImage-UpdateInformation=zsync|https://github.com/ksharindam/gospel-pdf-viewer/releases/latest/download/Gospel_PDF-x86_64.AppImage.zsync
14+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
15+
X-AppImage-Type=2
16+
X-AppImage-Architecture=x86_64
Loading
17.3 KB
Loading

0 commit comments

Comments
 (0)