Skip to content

Commit 666583f

Browse files
authored
Merge branch 'master' into trigger-emulsion
2 parents a9843df + d991111 commit 666583f

File tree

6 files changed

+105
-0
lines changed

6 files changed

+105
-0
lines changed

apps/Janus.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: app
3+
4+
permalink: /Janus/
5+
description: Simple Linux notepad
6+
7+
icons:
8+
- Janus/icons/256x256/dev.pantheum.janus.png
9+
10+
screenshots:
11+
- Janus/screenshot.png
12+
13+
authors:
14+
- name: gholmann16
15+
url: https://github.com/gholmann16
16+
17+
links:
18+
- type: GitHub
19+
url: gholmann16/janus
20+
- type: Download
21+
url: https://github.com/gholmann16/janus/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
X-AppImage-Arch: x86_64
26+
X-AppImage-Version: 0.9.7
27+
X-AppImage-Name: Janus
28+
Type: Application
29+
Name: Janus
30+
Comment: Simple Linux notepad
31+
Comment[es]: Bloc de notas Linux sencillo
32+
Comment[fr]: Bloc-notes Linux simple
33+
Comment[tr]: Basit Linux not defteri
34+
Exec: janus %f
35+
Icon: dev.pantheum.janus
36+
Terminal: false
37+
MimeType: text/plain
38+
Categories: GTK
39+
AppImageHub:
40+
X-AppImage-UpdateInformation: gh-releases-zsync|gholmann16|janus|latest|Janus-*x86_64.AppImage.zsync
41+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
42+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
43+
could not be verified. Please remember that the signature file (.sig or .asc)
44+
should be the first file given on the command line.'
45+
X-AppImage-Type: 2
46+
X-AppImage-Architecture: x86_64
47+
---

data/Janus

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/gholmann16/janus
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>dev.pantheum.janus</id>
4+
5+
<name>Janus</name>
6+
<summary>Simple Linux notepad</summary>
7+
8+
<metadata_license>CC0-1.0</metadata_license>
9+
<project_license>LGPL-3.0-or-later</project_license>
10+
11+
<description>
12+
<p>
13+
Simple native Linux notepad meant for text editing. Supports UTF-8 and binary data.
14+
</p>
15+
</description>
16+
17+
<url type="homepage">https://github.com/gholmann16/janus</url>
18+
19+
<launchable type="desktop-id">dev.pantheum.janus.desktop</launchable>
20+
<screenshots>
21+
<screenshot type="default">
22+
<image>https://raw.githubusercontent.com/gholmann16/Janus/main/data/screenshot.png</image>
23+
<caption>Picture of a simple notepad application (janus) reading a c file with syntax highlighting displayed</caption>
24+
</screenshot>
25+
</screenshots>
26+
27+
<content_rating type="oars-1.1" />
28+
29+
<developer id="dev.pantheum">
30+
<name>Gabriel Holmann</name>
31+
</developer>
32+
33+
<releases>
34+
<release version="0.9.7" date="2024-06-28"></release>
35+
</releases>
36+
</component>
111 KB
Loading

database/Janus/janus.desktop

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[Desktop Entry]
2+
X-AppImage-Arch=x86_64
3+
X-AppImage-Version=0.9.7
4+
X-AppImage-Name=Janus
5+
Type=Application
6+
Name=Janus
7+
Comment=Simple Linux notepad
8+
Comment[es]=Bloc de notas Linux sencillo
9+
Comment[fr]=Bloc-notes Linux simple
10+
Comment[tr]=Basit Linux not defteri
11+
Exec=janus %f
12+
Icon=dev.pantheum.janus
13+
Terminal=false
14+
MimeType=text/plain
15+
Categories=GTK;Utility;TextEditor;
16+
17+
[AppImageHub]
18+
X-AppImage-UpdateInformation=gh-releases-zsync|gholmann16|janus|latest|Janus-*x86_64.AppImage.zsync
19+
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.
20+
X-AppImage-Type=2
21+
X-AppImage-Architecture=x86_64

database/Janus/screenshot.png

2.31 KB
Loading

0 commit comments

Comments
 (0)