From 160a85513bdf2f340531ea5f7342c2526bb41264 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 20 Sep 2014 01:01:32 +0200 Subject: [PATCH] docs: Add Mopidy-HTTP-Kuechenradio (cherry picked from commit 0e2866df307a8a1aa54879afea1ab3725fa7eacd) --- docs/clients/http.rst | 3 +++ docs/ext/kuechenradio.rst | 15 +++++++++++++++ docs/ext/web.rst | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 docs/ext/kuechenradio.rst diff --git a/docs/clients/http.rst b/docs/clients/http.rst index 5467f3b7..296a1886 100644 --- a/docs/clients/http.rst +++ b/docs/clients/http.rst @@ -21,6 +21,9 @@ See :ref:`http-api` for details on how to build your own web client. .. include:: /ext/moped.rst +.. include:: /ext/kuechenradio.rst + + JukePi ====== diff --git a/docs/ext/kuechenradio.rst b/docs/ext/kuechenradio.rst new file mode 100644 index 00000000..fb8df675 --- /dev/null +++ b/docs/ext/kuechenradio.rst @@ -0,0 +1,15 @@ +Mopidy-HTTP-Kuechenradio +========================= + +https://github.com/tkem/mopidy-http-kuechenradio + +A deliberately simple Mopidy Web client for mobile devices. Made with jQuery +Mobile by Thomas Kemmer. + +To install, run:: + + pip install Mopidy-HTTP-Kuechenradio + +.. image:: /ext/kuechenradio.png + :width: 1275 + :height: 600 diff --git a/docs/ext/web.rst b/docs/ext/web.rst index e9a2bb02..8a72c7e1 100644 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -15,6 +15,9 @@ to show up here, follow the :ref:`guide on creating extensions `. .. include:: /ext/api_explorer.rst +.. include:: /ext/kuechenradio.rst + + .. include:: /ext/moped.rst