-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
Jul 24, 2024
1 parent
0592b94
commit b24e982
Showing
5 changed files
with
103 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,63 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /Janice/ | ||
description: A desktop app for viewing large JSON files | ||
license: MIT | ||
|
||
icons: | ||
- Janice/icons/512x512/Janice.png | ||
screenshots: | ||
- https://cdn.imgpile.com/f/bdQBc3q_xl.png | ||
|
||
authors: | ||
- name: ErikKalkoken | ||
url: https://github.com/ErikKalkoken | ||
|
||
links: | ||
- type: GitHub | ||
url: ErikKalkoken/janice | ||
- type: Download | ||
url: https://github.com/ErikKalkoken/janice/releases | ||
|
||
desktop: | ||
Desktop Entry: | ||
Type: Application | ||
Name: Janice | ||
Exec: janice | ||
Icon: Janice | ||
Keywords: fyne | ||
Categories: Utility | ||
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.github.erikkalkoken.janice | ||
Name: | ||
C: Janice | ||
Summary: | ||
C: A desktop app for viewing large JSON files | ||
Description: | ||
C: >- | ||
<p>Janice is a desktop app for viewing large JSON files. Please see website for details.</p> | ||
ProjectLicense: MIT | ||
Url: | ||
homepage: https://github.com/ErikKalkoken/janice | ||
Launchable: | ||
desktop-id: | ||
- io.github.erikkalkoken.janice.desktop | ||
Screenshots: | ||
- default: true | ||
thumbnails: [] | ||
source-image: | ||
url: https://cdn.imgpile.com/f/bdQBc3q_xl.png | ||
lang: C | ||
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,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.erikkalkoken.janice</id> | ||
|
||
<name>Janice</name> | ||
<summary>A desktop app for viewing large JSON files</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p> | ||
Janice is a desktop app for viewing large JSON files. Please see website for details. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">io.github.erikkalkoken.janice.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://cdn.imgpile.com/f/bdQBc3q_xl.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">https://github.com/ErikKalkoken/janice</url> | ||
|
||
<content_rating type="oars-1.1" /> | ||
</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,13 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Janice | ||
Exec=janice | ||
Icon=Janice | ||
Keywords=fyne | ||
Categories=Utility; | ||
[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.