Skip to content

Commit c0e012c

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 6e255f6 commit c0e012c

File tree

6 files changed

+91
-41
lines changed

6 files changed

+91
-41
lines changed

apps/mapollage.md

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
layout: app
33

44
permalink: /mapollage/
5-
description: A photo kml generator for Google Earth
5+
description: photo kml generator for Google Earth
6+
photo kml generator for Google Earth
67
license: Apache-2.0
78

89
icons:
9-
- mapollage/icons/256x256/mapollage.png
10+
- mapollage/icons/128x128/se.trixon.Mapollage.png
11+
1012
screenshots:
11-
- https://trixon.se/files/screenshots/mapollage_appstream01.png
13+
- mapollage/screenshot.png
1214

1315
authors:
1416
- name: trixon
@@ -27,49 +29,17 @@ desktop:
2729
Name: Mapollage
2830
Comment: photo kml generator for Google Earth
2931
Exec: mapollage %F
30-
Icon: mapollage
32+
Icon: se.trixon.Mapollage
3133
Terminal: false
3234
Categories: Graphics
3335
StartupNotify: true
34-
StartupWMClass: se.trixon.mapollage.App
36+
StartupWMClass: Mapollage
3537
AppImageHub:
36-
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
37-
Please remember that the signature file (.sig or .asc) should be the first file
38-
given on the command line.
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.'
3942
X-AppImage-Type: 2
4043
X-AppImage-Architecture: x86_64
4144
X-AppImage-Payload-License: Apache-2.0
42-
43-
appdata:
44-
Type: desktop-application
45-
ID: se.trixon.mapollage
46-
Name:
47-
C: Mapollage
48-
Summary:
49-
C: A photo kml generator for Google Earth
50-
Description:
51-
C: >-
52-
<p>Mapollage is aphoto kml generator for Google Earth.</p>
53-
ProjectLicense: Apache-2.0
54-
Url:
55-
homepage: https://trixon.se/projects/mapollage/
56-
Launchable:
57-
desktop-id:
58-
- mapollage.desktop
59-
Screenshots:
60-
- default: true
61-
caption:
62-
C: User interface
63-
thumbnails: []
64-
source-image:
65-
url: https://trixon.se/files/screenshots/mapollage_appstream01.png
66-
lang: C
67-
- caption:
68-
C: The result
69-
thumbnails: []
70-
source-image:
71-
url: https://trixon.se/files/screenshots/mapollage_appstream02.png
72-
lang: C
73-
ContentRating:
74-
oars-1.1: {}
7545
---
Loading

database/mapollage/mapollage.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ X-AppImage-Signature=no valid OpenPGP data found. the signature could not be ver
1818
X-AppImage-Type=2
1919
X-AppImage-Architecture=x86_64
2020
X-AppImage-Payload-License=Apache-2.0
21+
22+
[AppImageHub]
23+
# Dear upstream developer, please include update information in your AppImage
24+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
25+
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.
26+
X-AppImage-Type=2
27+
X-AppImage-Architecture=x86_64

database/mapollage/screenshot.png

-45.6 KB
Loading
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>se.trixon.Mapollage</id>
4+
<name>Mapollage</name>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>Apache-2.0</project_license>
7+
<content_rating type="oars-1.1" />
8+
<developer id="se.trixon.patrik">
9+
<name>Patrik Karlström</name>
10+
</developer>
11+
<summary>Generate location based photo albums of your geo tagged images</summary>
12+
<description>
13+
<p>Mapollage is a photo kml generator for Google Earth and the like. Itallows you to expplore your albums on a map.</p>
14+
<p>It has a wide range of settings putting you in control of the details such as:</p>
15+
<ul>
16+
<li>Source:What files to include</li>
17+
<li>Folders:The structure of the generated album</li>
18+
<li>Tracks:If an how tracks are created</li>
19+
<li>Placemark:Style of pins and labels</li>
20+
<li>Description:The detailed description of each photo</li>
21+
<li>Photo:How photos are created and referenced</li>
22+
</ul>
23+
</description>
24+
<launchable type="desktop-id">se.trixon.Mapollage.desktop</launchable>
25+
<url type="homepage">https://trixon.se/projects/mapollage/</url>
26+
<url type="bugtracker">https://github.com/trixon/mapollage/issues</url>
27+
<url type="donation">https://github.com/sponsors/trixon</url>
28+
<provides>
29+
<id>Mapollage.desktop</id>
30+
</provides>
31+
<keywords>
32+
<keyword translate="no">java</keyword>
33+
<keyword translate="no">javafx</keyword>
34+
<keyword translate="no">netbeans</keyword>
35+
</keywords>
36+
37+
<branding>
38+
<color type="primary" scheme_preference="light">#ff96ff</color>
39+
<color type="primary" scheme_preference="dark">#600060</color>
40+
</branding>
41+
42+
<screenshots>
43+
<screenshot type="default">
44+
<image>https://trixon.se/files/screenshots/mapollage_appstream01.png</image>
45+
<caption>Main window - Albums</caption>
46+
</screenshot>
47+
<screenshot>
48+
<image>https://trixon.se/files/screenshots/mapollage_appstream02.png</image>
49+
<caption>Exampel of generated ouput</caption>
50+
</screenshot>
51+
<screenshot>
52+
<image>https://trixon.se/files/screenshots/mapollage_appstream03.png</image>
53+
<caption>Album editor</caption>
54+
</screenshot>
55+
</screenshots>
56+
57+
<releases>
58+
<release version="24.10.06" date="2024-10-06"/>
59+
<release version="3.0.0" date="2024-02-26"/>
60+
</releases>
61+
</component>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Mapollage
5+
Comment=photo kml generator for Google Earth
6+
Exec=mapollage %F
7+
Icon=se.trixon.Mapollage
8+
Terminal=false
9+
Categories=Graphics;
10+
StartupNotify=true
11+
StartupWMClass=Mapollage
12+

0 commit comments

Comments
 (0)