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') 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') 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') 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 From 585fd2a4ad39b40413c61d1a8e00bd7507a87833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 16:58:20 +0100 Subject: Added documentation about failed to load external entity error Fix #2529 --- docs/de/user/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/de') diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst index 1a199c1c..a3c6a864 100644 --- a/docs/de/user/faq.rst +++ b/docs/de/user/faq.rst @@ -43,3 +43,8 @@ Ich habe mein Passwort vergessen Du kannst dein Passwort zurücksetzen, indem du auf den Link ``Kennwort vergessen?`` auf der Loginseite klickst. Fülle dann das Formular mit deiner E-Mail-Adresse oder deinem Nutzernamen aus und du wirst eine E-Mail zum Passwort zurücksetzen erhalten. + +I've got the ``failed to load external entity`` error when I try to install wallabag +------------------------------------------------------------------------------------ + +As described `here `_, please edit your ``web/app.php`` file and add this line: ``libxml_disable_entity_loader(false);`` on line 5. -- cgit v1.2.3 From 4b5e95c0e52d0627f33cae7cb5f486a53561f5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 17:02:48 +0100 Subject: Added more info about Doctrine / PHP bug --- docs/de/user/faq.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/de') diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst index a3c6a864..51ce5b18 100644 --- a/docs/de/user/faq.rst +++ b/docs/de/user/faq.rst @@ -48,3 +48,5 @@ I've got the ``failed to load external entity`` error when I try to install wall ------------------------------------------------------------------------------------ As described `here `_, please edit your ``web/app.php`` file and add this line: ``libxml_disable_entity_loader(false);`` on line 5. + +This is a Doctrine / PHP bug, nothing we can do about it. -- cgit v1.2.3 From cce77ebc2d8186408c4efcca69588fa525618dee Mon Sep 17 00:00:00 2001 From: Strubbl Date: Wed, 2 Nov 2016 17:15:32 +0100 Subject: update German faq.rst --- docs/de/user/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/de') diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst index 51ce5b18..d541eb3d 100644 --- a/docs/de/user/faq.rst +++ b/docs/de/user/faq.rst @@ -44,9 +44,9 @@ Ich habe mein Passwort vergessen Du kannst dein Passwort zurücksetzen, indem du auf den Link ``Kennwort vergessen?`` auf der Loginseite klickst. Fülle dann das Formular mit deiner E-Mail-Adresse oder deinem Nutzernamen aus und du wirst eine E-Mail zum Passwort zurücksetzen erhalten. -I've got the ``failed to load external entity`` error when I try to install wallabag ------------------------------------------------------------------------------------- +Ich erhalte den ``failed to load external entity`` Fehler, wenn ich wallabag installiere +---------------------------------------------------------------------------------------- -As described `here `_, please edit your ``web/app.php`` file and add this line: ``libxml_disable_entity_loader(false);`` on line 5. +Wie `hier `_ beschrieben, bearbeite bitte deine Datei ``web/app.php``und füge ihr diese Zeile ``libxml_disable_entity_loader(false);`` in Zeile 5 hinzu. -This is a Doctrine / PHP bug, nothing we can do about it. +Dies ist ein Doctrine / PHP Fehler - nichts, woran wir etwas ändern können. -- cgit v1.2.3 From b1057c6a5e0cffcae1b34b8e2affee72a8110460 Mon Sep 17 00:00:00 2001 From: Strubbl Date: Wed, 2 Nov 2016 17:16:57 +0100 Subject: update German faq.rst --- docs/de/user/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/de') diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst index d541eb3d..c14cb3ef 100644 --- a/docs/de/user/faq.rst +++ b/docs/de/user/faq.rst @@ -44,9 +44,9 @@ Ich habe mein Passwort vergessen Du kannst dein Passwort zurücksetzen, indem du auf den Link ``Kennwort vergessen?`` auf der Loginseite klickst. Fülle dann das Formular mit deiner E-Mail-Adresse oder deinem Nutzernamen aus und du wirst eine E-Mail zum Passwort zurücksetzen erhalten. -Ich erhalte den ``failed to load external entity`` Fehler, wenn ich wallabag installiere +Ich erhalte den Fehler ``failed to load external entity``, wenn ich wallabag installiere ---------------------------------------------------------------------------------------- -Wie `hier `_ beschrieben, bearbeite bitte deine Datei ``web/app.php``und füge ihr diese Zeile ``libxml_disable_entity_loader(false);`` in Zeile 5 hinzu. +Wie `hier `_ beschrieben, bearbeite bitte deine Datei ``web/app.php`` und füge ihr diese Zeile ``libxml_disable_entity_loader(false);`` in Zeile 5 hinzu. Dies ist ein Doctrine / PHP Fehler - nichts, woran wir etwas ändern können. -- cgit v1.2.3