diff options
-rw-r--r-- | docs/en/index.rst | 1 | ||||
-rw-r--r-- | docs/en/user/errors_during_fetching.rst | 27 | ||||
-rw-r--r-- | docs/fr/index.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/errors_during_fetching.rst | 27 | ||||
-rw-r--r-- | docs/img/user/refetch.png | bin | 0 -> 1956 bytes | |||
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 2 |
6 files changed, 57 insertions, 1 deletions
diff --git a/docs/en/index.rst b/docs/en/index.rst index 1bac9ed7..ab58ca6b 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: | |||
28 | user/login | 28 | user/login |
29 | user/configuration | 29 | user/configuration |
30 | user/first_article | 30 | user/first_article |
31 | user/errors_during_fetching | ||
31 | user/import | 32 | user/import |
32 | user/download_articles | 33 | user/download_articles |
33 | user/filters | 34 | 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 @@ | |||
1 | Errors during fetching articles | ||
2 | =============================== | ||
3 | |||
4 | Why does the fetch of an article fail? | ||
5 | -------------------------------------- | ||
6 | |||
7 | There may be several reasons: | ||
8 | |||
9 | - network problem | ||
10 | - wallabag can't fetch content due to the website structure | ||
11 | |||
12 | How can I help to fix that? | ||
13 | --------------------------- | ||
14 | |||
15 | - `by sending us an email with the article's URL <mailto:hello@wallabag.org>`_ | ||
16 | - by trying to fix this article by yourself :) by creating a file for the article. | ||
17 | You can use this tool http://siteconfig.fivefilters.org/. | ||
18 | |||
19 | How can I try to re-fetch this article? | ||
20 | --------------------------------------- | ||
21 | |||
22 | If wallabag failed when fetching an article, you can click on the reload button | ||
23 | (the third on the below picture). | ||
24 | |||
25 | .. image:: ../../img/user/refetch.png | ||
26 | :alt: Refetch content | ||
27 | :align: center | ||
diff --git a/docs/fr/index.rst b/docs/fr/index.rst index af5ed14f..5adc5ab5 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 | |||
29 | user/login | 29 | user/login |
30 | user/configuration | 30 | user/configuration |
31 | user/first_article | 31 | user/first_article |
32 | user/errors_during_fetching | ||
32 | user/import | 33 | user/import |
33 | user/download_articles | 34 | user/download_articles |
34 | user/filters | 35 | 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 @@ | |||
1 | Erreur durant la récupération des articles | ||
2 | ========================================== | ||
3 | |||
4 | Pourquoi la récupération des articles échoue ? | ||
5 | ---------------------------------------------- | ||
6 | |||
7 | Il peut y avoir plusieurs raisons : | ||
8 | |||
9 | - problème de connexion internet | ||
10 | - wallabag ne peut pas récupérer le contenu à cause de la structure du site web | ||
11 | |||
12 | Comment puis-je aider pour réparer ça ? | ||
13 | --------------------------------------- | ||
14 | |||
15 | - `en nous envoyant un email avec l'URL de l'article <mailto:hello@wallabag.org>`_ | ||
16 | - en essayant de réparer cet article par vous-même :) en créant un fichier pour l'article. | ||
17 | Vous pouvez utiliser cet outil http://siteconfig.fivefilters.org/. | ||
18 | |||
19 | Comment puis-je réessayer de récupérer le contenu ? | ||
20 | --------------------------------------------------- | ||
21 | |||
22 | Si wallabag échoue en récupérant l'article, vous pouvez cliquer sur le bouton suivant | ||
23 | (le troisième sur l'image ci-dessous). | ||
24 | |||
25 | .. image:: ../../img/user/refetch.png | ||
26 | :alt: Refetch content | ||
27 | :align: center | ||
diff --git a/docs/img/user/refetch.png b/docs/img/user/refetch.png new file mode 100644 index 00000000..ff905248 --- /dev/null +++ b/docs/img/user/refetch.png | |||
Binary files differ | |||
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 1aa66be1..677c33da 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml | |||
@@ -39,7 +39,7 @@ services: | |||
39 | wallabag_core.graby: | 39 | wallabag_core.graby: |
40 | class: Graby\Graby | 40 | class: Graby\Graby |
41 | arguments: | 41 | arguments: |
42 | - { error_message: false } | 42 | - { error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." } |
43 | calls: | 43 | calls: |
44 | - [ setLogger, [ "@logger" ] ] | 44 | - [ setLogger, [ "@logger" ] ] |
45 | tags: | 45 | tags: |