diff --git a/docs/clients/http.rst b/docs/clients/http.rst index bd7a39b0..5467f3b7 100644 --- a/docs/clients/http.rst +++ b/docs/clients/http.rst @@ -15,27 +15,7 @@ created one, please notify us so we can include your client on this page. See :ref:`http-api` for details on how to build your own web client. -Mopidy MusicBox Webclient -========================= - -.. image:: mopidy-musicbox-webclient.png - :width: 1275 - :height: 600 - -The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk. -Also the web client used for Wouter's popular `Pi Musicbox -`_ image for Raspberry Pi. - - With Mopidy MusicBox Webclient, you can play your music on your computer - (Raspberry Pi) and remotely control it from a computer, phone, tablet, - laptop. From your couch. - - This is a responsive HTML/JS/CSS client especially written for Mopidy, a - music server. Responsive, so it works on desktop and mobile browsers. You - can browse, search and play albums, artists, playlists, and it has cover - art from Last.fm. - - -- https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient +.. include:: /ext/musicbox_webclient.rst .. include:: /ext/moped.rst diff --git a/docs/clients/mopidy-musicbox-webclient.png b/docs/ext/musicbox_webclient.png similarity index 100% rename from docs/clients/mopidy-musicbox-webclient.png rename to docs/ext/musicbox_webclient.png diff --git a/docs/ext/musicbox_webclient.rst b/docs/ext/musicbox_webclient.rst new file mode 100644 index 00000000..cdde6c10 --- /dev/null +++ b/docs/ext/musicbox_webclient.rst @@ -0,0 +1,21 @@ +Mopidy MusicBox Webclient +========================= + +.. image:: /ext/musicbox_webclient.png + :width: 1275 + :height: 600 + +The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk. +Also the web client used for Wouter's popular `Pi Musicbox +`_ image for Raspberry Pi. + + With Mopidy MusicBox Webclient, you can play your music on your computer + (Raspberry Pi) and remotely control it from a computer, phone, tablet, + laptop. From your couch. + + This is a responsive HTML/JS/CSS client especially written for Mopidy, a + music server. Responsive, so it works on desktop and mobile browsers. You + can browse, search and play albums, artists, playlists, and it has cover + art from Last.fm. + + -- https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient diff --git a/docs/ext/web.rst b/docs/ext/web.rst index 7df054cd..e9a2bb02 100644 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -16,3 +16,6 @@ to show up here, follow the :ref:`guide on creating extensions `. .. include:: /ext/moped.rst + + +.. include:: /ext/musicbox_webclient.rst