-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatically parsed data (test)
[ci skip]
- Loading branch information
GitHub Actions
committed
Sep 10, 2023
1 parent
035732d
commit b204ce3
Showing
5 changed files
with
210 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /Gemalaya/ | ||
description: Gemini browser | ||
license: LGPL-3.0+ | ||
|
||
icons: | ||
- Gemalaya/icons/128x128/io.gitlab.gemgemgem.Gemalaya.png | ||
screenshots: | ||
- https://gemalaya.gitlab.io/screenshots/gemalaya-20230906195444.png | ||
|
||
authors: | ||
|
||
links: | ||
|
||
desktop: | ||
Desktop Entry: | ||
Type: Application | ||
Name: Gemalaya | ||
Comment: Gemini browser | ||
Icon: io.gitlab.gemgemgem.Gemalaya | ||
Exec: | ||
Terminal: false | ||
Categories: Network | ||
X-AppImage-Version: 0.4.3 | ||
AppImageHub: | ||
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.' | ||
X-AppImage-Type: 2 | ||
X-AppImage-Architecture: x86_64 | ||
|
||
appdata: | ||
Type: desktop-application | ||
ID: io.gitlab.gemgemgem.Gemalaya | ||
Name: | ||
C: Gemalaya | ||
Summary: | ||
C: Gemini browser | ||
Description: | ||
C: >- | ||
<p>Gemalaya is a keyboard-driven Gemini browser written in | ||
QML (PySide6). Links can be navigated from the keyboard using | ||
simple key sequences. | ||
Gemalaya can render websites as gemtext by using the builtin | ||
web-to-gemini proxy (levior). | ||
Visit gemalaya's website | ||
for more!</p> | ||
ProjectLicense: LGPL-3.0+ | ||
Categories: | ||
- Network | ||
Keywords: | ||
C: | ||
- Browser | ||
- Gemini | ||
- QML | ||
Url: | ||
homepage: https://gitlab.com/cipres/gemgemgem | ||
donation: https://liberapay.com/galacteek | ||
Launchable: | ||
desktop-id: | ||
- gemalaya.desktop | ||
Provides: | ||
binaries: | ||
- gemalaya | ||
Screenshots: | ||
- default: true | ||
caption: | ||
C: Browsing bbs.geminispace.org | ||
thumbnails: [] | ||
source-image: | ||
url: https://gemalaya.gitlab.io/screenshots/gemalaya-20230906195444.png | ||
lang: C | ||
- default: true | ||
caption: | ||
C: Viewing an image on BBS | ||
thumbnails: [] | ||
source-image: | ||
url: https://gemalaya.gitlab.io/screenshots/gemalaya-20230906195803.png | ||
lang: C | ||
- default: true | ||
caption: | ||
C: Accessing an RSS feed as a gemini tinylog | ||
thumbnails: [] | ||
source-image: | ||
url: https://gemalaya.gitlab.io/screenshots/gemalaya-20230909212055.png | ||
lang: C | ||
Releases: | ||
- version: 0.4.3 | ||
unix-timestamp: 1694217600 | ||
- version: 0.4.2 | ||
unix-timestamp: 1694044800 | ||
- version: 0.4.1 | ||
unix-timestamp: 1693958400 | ||
- version: 0.4.0 | ||
unix-timestamp: 1693872000 | ||
- version: 0.3.9 | ||
unix-timestamp: 1692921600 | ||
- version: 0.3.8 | ||
unix-timestamp: 1692489600 | ||
- version: 0.3.7 | ||
unix-timestamp: 1692403200 | ||
- version: 0.3.6 | ||
unix-timestamp: 1692316800 | ||
- version: 0.3.5 | ||
unix-timestamp: 1692230400 | ||
- version: 0.3.4 | ||
unix-timestamp: 1692144000 | ||
- version: 0.3.3 | ||
unix-timestamp: 1692057600 | ||
--- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Gemalaya | ||
Comment=Gemini browser | ||
Icon=io.gitlab.gemgemgem.Gemalaya | ||
Exec= | ||
Terminal=false | ||
Categories=Network;WebBrowser;Qt | ||
X-AppImage-Version=0.4.3 | ||
|
||
[AppImageHub] | ||
# Dear upstream developer, please include update information in your AppImage | ||
# (e.g., with appimagetool -u) so that users can easily update the AppImage | ||
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. | ||
X-AppImage-Type=2 | ||
X-AppImage-Architecture=x86_64 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions
81
database/Gemalaya/io.gitlab.gemgemgem.Gemalaya.appdata.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.gitlab.gemgemgem.Gemalaya</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>LGPL-3.0+</project_license> | ||
<update_contact>[email protected]</update_contact> | ||
<name>Gemalaya</name> | ||
|
||
<translation type="qt">en</translation> | ||
|
||
<summary>Gemini browser</summary> | ||
<categories> | ||
<category>Network</category> | ||
</categories> | ||
<keywords> | ||
<keyword>Browser</keyword> | ||
<keyword>Gemini</keyword> | ||
<keyword>QML</keyword> | ||
</keywords> | ||
|
||
<description> | ||
<p>Gemalaya is a keyboard-driven Gemini browser written in | ||
QML (PySide6). Links can be navigated from the keyboard using | ||
simple key sequences. | ||
Gemalaya can render websites as gemtext by using the builtin | ||
web-to-gemini proxy (levior). | ||
Visit <a href="https://gemalaya.gitlab.io">gemalaya's website</a> | ||
for more! | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">gemalaya.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Browsing bbs.geminispace.org</caption> | ||
<image>https://gemalaya.gitlab.io/screenshots/gemalaya-20230906195444.png</image> | ||
</screenshot> | ||
|
||
<screenshot type="default"> | ||
<caption>Viewing an image on BBS</caption> | ||
<image>https://gemalaya.gitlab.io/screenshots/gemalaya-20230906195803.png</image> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<caption>Accessing an RSS feed as a gemini tinylog</caption> | ||
<image>https://gemalaya.gitlab.io/screenshots/gemalaya-20230909212055.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">https://gitlab.com/cipres/gemgemgem</url> | ||
<url type="donation">https://liberapay.com/galacteek</url> | ||
|
||
<provides> | ||
<binary>gemalaya</binary> | ||
</provides> | ||
|
||
<releases> | ||
<release version="0.4.3" date="2023-09-09"> | ||
</release> | ||
<release version="0.4.2" date="2023-09-07"> | ||
</release> | ||
<release version="0.4.1" date="2023-09-06"> | ||
</release> | ||
<release version="0.4.0" date="2023-09-05"> | ||
</release> | ||
<release version="0.3.9" date="2023-08-25"> | ||
</release> | ||
<release version="0.3.8" date="2023-08-20"> | ||
</release> | ||
<release version="0.3.7" date="2023-08-19"> | ||
</release> | ||
<release version="0.3.6" date="2023-08-18"> | ||
</release> | ||
<release version="0.3.5" date="2023-08-17"> | ||
</release> | ||
<release version="0.3.4" date="2023-08-16"> | ||
</release> | ||
<release version="0.3.3" date="2023-08-15"> | ||
</release> | ||
</releases> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.