mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
Added documentation about errors during fetching
This commit is contained in:
parent
fe5597c433
commit
924ef7cacd
5 changed files with 56 additions and 0 deletions
|
@ -28,6 +28,7 @@ The main documentation for this application is organized into a couple sections:
|
||||||
user/login
|
user/login
|
||||||
user/configuration
|
user/configuration
|
||||||
user/first_article
|
user/first_article
|
||||||
|
user/errors_during_fetching
|
||||||
user/import
|
user/import
|
||||||
user/download_articles
|
user/download_articles
|
||||||
user/filters
|
user/filters
|
||||||
|
|
27
docs/en/user/errors_during_fetching.rst
Normal file
27
docs/en/user/errors_during_fetching.rst
Normal file
|
@ -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 <mailto:hello@wallabag.org>`_
|
||||||
|
- 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
|
|
@ -29,6 +29,7 @@ La documentation principale de cette application est découpée en plusieurs sec
|
||||||
user/login
|
user/login
|
||||||
user/configuration
|
user/configuration
|
||||||
user/first_article
|
user/first_article
|
||||||
|
user/errors_during_fetching
|
||||||
user/import
|
user/import
|
||||||
user/download_articles
|
user/download_articles
|
||||||
user/filters
|
user/filters
|
||||||
|
|
27
docs/fr/user/errors_during_fetching.rst
Normal file
27
docs/fr/user/errors_during_fetching.rst
Normal file
|
@ -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 <mailto:hello@wallabag.org>`_
|
||||||
|
- 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
|
BIN
docs/img/user/refetch.png
Normal file
BIN
docs/img/user/refetch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in a new issue