Skip to content

Commit cd817f1

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 7eb50c0 commit cd817f1

File tree

5 files changed

+224
-0
lines changed

5 files changed

+224
-0
lines changed

apps/ClassicImageViewer.md

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
layout: app
3+
4+
permalink: /ClassicImageViewer/
5+
description: Simple image viewer for Linux with some editing features
6+
license: GPL-3.0+
7+
8+
icons:
9+
- ClassicImageViewer/icons/128x128/civ.png
10+
screenshots:
11+
- https://classicimageviewer.github.io/images/screenshot.png
12+
13+
authors:
14+
- name: classicimageviewer
15+
url: https://github.com/classicimageviewer
16+
17+
links:
18+
- type: GitHub
19+
url: classicimageviewer/ClassicImageViewer
20+
- type: Download
21+
url: https://github.com/classicimageviewer/ClassicImageViewer/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: ClassicImageViewer
26+
Comment: Simple image viewer with some editing features.
27+
GenericName: Image Viewer
28+
Exec: civ %f
29+
Icon: civ
30+
Terminal: false
31+
Type: Application
32+
Categories: Graphics
33+
Keywords: graphics
34+
StartupNotify: true
35+
StartupWMClass: io.github.classicimageviewer.ClassicImageViewer
36+
MimeType: image/bmp
37+
AppImageHub:
38+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
39+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
40+
could not be verified. Please remember that the signature file (.sig or .asc)
41+
should be the first file given on the command line.'
42+
X-AppImage-Type: 2
43+
X-AppImage-Architecture: x86_64
44+
45+
appdata:
46+
Type: desktop-application
47+
ID: io.github.classicimageviewer.ClassicImageViewer
48+
Name:
49+
C: ClassicImageViewer
50+
Summary:
51+
C: Simple image viewer for Linux with some editing features
52+
Description:
53+
C: >-
54+
<p>ClassicImageViewer is a simple image viewer for Linux with some editing features.</p>
55+
56+
<p>Features:</p>
57+
58+
<ul>
59+
<li>Resize, rotate, flip, adjust colors, sharpen.</li>
60+
<li>Copy, cut or paste selection. Paste to side.</li>
61+
<li>Effects (Unsharp, Blur, Median, Denoise, ...).</li>
62+
<li>Thumbnails.</li>
63+
<li>Slideshow.</li>
64+
<li>Batch conversion / renaming.</li>
65+
</ul>
66+
ProjectGroup: ClassicImageViewer
67+
ProjectLicense: GPL-3.0+
68+
Url:
69+
homepage: https://classicimageviewer.github.io
70+
Launchable:
71+
desktop-id:
72+
- classicimageviewer.desktop
73+
Provides:
74+
binaries:
75+
- civ
76+
Screenshots:
77+
- default: true
78+
thumbnails: []
79+
source-image:
80+
url: https://classicimageviewer.github.io/images/screenshot.png
81+
lang: C
82+
Releases:
83+
- version: 1.1.2
84+
unix-timestamp: 1704240000
85+
description:
86+
C: >-
87+
<ul>
88+
<li>more efforts towards compatibility with appimage.github.io</li>
89+
</ul>
90+
- version: 1.1.1
91+
unix-timestamp: 1704153600
92+
description:
93+
C: >-
94+
<ul>
95+
<li>efforts towards compatibility with appimage.github.io</li>
96+
</ul>
97+
- version: 1.1.0
98+
unix-timestamp: 1704067200
99+
description:
100+
C: >-
101+
<ul>
102+
<li>option for &quot;Highlight&quot; selection tool</li>
103+
<li>&quot;Pad to size&quot; method</li>
104+
<li>bugfixes</li>
105+
<li>more preferences</li>
106+
<li>reduced memory usage</li>
107+
</ul>
108+
- version: 1.0.0
109+
unix-timestamp: 1694649600
110+
description:
111+
C: >-
112+
<ul>
113+
<li>Batch conversion</li>
114+
<li>bugfixes</li>
115+
</ul>
116+
- version: 0.9.0
117+
unix-timestamp: 1694217600
118+
description:
119+
C: >-
120+
<ul>
121+
<li>Initial version</li>
122+
</ul>
123+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[Desktop Entry]
2+
Name=ClassicImageViewer
3+
Comment=Simple image viewer with some editing features.
4+
GenericName=Image Viewer
5+
Exec=civ %f
6+
Icon=civ
7+
Terminal=false
8+
Type=Application
9+
Categories=Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
10+
Keywords=graphics;image;photo;picture;
11+
StartupNotify=true
12+
StartupWMClass=io.github.classicimageviewer.ClassicImageViewer
13+
MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-fits;image/x-gray;image/x-icb;image/x-ico;image/x-pcx;image/x-png;image/x-sgi;image/x-targa;image/x-tga;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/openraster;image/heif;image/heic;image/jp2;
14+
15+
[AppImageHub]
16+
# Dear upstream developer, please include update information in your AppImage
17+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
18+
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.
19+
X-AppImage-Type=2
20+
X-AppImage-Architecture=x86_64
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2024 zhuvoy -->
3+
<component type="desktop-application">
4+
<id>io.github.classicimageviewer.ClassicImageViewer</id>
5+
<metadata_license>FSFAP</metadata_license>
6+
<project_license>GPL-3.0+</project_license>
7+
<name>ClassicImageViewer</name>
8+
<summary>Simple image viewer for Linux with some editing features</summary>
9+
10+
<description>
11+
<p>
12+
ClassicImageViewer is a simple image viewer for Linux with some editing features.
13+
</p>
14+
<p>Features:</p>
15+
<ul>
16+
<li>Resize, rotate, flip, adjust colors, sharpen.</li>
17+
<li>Copy, cut or paste selection. Paste to side.</li>
18+
<li>Effects (Unsharp, Blur, Median, Denoise, ...).</li>
19+
<li>Thumbnails.</li>
20+
<li>Slideshow.</li>
21+
<li>Batch conversion / renaming.</li>
22+
</ul>
23+
</description>
24+
25+
<launchable type="desktop-id">classicimageviewer.desktop</launchable>
26+
27+
<screenshots>
28+
<screenshot type="default">
29+
<image>https://classicimageviewer.github.io/images/screenshot.png</image>
30+
</screenshot>
31+
</screenshots>
32+
33+
<url type="homepage">https://classicimageviewer.github.io</url>
34+
<project_group>ClassicImageViewer</project_group>
35+
36+
<provides>
37+
<binary>civ</binary>
38+
</provides>
39+
<releases>
40+
<release version="1.1.2" date="2024-01-03">
41+
<description>
42+
<ul>
43+
<li>more efforts towards compatibility with appimage.github.io</li>
44+
</ul>
45+
</description>
46+
</release>
47+
<release version="1.1.1" date="2024-01-02">
48+
<description>
49+
<ul>
50+
<li>efforts towards compatibility with appimage.github.io</li>
51+
</ul>
52+
</description>
53+
</release>
54+
<release version="1.1.0" date="2024-01-01">
55+
<description>
56+
<ul>
57+
<li>option for "Highlight" selection tool</li>
58+
<li>"Pad to size" method</li>
59+
<li>bugfixes</li>
60+
<li>more preferences</li>
61+
<li>reduced memory usage</li>
62+
</ul>
63+
</description>
64+
</release>
65+
<release version="1.0.0" date="2023-09-14">
66+
<description>
67+
<ul>
68+
<li>Batch conversion</li>
69+
<li>bugfixes</li>
70+
</ul>
71+
</description>
72+
</release>
73+
<release version="0.9.0" date="2023-09-09">
74+
<description>
75+
<ul>
76+
<li>Initial version</li>
77+
</ul>
78+
</description>
79+
</release>
80+
</releases>
81+
</component>
12.5 KB
Loading

0 commit comments

Comments
 (0)