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/de/developer/rabbitmq.rst | 2 +- docs/de/developer/redis.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/de/developer') diff --git a/docs/de/developer/rabbitmq.rst b/docs/de/developer/rabbitmq.rst index f81e07e3..143b64a1 100644 --- a/docs/de/developer/rabbitmq.rst +++ b/docs/de/developer/rabbitmq.rst @@ -37,7 +37,7 @@ RabbitMQ stoppen Konfigure RabbitMQ in wallabag ------------------------------ -Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: +Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: .. code:: yaml diff --git a/docs/de/developer/redis.rst b/docs/de/developer/redis.rst index 57b41550..2505bf24 100644 --- a/docs/de/developer/redis.rst +++ b/docs/de/developer/redis.rst @@ -28,7 +28,7 @@ Der Redis Service läuft eventuell schon direkt nach der Installation. Falls nic Konfigure Redis in wallabag --------------------------- -Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: +Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: .. 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/de/developer/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/de/developer') diff --git a/docs/de/developer/api.rst b/docs/de/developer/api.rst index f8911181..22b87608 100644 --- a/docs/de/developer/api.rst +++ b/docs/de/developer/api.rst @@ -264,7 +264,8 @@ Drittanbieter Ressourcen Einige Applikationen oder Bibliotheken nutzen unsere API. Hier ist eine nicht abschließende Aufzählung von ihnen: -- `Java wrapper for the wallabag API `_ von Strubbl. +- `Java wrapper for the wallabag API `_ von Strubbl. - `.NET library for the wallabag v2 API `_ von Julian Oster. - `Python API for wallabag `_ von FoxMaSk, für sein Projekt `Trigger Happy `_. - `A plugin `_ entworfen für `Tiny Tiny RSS `_, das die wallabag v2 API nutzt. Von Josh Panter. +- `Golang wrapper for the wallabag API `_ von Strubbl, für sein Projekt `wallabag-stats Graph`_. -- 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/de/developer/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/de/developer') diff --git a/docs/de/developer/api.rst b/docs/de/developer/api.rst index 22b87608..bb21154d 100644 --- a/docs/de/developer/api.rst +++ b/docs/de/developer/api.rst @@ -268,4 +268,4 @@ Einige Applikationen oder Bibliotheken nutzen unsere API. Hier ist eine nicht ab - `.NET library for the wallabag v2 API `_ von Julian Oster. - `Python API for wallabag `_ von FoxMaSk, für sein Projekt `Trigger Happy `_. - `A plugin `_ entworfen für `Tiny Tiny RSS `_, das die wallabag v2 API nutzt. Von Josh Panter. -- `Golang wrapper for the wallabag API `_ von Strubbl, für sein Projekt `wallabag-stats Graph`_. +- `Golang wrapper for the wallabag API `_ von Strubbl, für sein Projekt `wallabag-stats Graph `_. -- cgit v1.2.3