Skip to content

Commit b24e982

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 0592b94 commit b24e982

File tree

5 files changed

+103
-0
lines changed

5 files changed

+103
-0
lines changed

apps/Janice.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
layout: app
3+
4+
permalink: /Janice/
5+
description: A desktop app for viewing large JSON files
6+
license: MIT
7+
8+
icons:
9+
- Janice/icons/512x512/Janice.png
10+
screenshots:
11+
- https://cdn.imgpile.com/f/bdQBc3q_xl.png
12+
13+
authors:
14+
- name: ErikKalkoken
15+
url: https://github.com/ErikKalkoken
16+
17+
links:
18+
- type: GitHub
19+
url: ErikKalkoken/janice
20+
- type: Download
21+
url: https://github.com/ErikKalkoken/janice/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Type: Application
26+
Name: Janice
27+
Exec: janice
28+
Icon: Janice
29+
Keywords: fyne
30+
Categories: Utility
31+
AppImageHub:
32+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
33+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
34+
could not be verified. Please remember that the signature file (.sig or .asc)
35+
should be the first file given on the command line.'
36+
X-AppImage-Type: 2
37+
X-AppImage-Architecture: x86_64
38+
39+
appdata:
40+
Type: desktop-application
41+
ID: io.github.erikkalkoken.janice
42+
Name:
43+
C: Janice
44+
Summary:
45+
C: A desktop app for viewing large JSON files
46+
Description:
47+
C: >-
48+
<p>Janice is a desktop app for viewing large JSON files. Please see website for details.</p>
49+
ProjectLicense: MIT
50+
Url:
51+
homepage: https://github.com/ErikKalkoken/janice
52+
Launchable:
53+
desktop-id:
54+
- io.github.erikkalkoken.janice.desktop
55+
Screenshots:
56+
- default: true
57+
thumbnails: []
58+
source-image:
59+
url: https://cdn.imgpile.com/f/bdQBc3q_xl.png
60+
lang: C
61+
ContentRating:
62+
oars-1.1: {}
63+
---
12.9 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.erikkalkoken.janice</id>
4+
5+
<name>Janice</name>
6+
<summary>A desktop app for viewing large JSON files</summary>
7+
8+
<metadata_license>MIT</metadata_license>
9+
<project_license>MIT</project_license>
10+
11+
<description>
12+
<p>
13+
Janice is a desktop app for viewing large JSON files. Please see website for details.
14+
</p>
15+
</description>
16+
17+
<launchable type="desktop-id">io.github.erikkalkoken.janice.desktop</launchable>
18+
<screenshots>
19+
<screenshot type="default">
20+
<image>https://cdn.imgpile.com/f/bdQBc3q_xl.png</image>
21+
</screenshot>
22+
</screenshots>
23+
24+
<url type="homepage">https://github.com/ErikKalkoken/janice</url>
25+
26+
<content_rating type="oars-1.1" />
27+
</component>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Janice
4+
Exec=janice
5+
Icon=Janice
6+
Keywords=fyne
7+
Categories=Utility;
8+
[AppImageHub]
9+
# Dear upstream developer, please include update information in your AppImage
10+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
11+
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.
12+
X-AppImage-Type=2
13+
X-AppImage-Architecture=x86_64

database/Janice/screenshot.png

19 KB
Loading

0 commit comments

Comments
 (0)