Initial commit
authorAndrew Karpow <andy@ndyk.de>
Mon, 4 Nov 2013 17:18:38 +0000 (18:18 +0100)
committerAndrew Karpow <andy@ndyk.de>
Mon, 4 Nov 2013 17:18:38 +0000 (18:18 +0100)
commitc692feb111ba010156b435b53d21ac0dd250b25c
tree0a9e18a13304534c12467c5bb86f0159c7477d00
Initial commit
19 files changed:
htdocs/css/bootstrap-theme.css [new file with mode: 0644]
htdocs/css/bootstrap-theme.min.css [new file with mode: 0644]
htdocs/css/bootstrap.css [new file with mode: 0644]
htdocs/css/bootstrap.min.css [new file with mode: 0644]
htdocs/css/starter-template.css [new file with mode: 0644]
htdocs/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
htdocs/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
htdocs/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
htdocs/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
htdocs/index.html [new file with mode: 0644]
htdocs/js/bootstrap.js [new file with mode: 0644]
htdocs/js/bootstrap.min.js [new file with mode: 0644]
htdocs/js/mpd.js [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/http_server.c [new file with mode: 0644]
src/http_server.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/mpd_client.c [new file with mode: 0644]
src/mpd_client.h [new file with mode: 0644]