1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-01 06:13:04 +00:00

fixed firefox websocket bug, added assets

This commit is contained in:
Andrew Karpow
2013-12-03 21:48:49 +01:00
parent 77321257e2
commit 38f5009140
12 changed files with 464 additions and 34 deletions

View File

@@ -15,6 +15,7 @@
<!-- Custom styles for this template -->
<link href="css/slider.css" rel="stylesheet">
<link href="css/mpd.css" rel="stylesheet">
<link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@@ -32,7 +33,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">ympd</a>
<a class="navbar-brand" href="/"><span class="glyphicon glyphicon-play-circle"></span> ympd</a>
</div>
<div class="collapse navbar-collapse">
@@ -148,10 +149,10 @@
<h2 class="modal-title" id="aboutLabel">About</h2>
</div>
<div class="modal-body">
<h4>ympd - <small>a lightweight and fast Music Player Daemon web client</small></h4>
<h4><span class="glyphicon glyphicon-play-circle"></span> ympd&nbsp;&nbsp;&nbsp;<small>MPD Web GUI - written in C, utilizing Websockets and Bootstrap/JS</small></h4>
<br/>
ympd is written in pure C and based completely on HTML5 WebSockets with Bootstrap.
<h5>ympd uses following excellent software:</h5>
<span class="glyphicon glyphicon-play-circle"></span> ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
<h5><span class="glyphicon glyphicon-play-circle"></span> ympd uses following excellent software:</h5>
<h6><a href="http://libwebsockets.org">libWebSockets</a> <small>LGPL2.1 + static link exception</small></h6>
<h6><a href="http://www.musicpd.org/libs/libmpdclient/">libMPDClient</a> <small>BSD License</small></h6>
<br/>
@@ -159,8 +160,9 @@
<blockquote>
<address>
<strong>Andrew Karpow</strong><br>
<a href="mailto:andy@ndyk.de">andy@ndyk.de</a><br/>
<a href="http://www.ympd.org">www.ympd.de</a>
<a href="mailto:andy@ympd.org">andy@ympd.org</a><br/>
<a href="http://www.ympd.org">www.ympd.org</a><br/>
XMPP: <a href="xmpp:andy@jabber.ccc.de?subscribe">andy_@jabber.ccc.de</a>
</address>
</blockquote>
</div>