From: Nicolas Lœuillet Date: Mon, 22 Feb 2016 21:00:52 +0000 (+0100) Subject: Added documentation about errors during fetching X-Git-Tag: 2.0.0-beta.1~13^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=924ef7cacd3990fd239ccfa969a648f2e14e1bde;hp=fe5597c433a676bf20ab7a22131d81befc2537b2;p=github%2Fwallabag%2Fwallabag.git Added documentation about errors during fetching --- diff --git a/docs/en/index.rst b/docs/en/index.rst index 17e375d2..fd6260de 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -28,6 +28,7 @@ The main documentation for this application is organized into a couple sections: user/login user/configuration user/first_article + user/errors_during_fetching user/import user/download_articles user/filters diff --git a/docs/en/user/errors_during_fetching.rst b/docs/en/user/errors_during_fetching.rst new file mode 100644 index 00000000..d3efc848 --- /dev/null +++ b/docs/en/user/errors_during_fetching.rst @@ -0,0 +1,27 @@ +Errors during fetching articles +=============================== + +Why does the fetch of an article fail? +-------------------------------------- + +There may be several reasons: + +- network problem +- wallabag can't fetch content due to the website structure + +How can I help to fix that? +--------------------------- + +- `by sending us an email with the article's URL `_ +- by trying to fix this article by yourself :) by creating a file for the article. + You can use this tool http://siteconfig.fivefilters.org/. + +How can I try to re-fetch this article? +--------------------------------------- + +If wallabag failed when fetching an article, you can click on the reload button +(the third on the below picture). + +.. image:: ../../img/user/refetch.png + :alt: Refetch content + :align: center diff --git a/docs/fr/index.rst b/docs/fr/index.rst index a47b8a62..29ee2935 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst @@ -29,6 +29,7 @@ La documentation principale de cette application est découpée en plusieurs sec user/login user/configuration user/first_article + user/errors_during_fetching user/import user/download_articles user/filters diff --git a/docs/fr/user/errors_during_fetching.rst b/docs/fr/user/errors_during_fetching.rst new file mode 100644 index 00000000..b20e5973 --- /dev/null +++ b/docs/fr/user/errors_during_fetching.rst @@ -0,0 +1,27 @@ +Erreur durant la récupération des articles +========================================== + +Pourquoi la récupération des articles échoue ? +---------------------------------------------- + +Il peut y avoir plusieurs raisons : + +- problème de connexion internet +- wallabag ne peut pas récupérer le contenu à cause de la structure du site web + +Comment puis-je aider pour réparer ça ? +--------------------------------------- + +- `en nous envoyant un email avec l'URL de l'article `_ +- en essayant de réparer cet article par vous-même :) en créant un fichier pour l'article. + Vous pouvez utiliser cet outil http://siteconfig.fivefilters.org/. + +Comment puis-je réessayer de récupérer le contenu ? +--------------------------------------------------- + +Si wallabag échoue en récupérant l'article, vous pouvez cliquer sur le bouton suivant +(le troisième sur l'image ci-dessous). + +.. image:: ../../img/user/refetch.png + :alt: Refetch content + :align: center diff --git a/docs/img/user/refetch.png b/docs/img/user/refetch.png new file mode 100644 index 00000000..ff905248 Binary files /dev/null and b/docs/img/user/refetch.png differ