From 8148675cb7ef8081fee0b14307deb869abf0f6e3 Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 11 Feb 2017 00:43:04 +0100 Subject: docs 3rd party tools: update java wrapper, add cmd tool to add article --- docs/de/developer/api.rst | 4 ++-- docs/en/developer/api.rst | 4 ++-- docs/fr/developer/api.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/de/developer/api.rst b/docs/de/developer/api.rst index 9d230e31..d374f836 100644 --- a/docs/de/developer/api.rst +++ b/docs/de/developer/api.rst @@ -264,8 +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 Dmitriy Bogdanov. - `.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 seine Projekte `wallabag-stats Graph `_ und das Kommandozeilentool `wallabag-add-article `_. diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst index b6c9ed3f..074da1a7 100644 --- a/docs/en/developer/api.rst +++ b/docs/en/developer/api.rst @@ -263,8 +263,8 @@ Third party resources Some applications or libraries use our API. Here is a non-exhaustive list of them: -- `Java wrapper for the wallabag API `_ by Strubbl. +- `Java wrapper for the wallabag API `_ by Dmitriy Bogdanov. - `.NET library for the wallabag v2 API `_ by Julian Oster. - `Python API for wallabag `_ by FoxMaSk, for his project `Trigger Happy `_. - `A plugin `_ designed for `Tiny Tiny RSS `_ that makes use of the wallabag v2 API. By Josh Panter. -- `Golang wrapper for the wallabag API `_ by Strubbl, for his project `wallabag-stats graph `_. +- `Golang wrapper for the wallabag API `_ by Strubbl, for his projects `wallabag-stats graph `_ and the command line tool `wallabag-add-article `_. diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst index 8a6e2a13..75faf7d2 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst @@ -263,8 +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 Dmitriy Bogdanov. - `.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 projets `wallabag-stats graphe `_ et l'outil de ligne de commande `wallabag-add-article `_. -- cgit v1.2.3 From c772c473a1002a712b25b7c35922075d4d4116ff Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 11 Feb 2017 09:11:55 +0100 Subject: docs: add 3rd party app wallabako for Kobo readers --- docs/de/developer/api.rst | 3 ++- docs/en/developer/api.rst | 3 ++- docs/fr/developer/api.rst | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/de/developer/api.rst b/docs/de/developer/api.rst index d374f836..7a18afde 100644 --- a/docs/de/developer/api.rst +++ b/docs/de/developer/api.rst @@ -254,7 +254,7 @@ cURL Beispiel: Andere Methoden --------------- -Wir werden nicht für jede API Methode Beispiele schreiben. +Wir werden nicht für jede API Methode Beispiele schreiben. Wirf einen Blick in die Liste http://localhost:8000/api/doc, um alle Methode kennenzulernen. @@ -269,3 +269,4 @@ Einige Applikationen oder Bibliotheken nutzen unsere API. Hier ist eine nicht ab - `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 seine Projekte `wallabag-stats Graph `_ und das Kommandozeilentool `wallabag-add-article `_. +- Tool, um automatisiert wallabag Artikel auf den lokalen PC oder ebook reader zu laden `wallabako `_ von anarcat. diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst index 074da1a7..80c96025 100644 --- a/docs/en/developer/api.rst +++ b/docs/en/developer/api.rst @@ -8,7 +8,7 @@ Requirements * wallabag freshly (or not) installed on http://localhost:8000 * ``httpie`` installed on your computer (`see project website `__). Note that you can also adapt the commands using curl or wget. -* all the API methods are documented here http://localhost:8000/api/doc (on your instance) and `on our example instance `_ +* all the API methods are documented here http://localhost:8000/api/doc (on your instance) and `on our example instance `_ Creating a new API client ------------------------- @@ -268,3 +268,4 @@ Some applications or libraries use our API. Here is a non-exhaustive list of the - `Python API for wallabag `_ by FoxMaSk, for his project `Trigger Happy `_. - `A plugin `_ designed for `Tiny Tiny RSS `_ that makes use of the wallabag v2 API. By Josh Panter. - `Golang wrapper for the wallabag API `_ by Strubbl, for his projects `wallabag-stats graph `_ and the command line tool `wallabag-add-article `_. +- Tool to automatically download Wallabag articles into your local computer or Kobo ebook reader `wallabako `_ by anarcat. diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst index 75faf7d2..e7bb264f 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst @@ -268,3 +268,4 @@ Certaines applications ou bibliothèques utilisent notre API. En voici une liste - `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 projets `wallabag-stats graphe `_ et l'outil de ligne de commande `wallabag-add-article `_. +- Tool to automatically download Wallabag articles into your local computer or Kobo ebook reader `wallabako `_ par anarcat. -- cgit v1.2.3