From: Nicolas Lœuillet Date: Tue, 14 Feb 2017 14:40:29 +0000 (+0100) Subject: Merge pull request #2860 from wallabag/docs-update-3rd-party-apps X-Git-Tag: 2.2.2~22 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=6d1e97f5643faff16cff3caa4b4ac8c647badebb;hp=5e4b9b2321a370a74dde5292ddd6de2e7ffcc78a;p=github%2Fwallabag%2Fwallabag.git Merge pull request #2860 from wallabag/docs-update-3rd-party-apps docs 3rd party tools: update java wrapper, add cmd tool to add article --- diff --git a/docs/de/developer/api.rst b/docs/de/developer/api.rst index 9d230e31..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. @@ -264,8 +264,9 @@ 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 `_. +- 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 b6c9ed3f..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 ------------------------- @@ -263,8 +263,9 @@ 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 `_. +- 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 8a6e2a13..e7bb264f 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst @@ -263,8 +263,9 @@ 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 `_. +- Tool to automatically download Wallabag articles into your local computer or Kobo ebook reader `wallabako `_ par anarcat.