-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add F.A.Q. section #185
Closed
Closed
Add F.A.Q. section #185
Changes from 33 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
45de45e
Add proper FAQ page and TTS instructions
vachan-maker 5425228
Moved TTS instructions to a separate FAQ section
strump 71b4316
Changes in faq/general page
strump 0dcfdc1
Added draft of faq/map
strump 8c32527
Improvements to faq/map page
strump 0e35d1e
faq/map progress
strump 62c70c3
Added faq/routing draft
strump cab04e8
far/routing progress
strump 016a307
far/routing progress
strump 94daabd
far/routing progress
strump 01a5f58
Page faq/android progress
strump 5ddf50e
Small faq changes
strump e2b9d3f
Added faq/ios page
strump 3f1c743
Small change to faq/tts
strump 2ef0344
Added faq/bookmarks page
strump 31f87ba
Page faq/bookmarks progress
strump 065df1d
Page faq/bookmarks progress
strump 5a89961
Added images for faq/bookmarks
strump 6be7c6c
Small changes to faq pages
strump aaee830
Taxonomies migration progress
strump ef3f0dd
Changed templates to support taxonomy list and taxonomy term pages
strump 1e21793
Splitted faq/bookmarks and faq/general into multiple md files
strump 8306073
Simplified templates
strump ac9528b
Splitted iOS questions
strump cbe2c45
Updated readme.md with new Zola taxonomy feature
strump d48a388
Split faq/map
strump 4933cbe
Split faq/routing
strump 508a942
Added order to FAQ questions
strump cc99342
Using title instead of extra field
strump 4feb0cd
Apply suggestions from code review
strump 67adc10
Moved each question to subfolders
strump c0046cd
Moved FAQ files to each question folder
strump f3a3bf8
[FAQ] Updated Android version. Fixed OpenStreetMaps => OpenStreetMap
strump 3fb2b26
Renamed "OrganicMaps" to "Organic Maps". Small typos
strump f40a2fa
Apply suggestions from code review
strump 3f11f1d
Add FAQ TTS test screenshot (#195)
gpesquero 5b0c03c
Modify TTS test screenshot
gpesquero 7add7b9
Add screenshots to Android FAQs
gpesquero be328f2
Changed structure: one FAQ - one page
strump 77ac153
Added explicit 'slug' to each FAQ page
strump 9696427
Changed structure: FAQ page has all questions grouped by subject.
strump 86ce005
On `/faq/` page category name is link now.
strump a997f3c
Add ru language to FAQ
biodranik 27ae95f
Added some FAQ UI translations (en, ru).
strump ef68fc8
Extracted F.A.Q. breadcrumbs to a separate template.
strump 771794b
Removed "question" from taxonomy section title. Now "Android" instead…
strump 2c5076c
Explicitly use news templates
biodranik 82f2189
Add another faq ru example
biodranik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: What Android version can run OrganicMaps? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Android"] | ||
|
||
extra: | ||
order: 10 | ||
--- | ||
|
||
You need at leat Android 5 to run the app. Devices with latest Android can run OrganicMaps. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
OrganicMaps can work on devices with Google Services installed and without Google support. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: What's the difference between F-Droid and Google Play versions of tha app? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Android"] | ||
|
||
extra: | ||
order: 20 | ||
--- | ||
|
||
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. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Why OrganicMaps is slow on my device, UI is laggy, and it crashes randomly? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Android"] | ||
|
||
extra: | ||
order: 30 | ||
--- | ||
|
||
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. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Or you can replace SD card with faster one to improve map performance. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: How to enable logs? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Android"] | ||
|
||
extra: | ||
order: 40 | ||
--- | ||
|
||
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. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is numeration in folder name necessary with extra:order? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: What if app crashes on start? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Android"] | ||
|
||
extra: | ||
order: 50 | ||
--- | ||
|
||
You need to enable Android WebView component. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: How to edit or move bookmarks? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 10 | ||
--- | ||
|
||
To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map. | ||
|
||
<img src="/faq/bookmarks-01-edit/android-selected-bookmark.jpg" width="400"/> | ||
|
||
You can change bookmark name, description, color, and folder. Don't forget to tap "Save". | ||
|
||
<img src="/faq/bookmarks-01-edit/android-edit-bookmark.jpg" width="400"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: How to remove bookmark or track? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 20 | ||
--- | ||
|
||
On Android you can remove bookmark from from bookmarks list using longtap menu. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
On iOS: ??? |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: How to import multiple bookmarks on Android? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 30 | ||
--- | ||
|
||
<img src="/faq/bookmarks-03-import-android/android-import-bookmarks.jpg" width="400px"/> | ||
|
||
Push "Import Bookmarks and tracks" button. Choose folder on your phone with KML/KMZ/GPX files. OrganicMaps will scan picked folder and import all bookmarks and tracks. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Hot to import GPX track on Android and iOS? | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 40 | ||
--- | ||
|
||
If you recieved GPX file in email, messenger, or cloud drive you can import it directly to OrganicMaps app. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
On iOS tap on GPX file and press Share button: <img src="/faq/bookmarks-04-import-gpx/ios-share.png" width="50px"/>. Then select OrganicMaps to open the file. | ||
|
||
On Android tap on recieved GPX file to see Share menu. Select OrganicMaps to import the file. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<img src="/faq/bookmarks-04-import-gpx/android-share-1.jpg" width="200px"/> <img src="/faq/bookmarks-04-import-gpx/android-share-2.jpg" width="200px"/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: How to move imported track to another folder? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 50 | ||
--- | ||
|
||
On Android : ??? | ||
|
||
On iOS : ??? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: How to find bookmarks and tracks files on phone? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 70 | ||
--- | ||
|
||
Bookmarks and tracks are stored in private app folder and are not accessible from 3rd party apps. | ||
|
||
You can access these files on iPhone/iPad from desktop using iTunes app. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
On Android device with Root enabled you can find bookmarks in `/data/data/app.organicmaps`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: What would happen with my bookmarks and tracks after uninstalling app? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["Bookmarks"] | ||
|
||
extra: | ||
order: 60 | ||
--- | ||
|
||
All you tracks and bookmarks are removed from device when OrganicMaps is uninstalled. Please backup your bookmarks and tracks using export button. | ||
strump marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Cloud bookmarks backup and sync is planned in future releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Project history | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 10 | ||
--- | ||
|
||
??? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Who is working on the project? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 20 | ||
--- | ||
|
||
Core team consists of: | ||
* Alexander Borsuk | ||
* Konstantin Pastbin | ||
* Viktor Govako | ||
* Roman Tsisyk | ||
|
||
Also contributors from around the world help with new features, bugfixing, testing, graphical design and translations. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: What are the advantages of OM compared to other maps? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 30 | ||
--- | ||
|
||
OrganicMaps is focused on speed, privacy, battery efficiency and minimization of network utilization. | ||
You can use offline map for navigation in places far from civilization or in cities with complex traffic network. | ||
Also compare our [privacy policy](/privacy) with other maps apps. Tell your friends about the difference. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Why you should always update app to the latest version? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 40 | ||
--- | ||
|
||
We constantly work on improvements and fixing bugs. New map data is distributed only with regular application updates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: What is your product roadmap? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 50 | ||
--- | ||
|
||
Crunch till the end of our days!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: How to send up a bugreport? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 60 | ||
--- | ||
|
||
Report bugs or issues to [the issue tracker][issues] or [email us][email]. You can submit feedback directly from app. | ||
Just click icon with "?" on iOS or with green OrganicMaps icon on Android. You'll find "Report a bug" button there. | ||
|
||
{{ references() }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Where to read latest news updates? | ||
description: "Frequently asked questions for Organic Maps application" | ||
|
||
taxonomies: | ||
faq: ["General"] | ||
|
||
extra: | ||
order: 70 | ||
--- | ||
|
||
- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates. | ||
- Join our [Telegram Group][telegram_chat] to discuss with other users. | ||
- Visit our [GitHub page][github]. | ||
- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn]. | ||
|
||
{{ references() }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "F.A.Q." | ||
description: "Frequently asked questions for Organic Maps application" | ||
weight: 1000 | ||
|
||
extra: | ||
menu_title: F.A.Q. | ||
--- | ||
|
||
### This page is replaced with taxonomy "faq" from templates/faq/list.html template | ||
This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be easy to add additional parameters to pages, if necessary, via extra or by overriding the base template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra
could be used to add properties to each question. But groups of questionsAndroid
,Routing
,Bookmarks
have only name. No metadata.