Skip to content

Commit

Permalink
Add automatically parsed data (test)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
GitHub Actions committed May 19, 2024
1 parent 7eb50c0 commit cd817f1
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 0 deletions.
123 changes: 123 additions & 0 deletions apps/ClassicImageViewer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
---
layout: app

permalink: /ClassicImageViewer/
description: Simple image viewer for Linux with some editing features
license: GPL-3.0+

icons:
- ClassicImageViewer/icons/128x128/civ.png
screenshots:
- https://classicimageviewer.github.io/images/screenshot.png

authors:
- name: classicimageviewer
url: https://github.com/classicimageviewer

links:
- type: GitHub
url: classicimageviewer/ClassicImageViewer
- type: Download
url: https://github.com/classicimageviewer/ClassicImageViewer/releases

desktop:
Desktop Entry:
Name: ClassicImageViewer
Comment: Simple image viewer with some editing features.
GenericName: Image Viewer
Exec: civ %f
Icon: civ
Terminal: false
Type: Application
Categories: Graphics
Keywords: graphics
StartupNotify: true
StartupWMClass: io.github.classicimageviewer.ClassicImageViewer
MimeType: image/bmp
AppImageHub:
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.'
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64

appdata:
Type: desktop-application
ID: io.github.classicimageviewer.ClassicImageViewer
Name:
C: ClassicImageViewer
Summary:
C: Simple image viewer for Linux with some editing features
Description:
C: >-
<p>ClassicImageViewer is a simple image viewer for Linux with some editing features.</p>
<p>Features:</p>

<ul>
<li>Resize, rotate, flip, adjust colors, sharpen.</li>
<li>Copy, cut or paste selection. Paste to side.</li>
<li>Effects (Unsharp, Blur, Median, Denoise, ...).</li>
<li>Thumbnails.</li>
<li>Slideshow.</li>
<li>Batch conversion / renaming.</li>
</ul>
ProjectGroup: ClassicImageViewer
ProjectLicense: GPL-3.0+
Url:
homepage: https://classicimageviewer.github.io
Launchable:
desktop-id:
- classicimageviewer.desktop
Provides:
binaries:
- civ
Screenshots:
- default: true
thumbnails: []
source-image:
url: https://classicimageviewer.github.io/images/screenshot.png
lang: C
Releases:
- version: 1.1.2
unix-timestamp: 1704240000
description:
C: >-
<ul>
<li>more efforts towards compatibility with appimage.github.io</li>
</ul>
- version: 1.1.1
unix-timestamp: 1704153600
description:
C: >-
<ul>
<li>efforts towards compatibility with appimage.github.io</li>
</ul>
- version: 1.1.0
unix-timestamp: 1704067200
description:
C: >-
<ul>
<li>option for &quot;Highlight&quot; selection tool</li>
<li>&quot;Pad to size&quot; method</li>
<li>bugfixes</li>
<li>more preferences</li>
<li>reduced memory usage</li>
</ul>
- version: 1.0.0
unix-timestamp: 1694649600
description:
C: >-
<ul>
<li>Batch conversion</li>
<li>bugfixes</li>
</ul>
- version: 0.9.0
unix-timestamp: 1694217600
description:
C: >-
<ul>
<li>Initial version</li>
</ul>
---
20 changes: 20 additions & 0 deletions database/ClassicImageViewer/classicimageviewer.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[Desktop Entry]
Name=ClassicImageViewer
Comment=Simple image viewer with some editing features.
GenericName=Image Viewer
Exec=civ %f
Icon=civ
Terminal=false
Type=Application
Categories=Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
Keywords=graphics;image;photo;picture;
StartupNotify=true
StartupWMClass=io.github.classicimageviewer.ClassicImageViewer
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;

[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
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.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
Binary file added database/ClassicImageViewer/icons/128x128/civ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2024 zhuvoy -->
<component type="desktop-application">
<id>io.github.classicimageviewer.ClassicImageViewer</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>ClassicImageViewer</name>
<summary>Simple image viewer for Linux with some editing features</summary>

<description>
<p>
ClassicImageViewer is a simple image viewer for Linux with some editing features.
</p>
<p>Features:</p>
<ul>
<li>Resize, rotate, flip, adjust colors, sharpen.</li>
<li>Copy, cut or paste selection. Paste to side.</li>
<li>Effects (Unsharp, Blur, Median, Denoise, ...).</li>
<li>Thumbnails.</li>
<li>Slideshow.</li>
<li>Batch conversion / renaming.</li>
</ul>
</description>

<launchable type="desktop-id">classicimageviewer.desktop</launchable>

<screenshots>
<screenshot type="default">
<image>https://classicimageviewer.github.io/images/screenshot.png</image>
</screenshot>
</screenshots>

<url type="homepage">https://classicimageviewer.github.io</url>
<project_group>ClassicImageViewer</project_group>

<provides>
<binary>civ</binary>
</provides>
<releases>
<release version="1.1.2" date="2024-01-03">
<description>
<ul>
<li>more efforts towards compatibility with appimage.github.io</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2024-01-02">
<description>
<ul>
<li>efforts towards compatibility with appimage.github.io</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2024-01-01">
<description>
<ul>
<li>option for "Highlight" selection tool</li>
<li>"Pad to size" method</li>
<li>bugfixes</li>
<li>more preferences</li>
<li>reduced memory usage</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2023-09-14">
<description>
<ul>
<li>Batch conversion</li>
<li>bugfixes</li>
</ul>
</description>
</release>
<release version="0.9.0" date="2023-09-09">
<description>
<ul>
<li>Initial version</li>
</ul>
</description>
</release>
</releases>
</component>
Binary file added database/ClassicImageViewer/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd817f1

Please sign in to comment.