From efba9c454e6546aba2d5761b95d8a0712a12b551 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 17 Jul 2014 02:38:46 +0200 Subject: [PATCH] docs: Include Lux and Moped on both HTTP clients and web extensions pages --- docs/clients/http.rst | 28 ++---------------- .../dz0ny-mopidy-lux.png => ext/lux.png} | Bin docs/ext/lux.rst | 10 +++++++ .../martijnboland-moped.png => ext/moped.png} | Bin docs/ext/moped.rst | 10 +++++++ docs/ext/web.rst | 6 ++++ 6 files changed, 28 insertions(+), 26 deletions(-) rename docs/{clients/dz0ny-mopidy-lux.png => ext/lux.png} (100%) create mode 100644 docs/ext/lux.rst rename docs/{clients/martijnboland-moped.png => ext/moped.png} (100%) create mode 100644 docs/ext/moped.rst diff --git a/docs/clients/http.rst b/docs/clients/http.rst index b7a95a8a..bbd4d888 100644 --- a/docs/clients/http.rst +++ b/docs/clients/http.rst @@ -38,34 +38,10 @@ Also the web client used for Wouter's popular `Pi Musicbox -- https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient -Mopidy Lux -========== - -.. image:: dz0ny-mopidy-lux.png - :width: 1275 - :height: 795 - -A Mopidy web client made with AngularJS by Janez Troha. - - A shiny new remote web control interface for Mopidy player. - - -- https://github.com/dz0ny/mopidy-lux +.. include:: /ext/lux.rst -Moped -===== - -.. image:: martijnboland-moped.png - :width: 720 - :height: 450 - -A Mopidy web client made with Durandal and KnockoutJS by Martijn Boland. - - Moped is a responsive web client for the Mopidy music server. It is - inspired by Mopidy-Webclient, but built from scratch based on a different - technology stack with Durandal and Bootstrap 3. - - -- https://github.com/martijnboland/moped +.. include:: /ext/moped.rst JukePi diff --git a/docs/clients/dz0ny-mopidy-lux.png b/docs/ext/lux.png similarity index 100% rename from docs/clients/dz0ny-mopidy-lux.png rename to docs/ext/lux.png diff --git a/docs/ext/lux.rst b/docs/ext/lux.rst new file mode 100644 index 00000000..cdcc2d19 --- /dev/null +++ b/docs/ext/lux.rst @@ -0,0 +1,10 @@ +Mopidy-Lux +========== + +https://github.com/dz0ny/mopidy-lux + +A Mopidy web client made with AngularJS by Janez Troha. + +.. image:: /ext/lux.png + :width: 1275 + :height: 795 diff --git a/docs/clients/martijnboland-moped.png b/docs/ext/moped.png similarity index 100% rename from docs/clients/martijnboland-moped.png rename to docs/ext/moped.png diff --git a/docs/ext/moped.rst b/docs/ext/moped.rst new file mode 100644 index 00000000..38fa50cc --- /dev/null +++ b/docs/ext/moped.rst @@ -0,0 +1,10 @@ +Moped +===== + +https://github.com/martijnboland/moped + +A Mopidy web client made with AnbularJS by Martijn Boland. + +.. image:: /ext/moped.png + :width: 720 + :height: 450 diff --git a/docs/ext/web.rst b/docs/ext/web.rst index 05bbf3e3..6c19f0c1 100644 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -18,3 +18,9 @@ Mopidy-API-Explorer https://github.com/dz0ny/mopidy-api-explorer Web extension for browsing the Mopidy HTTP API. + + +.. include:: /ext/lux.rst + + +.. include:: /ext/moped.rst