From 7d1c19c0210e5d75c496f8c1ae10a727be2b9317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 14 Feb 2017 20:45:08 +0100 Subject: Doc: translated mobile apps configuration in french --- docs/de/index.rst | 1 + docs/de/user/configuring_mobile.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/de/user/configuring_mobile.rst (limited to 'docs/de') diff --git a/docs/de/index.rst b/docs/de/index.rst index 1c3e4873..6e725fbe 100644 --- a/docs/de/index.rst +++ b/docs/de/index.rst @@ -33,6 +33,7 @@ Die Dokumentation ist in anderen Sprachen verfügbar : user/errors_during_fetching user/filters user/tags + user/configuring_mobile user/android user/parameters user/backup diff --git a/docs/de/user/configuring_mobile.rst b/docs/de/user/configuring_mobile.rst new file mode 100644 index 00000000..7229aed6 --- /dev/null +++ b/docs/de/user/configuring_mobile.rst @@ -0,0 +1,13 @@ +Configuring mobile apps to work with wallabag +============================================= + +Steps to configure the app +-------------------------- + +- First *create a new client* in the ``API clients management`` section. The name of your app doesn't matter as much as the ``Client ID`` and the ``Client secret``. Write these two values down. +- When you download a mobile app, it's going to ask for the server address of the hosted wallabag instance. For example, with wallabag.it that is: ``https://app.wallabag.it``. +- It's also going to ask for the aforementioned ``Client ID`` and ``secret``. Please insert those in the text fields, when asked. +- Lastly you need to provide your ``username`` and ``password``. These are the same credentials you use to login in to wallabag. + +Please also have a look at `Android `_ page. Especially the section on *known limitations*. + -- cgit v1.2.3