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 Oct 6, 2024
1 parent 6e255f6 commit c0e012c
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 41 deletions.
52 changes: 11 additions & 41 deletions apps/mapollage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
layout: app

permalink: /mapollage/
description: A photo kml generator for Google Earth
description: photo kml generator for Google Earth
photo kml generator for Google Earth
license: Apache-2.0

icons:
- mapollage/icons/256x256/mapollage.png
- mapollage/icons/128x128/se.trixon.Mapollage.png

screenshots:
- https://trixon.se/files/screenshots/mapollage_appstream01.png
- mapollage/screenshot.png

authors:
- name: trixon
Expand All @@ -27,49 +29,17 @@ desktop:
Name: Mapollage
Comment: photo kml generator for Google Earth
Exec: mapollage %F
Icon: mapollage
Icon: se.trixon.Mapollage
Terminal: false
Categories: Graphics
StartupNotify: true
StartupWMClass: se.trixon.mapollage.App
StartupWMClass: Mapollage
AppImageHub:
X-AppImage-Signature: no valid OpenPGP data 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-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
X-AppImage-Payload-License: Apache-2.0

appdata:
Type: desktop-application
ID: se.trixon.mapollage
Name:
C: Mapollage
Summary:
C: A photo kml generator for Google Earth
Description:
C: >-
<p>Mapollage is aphoto kml generator for Google Earth.</p>
ProjectLicense: Apache-2.0
Url:
homepage: https://trixon.se/projects/mapollage/
Launchable:
desktop-id:
- mapollage.desktop
Screenshots:
- default: true
caption:
C: User interface
thumbnails: []
source-image:
url: https://trixon.se/files/screenshots/mapollage_appstream01.png
lang: C
- caption:
C: The result
thumbnails: []
source-image:
url: https://trixon.se/files/screenshots/mapollage_appstream02.png
lang: C
ContentRating:
oars-1.1: {}
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions database/mapollage/mapollage.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ X-AppImage-Signature=no valid OpenPGP data found. the signature could not be ver
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
X-AppImage-Payload-License=Apache-2.0

[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 modified database/mapollage/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions database/mapollage/se.trixon.Mapollage.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>se.trixon.Mapollage</id>
<name>Mapollage</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<content_rating type="oars-1.1" />
<developer id="se.trixon.patrik">
<name>Patrik Karlström</name>
</developer>
<summary>Generate location based photo albums of your geo tagged images</summary>
<description>
<p>Mapollage is a photo kml generator for Google Earth and the like. Itallows you to expplore your albums on a map.</p>
<p>It has a wide range of settings putting you in control of the details such as:</p>
<ul>
<li>Source:What files to include</li>
<li>Folders:The structure of the generated album</li>
<li>Tracks:If an how tracks are created</li>
<li>Placemark:Style of pins and labels</li>
<li>Description:The detailed description of each photo</li>
<li>Photo:How photos are created and referenced</li>
</ul>
</description>
<launchable type="desktop-id">se.trixon.Mapollage.desktop</launchable>
<url type="homepage">https://trixon.se/projects/mapollage/</url>
<url type="bugtracker">https://github.com/trixon/mapollage/issues</url>
<url type="donation">https://github.com/sponsors/trixon</url>
<provides>
<id>Mapollage.desktop</id>
</provides>
<keywords>
<keyword translate="no">java</keyword>
<keyword translate="no">javafx</keyword>
<keyword translate="no">netbeans</keyword>
</keywords>

<branding>
<color type="primary" scheme_preference="light">#ff96ff</color>
<color type="primary" scheme_preference="dark">#600060</color>
</branding>

<screenshots>
<screenshot type="default">
<image>https://trixon.se/files/screenshots/mapollage_appstream01.png</image>
<caption>Main window - Albums</caption>
</screenshot>
<screenshot>
<image>https://trixon.se/files/screenshots/mapollage_appstream02.png</image>
<caption>Exampel of generated ouput</caption>
</screenshot>
<screenshot>
<image>https://trixon.se/files/screenshots/mapollage_appstream03.png</image>
<caption>Album editor</caption>
</screenshot>
</screenshots>

<releases>
<release version="24.10.06" date="2024-10-06"/>
<release version="3.0.0" date="2024-02-26"/>
</releases>
</component>
12 changes: 12 additions & 0 deletions database/mapollage/se.trixon.Mapollage.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Mapollage
Comment=photo kml generator for Google Earth
Exec=mapollage %F
Icon=se.trixon.Mapollage
Terminal=false
Categories=Graphics;
StartupNotify=true
StartupWMClass=Mapollage

0 comments on commit c0e012c

Please sign in to comment.