diff --git a/README.md b/README.md
index c97b3e8..7f3b417 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map.
You can load/save files from your Owncloud/Nextcloud file storage.
-GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files will be loaded as waypoints.
+GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints.
There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map.
This is not a perfect GPX editor.
@@ -30,12 +30,6 @@ Elevation data is loaded and saved but every new waypoint/track/trackpoint added
Tracks are saved with one segment (trkseg tag).
-If you look for more powerfull GPX editors, take a look at :
-- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
-- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
-- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
-- [JOSM](https://josm.openstreetmap.de/)
-
GpxEdit :
- allows you to add extra symbols in Nextcloud(\*) admin settings (section : additional)
- works with server-side encryption.
@@ -53,3 +47,15 @@ Any feedback will be appreciated.
If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.
(\*) : If you run Owncloud, you still can add extra symbols by putting png files in /path/to/owncloud/data/gpxedit/symbols/ folder.
+
+## Donation
+
+I develop this app during my free time. You can make a donation to me on Paypal. [Click HERE to make a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account)
+
+## Alternatives
+
+If you look for more powerfull GPX editors, take a look at :
+- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
+- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
+- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
+- [JOSM](https://josm.openstreetmap.de/)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4d3bba8..578ab40 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map.
You can load/save files from your Owncloud/Nextcloud file storage.
-GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files will be loaded as waypoints.
+GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints.
There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map.
This is not a perfect GPX editor.
@@ -35,14 +35,8 @@ Elevation data is loaded and saved but every new waypoint/track/trackpoint added
Tracks are saved with one segment (trkseg tag).
-If you look for more powerfull GPX editors, take a look at :
-- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
-- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
-- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
-- [JOSM](https://josm.openstreetmap.de/)
-
GpxEdit :
-- allow you to add extra symbols in Nextcloud(\*) admin settings (section : additional)
+- allows you to add extra symbols in Nextcloud(\*) admin settings (section : additional)
- works with server-side encryption.
- works with shared files.
- loads GPX, KML, unicsv CSV, geotagged JPG files
@@ -58,6 +52,19 @@ Any feedback will be appreciated.
If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.
(\*) : If you run Owncloud, you still can add extra symbols by putting png files in /path/to/owncloud/data/gpxedit/symbols/ folder.
+
+## Donation
+
+I develop this app during my free time. You can make a donation to me on Paypal. [Click HERE to make a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account)
+
+## Alternatives
+
+If you look for more powerfull GPX editors, take a look at :
+- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
+- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
+- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
+- [JOSM](https://josm.openstreetmap.de/)
+
AGPL
Simple GPX file editor