diff --git a/.po4a.cfg b/.po4a.cfg index 417f7f52..05337737 100644 --- a/.po4a.cfg +++ b/.po4a.cfg @@ -11,4 +11,5 @@ [type: markdown] content/privacy/index.md $lang:content/privacy/index.$lang.md [type: markdown] content/support-us/index.md $lang:content/support-us/index.$lang.md [type: markdown] content/terms/index.md $lang:content/terms/index.$lang.md +[type: markdown] content/faq/index.md $lang:content/faq/index.$lang.md [type: yaml] translations.yaml $lang:/tmp/ignore.yaml diff --git a/content/faq/general.md b/content/faq/general.md new file mode 100644 index 00000000..84bdcd68 --- /dev/null +++ b/content/faq/general.md @@ -0,0 +1,34 @@ +--- +title: "Organic Maps: F.A.Q. - General questions" +description: "Frequently asked questions for Organic Maps application" +weight: 1000 +extra: + menu_title: F.A.Q. - General questions +--- + +## General questions + +### Project history + +### Кто занимается проектом? + +### Чем OM лучше других? + +Compare our privacy policy with other maps apps. Tell your friends about the difference. https://organicmaps.app/privacy/ + +### Что планируется сделать? + +### Как отправить нам репорт об ошибке? Как включать логи (только андроид)? + +### Where to read latest news updates + +Подпишитесь в гитхабе или в телеге на новости о фичах, которые хотите (надо добавить почтовую рассылку на сайт тоже) + +### Why you should always update app to the latest version? + +Мы постоянно исправляем много багов, обновления карт пока привязаны к обновлениям приложения. Отвяжем. + + +[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 new file mode 100644 index 00000000..fe680f60 --- /dev/null +++ b/content/faq/index.md @@ -0,0 +1,25 @@ +--- +title: "Organic Maps: 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/top_menu.html b/templates/top_menu.html index ab9ae6fa..8c4603e3 100644 --- a/templates/top_menu.html +++ b/templates/top_menu.html @@ -8,7 +8,8 @@ {% for page in [ get_section(path="news/_index.md"), get_page(path="donate/index.md"), - get_page(path="support-us/index.md") + get_page(path="support-us/index.md"), + get_page(path="faq/index.md") ] %} {% set translated = page.translations | filter(attribute='lang', value=lang) | first %} {% if translated %}