From 924ef7cacd3990fd239ccfa969a648f2e14e1bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 22 Feb 2016 22:00:52 +0100 Subject: Added documentation about errors during fetching --- docs/en/index.rst | 1 + docs/en/user/errors_during_fetching.rst | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 docs/en/user/errors_during_fetching.rst (limited to 'docs/en') 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 -- cgit v1.2.3