From 37da178696c2f23b8a3b85f10e3c885ecf425173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 27 Oct 2016 14:46:21 +0200 Subject: Added the whole path to parameters.yml file --- docs/fr/developer/rabbitmq.rst | 2 +- docs/fr/developer/redis.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/fr/developer') diff --git a/docs/fr/developer/rabbitmq.rst b/docs/fr/developer/rabbitmq.rst index 92db5a28..b534a48b 100644 --- a/docs/fr/developer/rabbitmq.rst +++ b/docs/fr/developer/rabbitmq.rst @@ -37,7 +37,7 @@ Arrêter RabbitMQ Configurer RabbitMQ dans wallabag --------------------------------- -Modifiez votre fichier ``parameters.yml`` pour éditer la configuration RabbitMQ. Celle par défaut devrait convenir : +Modifiez votre fichier ``app/config/parameters.yml`` pour éditer la configuration RabbitMQ. Celle par défaut devrait convenir : .. code:: yaml diff --git a/docs/fr/developer/redis.rst b/docs/fr/developer/redis.rst index 8a212e8a..58204d57 100644 --- a/docs/fr/developer/redis.rst +++ b/docs/fr/developer/redis.rst @@ -28,7 +28,7 @@ Le serveur devrait déjà être démarré après l'installation. Si ce n'est pas Configurer Redis dans wallabag ------------------------------- -Modifiez votre fichier ``parameters.yml`` pour éditer la configuration Redis. Celle par défaut devrait convenir : +Modifiez votre fichier ``app/config/parameters.yml`` pour éditer la configuration Redis. Celle par défaut devrait convenir : .. code:: yaml -- cgit v1.2.3 From a40b2b7ee4f5aec502c4ddc755ed7d15f9b7a756 Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 29 Oct 2016 19:59:05 +0200 Subject: docs: update 3rd party projects by Strubbl --- docs/fr/developer/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/fr/developer') diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst index a0710a96..738c8f04 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst @@ -263,7 +263,8 @@ Ressources tierces Certaines applications ou bibliothèques utilisent notre API. En voici une liste non exhaustive : -- `Java wrapper for the wallabag API `_ par Strubbl. +- `Java wrapper for the wallabag API `_ par Strubbl. - `.NET library for the wallabag v2 API `_ par Julian Oster. - `Python API for wallabag `_ par FoxMaSk, pour son projet `Trigger Happy `_. - `Un plugin `_ conçu pour `Tiny Tiny RSS `_ qui utilise l'API wallabag v2. Par Josh Panter. +- `Golang wrapper for the wallabag API `_ par Strubbl, pour son projet `wallabag-stats graphe`_. -- cgit v1.2.3 From 90ec78f05aa0b20b98c0ca9030c7a69817e7602a Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sun, 30 Oct 2016 12:01:24 +0100 Subject: docs: fix link to wallabag-stats project --- docs/fr/developer/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fr/developer') diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst index 738c8f04..8a6e2a13 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst @@ -267,4 +267,4 @@ Certaines applications ou bibliothèques utilisent notre API. En voici une liste - `.NET library for the wallabag v2 API `_ par Julian Oster. - `Python API for wallabag `_ par FoxMaSk, pour son projet `Trigger Happy `_. - `Un plugin `_ conçu pour `Tiny Tiny RSS `_ qui utilise l'API wallabag v2. Par Josh Panter. -- `Golang wrapper for the wallabag API `_ par Strubbl, pour son projet `wallabag-stats graphe`_. +- `Golang wrapper for the wallabag API `_ par Strubbl, pour son projet `wallabag-stats graphe `_. -- cgit v1.2.3