diff --git a/config.toml b/config.toml index 5006a3d1..fc8b52b3 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,10 @@ build_search_index = false ignored_content = [".DS_Store"] +taxonomies = [ + {name = "faq", feed = false}, + ] + [markdown] external_links_target_blank = true diff --git a/content/faq/android-fdroid.md b/content/faq/android-fdroid.md new file mode 100644 index 00000000..8e5165d3 --- /dev/null +++ b/content/faq/android-fdroid.md @@ -0,0 +1,15 @@ +--- +title: "F.A.Q. - Android" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +taxonomies: + faq: ["Android"] + +extra: + question: What's the difference between F-Droid and Google Play versions of tha app? +--- + +F-Droid version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor. + +With OrganicMaps from Google Play you can disable Google Play Services for location search in app settings. diff --git a/content/faq/android-lags.md b/content/faq/android-lags.md new file mode 100644 index 00000000..fdb11ae4 --- /dev/null +++ b/content/faq/android-lags.md @@ -0,0 +1,18 @@ +--- +title: "F.A.Q. - Android" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +taxonomies: + faq: ["Android"] + +extra: + question: Why OrganicMaps is slow on my device, UI is laggy, and it crashes randomly? +--- + +Most likely you configured to store maps data on SD card. Usually switchable SD cards in Android phones are slow and unreliable. + +Change OrganicMaps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage. + +Or you can replace SD card with faster one to improve map performance. + diff --git a/content/faq/android-logs.md b/content/faq/android-logs.md new file mode 100644 index 00000000..7eab2673 --- /dev/null +++ b/content/faq/android-logs.md @@ -0,0 +1,16 @@ +--- +title: "F.A.Q. - Android" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +taxonomies: + faq: ["Android"] + +extra: + question: How to enable logs? +--- + +If you want to report a bug then additional app logs could help locate a problem. +To get useful logs go to Settings → Enable logging. After that do action to reproduce the problem. +Finally tap on icon with OrganicMaps icon on main screen and press "Report a bug" button. +Don't forget to disable logging after reporting. diff --git a/content/faq/android-version.md b/content/faq/android-version.md new file mode 100644 index 00000000..cf8da4c4 --- /dev/null +++ b/content/faq/android-version.md @@ -0,0 +1,16 @@ +--- +title: "F.A.Q. - Android" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +taxonomies: + faq: ["Android"] + +extra: + question: What Android version can run OrganicMaps? +--- + +You need at leat Android 5 to run the app. All devices with latest Android can run OrganicMaps. If you want to use AndroidAuto then minimal version is Android 6+. + +OrganicMaps can work on devices with Google Services installed and without Google support. + diff --git a/content/faq/android-webview.md b/content/faq/android-webview.md new file mode 100644 index 00000000..01f056eb --- /dev/null +++ b/content/faq/android-webview.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q. - Android" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +taxonomies: + faq: ["Android"] + +extra: + question: What if app crashes on start? +--- + +You need to enable Android WebView component. diff --git a/content/faq/android.md b/content/faq/android.md deleted file mode 100644 index d48b6fcf..00000000 --- a/content/faq/android.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "F.A.Q. - Android" -description: "Frequently asked questions for Organic Maps application" -weight: 1000 -extra: - menu_title: F.A.Q. - Android ---- - -### What Android version can run OrganicMaps? - -You need at leat Android 5 to run the app. All devices with latest Android can run OrganicMaps. If you want to use AndroidAuto then minimal version is Android 6+. - -OrganicMaps can work on devices with Google Services installed and without Google support. - -### What's the difference between F-Droid and Google Play versions of tha app? - -F-Droid version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor. - -With OrganicMaps from Google Play you can disable Google Play Services for location search in app settings. - -### Why OrganicMaps is slow on my device, UI is laggy, and it crashes randomly? - -Most likely you configured to store maps data on SD card. Usually switchable SD cards in Android phones are slow and unreliable. - -Change OrganicMaps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage. - -Or you can replace SD card with faster one to improve map performance. - -### How to enable logs? - -If you want to report a bug then additional app logs could help locate a problem. To get useful logs go to Settings → Enable logging. After that do action to reproduce the problem. Finally tap on icon with OrganicMaps icon on main screen and press "Report a bug" button. Don't forget to disable logging after reporting. - -### What if app crashes on start? - -You need to enable Android WebView component. - -{{ references() }} - -[github]: https://github.com/organicmaps/organicmaps -[license]: http://www.apache.org/licenses/LICENSE-2.0 -[copyright]: https://github.com/organicmaps/organicmaps/blob/master/data/copyright.html diff --git a/content/faq/index.md b/content/faq/index.md deleted file mode 100644 index c0a64016..00000000 --- a/content/faq/index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "F.A.Q." -description: "Frequently asked questions for Organic Maps application" -weight: 1000 -extra: - menu_title: F.A.Q. ---- - -[General questions](general) - who created Organic Maps, what's our goal, useful links - -[Map questions](map) - how to use map, gestures, updating and editing - -[Routing questions](routing) - how to build routes, detour settings, compas calibration - -[Android questions](android) - android versions support, android specific behaviours - -[iPhone questions](ios) - iOS specific questions - -[Bookmarks and tracks questions](bookmarks) - how to use bookmarks, import tracks and backup your marks - -[Voice instructions](tts) - how to enable voice instructions, TTS settings on device - -[github]: https://github.com/organicmaps/organicmaps -[license]: http://www.apache.org/licenses/LICENSE-2.0 -[copyright]: https://github.com/organicmaps/organicmaps/blob/master/data/copyright.html diff --git a/templates/base.html b/templates/base.html index 25b670a2..c0c988bc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,9 @@ + {% block meta_description %} + {% endblock %} {% block rss %} diff --git a/templates/faq/list.html b/templates/faq/list.html new file mode 100644 index 00000000..276782c6 --- /dev/null +++ b/templates/faq/list.html @@ -0,0 +1,58 @@ +{%- set resource = taxonomy %} + + +{%- set rtl_langs = ["ar", "arc", "dv", "fa", "ha", "he", "khw", "ks", "ku", "ps", "ur", "yi"] -%} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ taxonomy.name }} + + + +
+ {% include 'top_menu.html' %} + (( __tera_context )) +
+ +
+

F.A.Q.

+ {%- for term in terms -%} +

{{term.name}} questions

+ {%- endfor -%} +
+ + + + + + diff --git a/templates/faq/single.html b/templates/faq/single.html new file mode 100644 index 00000000..5d19f899 --- /dev/null +++ b/templates/faq/single.html @@ -0,0 +1,60 @@ +{%- set resource = term %} + + +{%- set rtl_langs = ["ar", "arc", "dv", "fa", "ha", "he", "khw", "ks", "ku", "ps", "ur", "yi"] -%} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ term.name }} + + + +
+ {% include 'top_menu.html' %} + (( __tera_context )) +
+ +
+ {% block content %} + {%- for page in term.pages -%} +

{{ page.extra | get(key="question", default="Question") }}

+ {{ page.content | safe }} + {%- endfor -%} + {% endblock %} +
+ + + + + + diff --git a/templates/language_selector.html b/templates/language_selector.html index 9f10816a..14b8db49 100644 --- a/templates/language_selector.html +++ b/templates/language_selector.html @@ -6,7 +6,8 @@ } - {% if resource.translations | length > 1 %} + {% set translations = resource | get(key="translations", default=[]) %} + {% if translations | length > 1 %} {% endif %}