Commit graph

18 commits

Author SHA1 Message Date
Alexander Borsuk
3003895b58 Add Obtainium button
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-17 18:09:50 +02:00
bb813de21b
FAQ updates from main repo (#242)
* Added F.A.Q. question "Some places are missing on the map or have wrong names" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "The app can't find my position on the map" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Modified taxonomy from "Map Editing" to "Map"

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "I can't download (update) maps" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Moved 2 FAQ questions to "map" subfolder

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "Search cannot find a place on the map" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Renamed language from "zh" to "zh-Hans".
Added Ukrainian FAQ index.
Fixed missing FAQ translation errors.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Explicit is better than implicit. Missing FAQ translation should raise an error. Added translation placeholders `{translate me}`

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added debug page `/faq/translation_status` with the table of all FAQ pages with translations.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "What can I do if the app has stopped/crashed?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "How to share (export) bookmarks?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "How to import bookmarks?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Small updates to content/faq/translation_status.md

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Changed order for "How to import bookmarks?" question

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Changed order for "The app can't find my position on the map" and "Search cannot find a place on the map" questions

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Russian

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Ukrainian

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Ukrainian and Espanol

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Showing updated date at translation_status.html page.
Showing "Edit this page on GitHub" link on the bottom of FAQ pages

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Fixed github edit link

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Inserted last updated date to new FAQ pages.
Updated /faq/translation_status page

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated English questions according to PR suggestions.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated question "How to import bookmarks and tracks in KML, KMZ, or GPX format?"

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated "Frequently Asked Questions" and "F.A.Q." to supported languages using strings.txt from main repo

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added "description" property to FAQ pages in English

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated FAQ description with DeepL translation

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Moved FAQ sections into config.toml translations.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated README.md according to latest changes.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Removed extra spaces. Fixed cases

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Implemented FAQ status page without JavaScript

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Revert "Moved FAQ sections into config.toml translations."

This reverts commit 5d1ecb1e8318a08b13242dd54024d585d9db5b4d.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Fixed taxonomies names

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Apply suggestions from code review.
Renamed `faq/map/can-find-position` to `faq/map/can-not-find-position`.
Added `KMB` to the list of supported formats.
Updated button title 'Import Bookmarks and Tracks' according to strings.txt from main repo.
Updated README.md

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* [faq] Removed Android mention from import

Signed-off-by: Alexander Borsuk <me@alex.bio>

* Translated Edit on Github

Signed-off-by: Alexander Borsuk <me@alex.bio>

* Minor styling for Edit on GitHub button

Signed-off-by: Alexander Borsuk <me@alex.bio>

---------

Signed-off-by: S. Kozyr <s.trump@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Alexander Borsuk <me@alex.bio>
2024-07-09 14:31:52 +02:00
a3be754e7b Add latest Android screenshots
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2024-05-31 09:07:21 +02:00
Jean-Baptiste
080452598f Update permissions screenshots
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
2024-05-09 15:45:34 +02:00
Alexander Borsuk
864b61834f Cleaner donate methods
- Add OpenCollective
- Show PayPal earlier
- Hide Apple Pay if it's not supported
- Show Google Pay only on Desktop and Android Chrome
- Change Visa logo to Visa + MC
- Remove all crypto buttons except Bitcoin

Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-19 18:16:00 +01:00
61af87a418 Add new screenshots
Signed-off-by: Jean-Baptiste CHARRON <jeanbaptiste.charron@outlook.fr>
2023-10-08 13:29:44 +02:00
Alexander Borsuk
c58bf8f99a Patreon icon
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-10-08 11:41:25 +02:00
meenbeese
2d5bb1000d Documentation and adding website image
Signed-off-by: meenbeese <meenbeese@tutanota.com>

Update link for site image

Signed-off-by: meenbeese <meenbeese@tutanota.com>

Update website_main.png

Signed-off-by: meenbeese <meenbeese@tutanota.com>
2023-09-25 01:32:18 +02:00
Harry Bond
68d7c4011d update app store badges
Signed-off-by: Harry Bond <endim8@pm.me>
2023-07-13 02:10:33 +02:00
ff6c700dd7 Add trackercontrol link
Signed-off-by: Jean-Baptiste CHARRON <jeanbaptiste.charron@outlook.fr>
2023-06-18 10:10:57 +03:00
768cf84db8 Update Google Play Screenshots with latest
Signed-off-by: Jean-Baptiste CHARRON <jeanbaptiste.charron@outlook.fr>
2023-04-11 21:36:28 +02:00
Ferenc Géczi
77adf46254 Add desktop screenshots
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2023-02-11 13:55:33 +02:00
50b8cd0b58 Fix night mode
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-09-13 10:37:28 +03:00
831326cac8
Rework donation page
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2022-09-09 15:55:56 +03:00
0779c0d72e Remove FlatHub and Repology buttons from main page
- Both buttons have non-standard size and doesn't fit well to the page.
- Repology uses assets from external servers that can track users.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-09-09 07:44:58 +03:00
Ferenc Géczi
5eaff71bd7 Added flathub badge
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2022-06-13 01:22:04 +02:00
Alexander Borsuk
c2c72a953b
Donate buttons on top of Donate page (#18) 2021-08-14 14:33:43 +02:00
Vitaly Zdanevich
45842cefd4 Migrate to Zola, add meta tags and dark theme support
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-07-01 18:03:30 +02:00