Skip to content

Commit

Permalink
Add automatically parsed data (test)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
GitHub Actions committed Jul 24, 2024
1 parent 0592b94 commit b24e982
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 0 deletions.
63 changes: 63 additions & 0 deletions apps/Janice.md
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: {}
---
Binary file added database/Janice/icons/512x512/Janice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions database/Janice/io.github.erikkalkoken.janice.appdata.xml
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>
13 changes: 13 additions & 0 deletions database/Janice/io.github.erikkalkoken.janice.desktop
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
Binary file added database/Janice/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b24e982

Please sign in to comment.