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