Skip to content

Commit 45bcbb5

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 64e7dba commit 45bcbb5

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

apps/SciTECO.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: app
3+
4+
permalink: /SciTECO/
5+
description: Scintilla-based Text Editor and Corrector
6+
7+
icons:
8+
- SciTECO/icons/256x256/sciteco.png
9+
10+
screenshots:
11+
- SciTECO/screenshot.png
12+
13+
authors:
14+
- name: rhaberkorn
15+
url: https://github.com/rhaberkorn
16+
17+
links:
18+
- type: GitHub
19+
url: rhaberkorn/sciteco
20+
- type: Download
21+
url: https://github.com/rhaberkorn/sciteco/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: SciTECO
26+
Comment: Scintilla-based Text Editor and Corrector
27+
Exec: sciteco
28+
Icon: sciteco
29+
Type: Application
30+
Categories: Utility
31+
MimeType: text/english
32+
Terminal: true
33+
X-AppImage-Version: 2.3.0-0.glibc2.14
34+
AppImageHub:
35+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
36+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
37+
could not be verified. Please remember that the signature file (.sig or .asc)
38+
should be the first file given on the command line.'
39+
X-AppImage-Type: 2
40+
X-AppImage-Architecture: x86_64
41+
---
257 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=SciTECO
3+
Comment=Scintilla-based Text Editor and Corrector
4+
Exec=sciteco
5+
Icon=sciteco
6+
Type=Application
7+
Categories=Utility;TextEditor;
8+
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
9+
Terminal=true
10+
X-AppImage-Version=2.3.0-0.glibc2.14
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
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.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64

database/SciTECO/screenshot.png

2.7 KB
Loading

0 commit comments

Comments
 (0)