-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Aug 27, 2023
1 parent
bdcfce2
commit 9a7c23c
Showing
5 changed files
with
142 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,86 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /e2-sat-editor/ | ||
description: Satellite channel lists editor: Enigma2, Neutrino, dreambox | ||
license: GPL-3.0-or-later | ||
|
||
icons: | ||
- e2-sat-editor/icons/scalable/e2-sat-editor.svg | ||
screenshots: | ||
- https://ctlcltd.github.io/e2se/screenshot.png | ||
|
||
authors: | ||
- name: ctlcltd | ||
url: https://github.com/ctlcltd | ||
|
||
links: | ||
- type: GitHub | ||
url: ctlcltd/e2-sat-editor | ||
- type: Download | ||
url: https://github.com/ctlcltd/e2-sat-editor/releases | ||
|
||
desktop: | ||
Desktop Entry: | ||
Type: Application | ||
Name: e2 SAT Editor | ||
Comment: Satellite channel lists editor | ||
TryExec: e2-sat-editor | ||
Exec: e2-sat-editor %F | ||
Icon: e2-sat-editor | ||
Categories: AudioVideo | ||
X-AppImage-Version: 18d3358 | ||
AppImageHub: | ||
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx'' | ||
created Signature made Tue Jun 13 19:57:14 2023 UTC using RSA key | ||
A0ED503659EA1F207E3EF378D6D3CC50B6D8434D Can''t check signature: No public key' | ||
X-AppImage-Type: 2 | ||
X-AppImage-Architecture: x86_64 | ||
|
||
appdata: | ||
Type: desktop-application | ||
ID: io.github.ctlcltd.e2se | ||
Name: | ||
C: e2 SAT Editor | ||
Summary: | ||
C: 'Satellite channel lists editor: Enigma2, Neutrino, dreambox' | ||
Description: | ||
C: >- | ||
<p>e2 SAT Editor is a satellite channel lists editor with tabbed nav, for Enigma2, Neutrino, dreambox lists.</p> | ||
ProjectLicense: GPL-3.0-or-later | ||
Categories: | ||
- AudioVideo | ||
- Video | ||
- TV | ||
Url: | ||
homepage: https://ctlcltd.github.io/e2-sat-editor/ | ||
bugtracker: https://github.com/ctlcltd/e2-sat-editor/issues | ||
Launchable: | ||
desktop-id: | ||
- io.github.ctlcltd.e2se.desktop | ||
Provides: | ||
binaries: | ||
- e2-sat-editor | ||
- e2se-cli | ||
Screenshots: | ||
- default: true | ||
thumbnails: [] | ||
source-image: | ||
url: https://ctlcltd.github.io/e2se/screenshot.png | ||
lang: C | ||
Releases: | ||
- version: 0.8.0 | ||
unix-timestamp: 1686614400 | ||
- version: 0.7.0 | ||
unix-timestamp: 1684627200 | ||
- version: 0.6.0-pre | ||
unix-timestamp: 1680825600 | ||
- version: 0.5.0-pre | ||
unix-timestamp: 1679097600 | ||
- version: 0.4.0-pre | ||
unix-timestamp: 1677283200 | ||
- version: 0.3.0-pre | ||
unix-timestamp: 1674518400 | ||
ContentRating: | ||
oars-1.1: {} | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.ctlcltd.e2se</id> | ||
<name>e2 SAT Editor</name> | ||
<summary>Satellite channel lists editor: Enigma2, Neutrino, dreambox</summary> | ||
<metadata_license>MIT</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
<description> | ||
<p> | ||
e2 SAT Editor is a satellite channel lists editor with tabbed nav, for Enigma2, Neutrino, dreambox lists. | ||
</p> | ||
</description> | ||
<categories> | ||
<category>AudioVideo</category> | ||
<category>Video</category> | ||
<category>TV</category> | ||
</categories> | ||
<launchable type="desktop-id">io.github.ctlcltd.e2se.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://ctlcltd.github.io/e2se/screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://ctlcltd.github.io/e2-sat-editor/</url> | ||
<url type="bugtracker">https://github.com/ctlcltd/e2-sat-editor/issues</url> | ||
<content_rating type="oars-1.1" /> | ||
<provides> | ||
<binary>e2-sat-editor</binary> | ||
<binary>e2se-cli</binary> | ||
</provides> | ||
<releases> | ||
<release version="0.8.0" date="2023-06-13" /> | ||
<release version="0.7.0" date="2023-05-21" /> | ||
<release version="0.6.0-pre" type="development" date="2023-04-07" /> | ||
<release version="0.5.0-pre" type="development" date="2023-03-18" /> | ||
<release version="0.4.0-pre" type="development" date="2023-02-25" /> | ||
<release version="0.3.0-pre" type="development" date="2023-01-24" /> | ||
</releases> | ||
</component> |
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=e2 SAT Editor | ||
Comment=Satellite channel lists editor | ||
TryExec=e2-sat-editor | ||
Exec=e2-sat-editor %F | ||
Icon=e2-sat-editor | ||
Categories=AudioVideo;Video;TV; | ||
X-AppImage-Version=18d3358 | ||
|
||
[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 Signature made Tue Jun 13 19:57:14 2023 UTC using RSA key A0ED503659EA1F207E3EF378D6D3CC50B6D8434D Can't check signature: No public key | ||
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.