Skip to content

Commit 1074d9e

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent a54d5ad commit 1074d9e

File tree

5 files changed

+164
-0
lines changed

5 files changed

+164
-0
lines changed

apps/tinyclerk.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
layout: app
3+
4+
permalink: /tinyclerk/
5+
description: TinyClerk is an easy to use double-entry bookkeeping application
6+
license: LicenseRef-Proprietary
7+
8+
icons:
9+
- tinyclerk/icons/scalable/com.tinyclerk.tinyclerk.svg
10+
screenshots:
11+
- https://tinyclerk.com/sswin/win01-main.jpg
12+
13+
authors:
14+
15+
links:
16+
17+
desktop:
18+
Desktop Entry:
19+
Type: Application
20+
Name: tinyclerk
21+
Icon: com.tinyclerk.tinyclerk
22+
Comment: TinyClerk is an easy to use double-entry bookkeeping application
23+
Exec: "/usr/bin/tinyclerk"
24+
TryExec: "/usr/bin/tinyclerk"
25+
NoDisplay: false
26+
X-AppImage-Integrate: true
27+
Terminal: false
28+
Categories: Office
29+
MimeType:
30+
Keywords:
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: com.tinyclerk.tinyclerk
42+
Name:
43+
C: tinyclerk
44+
Summary:
45+
C: TinyClerk is an easy to use double-entry bookkeeping application
46+
Description:
47+
C: >-
48+
<p>TinyClerk is an easy to use double-entry bookkeeping application.
49+
50+
It is designed for the entrepreneur, consultant, free-lancer or small-business owner who wants to do his own bookkeeping.
51+
52+
TinyClerk is single-user, off-line, secure and free.
53+
54+
It is available for Windows, Linux and Android, the data can be shared with multiple devices and across platforms.</p>
55+
DeveloperName:
56+
C: Open Soft Oy
57+
ProjectLicense: LicenseRef-Proprietary
58+
Categories:
59+
- Office
60+
Keywords:
61+
C:
62+
- accounting
63+
- bookkeeping
64+
- office
65+
- business
66+
Url:
67+
homepage: https://tinyclerk.com
68+
Launchable:
69+
desktop-id:
70+
- com.tinyclerk.tinyclerk.desktop
71+
Screenshots:
72+
- default: true
73+
thumbnails: []
74+
source-image:
75+
url: https://tinyclerk.com/sswin/win01-main.jpg
76+
lang: C
77+
Releases:
78+
- version: Version 1.4.0
79+
unix-timestamp: 1739577600
80+
description:
81+
C: >-
82+
<ul>
83+
<li>Initial release for .NET Core v8.0</li>
84+
<li>Initial release for Linux</li>
85+
<li>Linux packaging with PupNet Deploy</li>
86+
<li>Old Voucher UI (pre 1.4.0) removed</li>
87+
</ul>
88+
ContentRating:
89+
oars-1.0: {}
90+
---
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<component type="desktop-application">
3+
<metadata_license>CC-BY-SA-4.0</metadata_license>
4+
5+
<id>com.tinyclerk.tinyclerk</id>
6+
<name>tinyclerk</name>
7+
<summary>TinyClerk is an easy to use double-entry bookkeeping application</summary>
8+
<developer_name>Open Soft Oy</developer_name>
9+
<url type="homepage">https://tinyclerk.com</url>
10+
<project_license>LicenseRef-Proprietary</project_license>
11+
<content_rating type="oars-1.0" />
12+
13+
<launchable type="desktop-id">com.tinyclerk.tinyclerk.desktop</launchable>
14+
15+
<description>
16+
<p>TinyClerk is an easy to use double-entry bookkeeping application.
17+
It is designed for the entrepreneur, consultant, free-lancer or small-business owner who wants to do his own bookkeeping.
18+
TinyClerk is single-user, off-line, secure and free.
19+
It is available for Windows, Linux and Android, the data can be shared with multiple devices and across platforms.</p>
20+
</description>
21+
22+
<!-- Freedesktop Categories -->
23+
<categories>
24+
<category>Office</category>
25+
</categories>
26+
27+
<keywords>
28+
<keyword>accounting</keyword>
29+
<keyword>bookkeeping</keyword>
30+
<keyword>office</keyword>
31+
<keyword>business</keyword>
32+
</keywords>
33+
34+
<screenshots>
35+
<screenshot type="default">
36+
<image>https://tinyclerk.com/sswin/win01-main.jpg</image>
37+
</screenshot>
38+
</screenshots>
39+
40+
<releases>
41+
<release version="Version 1.4.0" date="2025-02-15"><description><ul>
42+
<li>Initial release for .NET Core v8.0</li>
43+
<li>Initial release for Linux</li>
44+
<li>Linux packaging with PupNet Deploy</li>
45+
<li>Old Voucher UI (pre 1.4.0) removed</li>
46+
</ul></description></release>
47+
</releases>
48+
49+
</component>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=tinyclerk
4+
Icon=com.tinyclerk.tinyclerk
5+
Comment=TinyClerk is an easy to use double-entry bookkeeping application
6+
Exec=/usr/bin/tinyclerk
7+
TryExec=/usr/bin/tinyclerk
8+
NoDisplay=false
9+
X-AppImage-Integrate=true
10+
Terminal=false
11+
Categories=Office;
12+
MimeType=
13+
Keywords=
14+
[AppImageHub]
15+
# Dear upstream developer, please include update information in your AppImage
16+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
17+
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.
18+
X-AppImage-Type=2
19+
X-AppImage-Architecture=x86_64
Lines changed: 6 additions & 0 deletions
Loading

database/tinyclerk/screenshot.png

58.5 KB
Loading

0 commit comments

Comments
 (0)