mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-03 19:30:41 -04:00
credits, other various web trifles
This commit is contained in:
parent
20634b4b4d
commit
b612f351ad
9
CREDITS
9
CREDITS
@ -6,6 +6,12 @@ These are the people who have contributed to whatever
|
|||||||
small success this project enjoys (in order of
|
small success this project enjoys (in order of
|
||||||
contribution). If I've forgotten anyone, I apologize.
|
contribution). If I've forgotten anyone, I apologize.
|
||||||
|
|
||||||
|
Dr. Steve Robbins
|
||||||
|
* uici stuff
|
||||||
|
|
||||||
|
The Plone project
|
||||||
|
* css files for the admin interface
|
||||||
|
|
||||||
Aubin Paul
|
Aubin Paul
|
||||||
* Patches for Debian package generation
|
* Patches for Debian package generation
|
||||||
* Precompiled Debian binaries
|
* Precompiled Debian binaries
|
||||||
@ -13,6 +19,7 @@ Aubin Paul
|
|||||||
Paul Forgey
|
Paul Forgey
|
||||||
* Tons of troubleshooting on Solaris
|
* Tons of troubleshooting on Solaris
|
||||||
* Fixes for readdir_r
|
* Fixes for readdir_r
|
||||||
|
* Fixes for alignment problems in XING header parsing
|
||||||
|
|
||||||
Paul Hubbard
|
Paul Hubbard
|
||||||
* T/S and patch testing to resolve scanning bugs
|
* T/S and patch testing to resolve scanning bugs
|
||||||
@ -102,8 +109,6 @@ Phil Packer
|
|||||||
Diego Penneno
|
Diego Penneno
|
||||||
* Patches for multiple PID files to facilitate gentoo init scripts
|
* Patches for multiple PID files to facilitate gentoo init scripts
|
||||||
|
|
||||||
Paul Forgey
|
|
||||||
* Fixes for alignment problems in XING header parsing
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,5 +14,5 @@ EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \
|
|||||||
mt-daapd.css mt-daapd.png config.html index.html required.gif \
|
mt-daapd.css mt-daapd.png config.html index.html required.gif \
|
||||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||||
applet.html
|
applet.html CREDITS
|
||||||
|
|
||||||
|
@ -97,6 +97,33 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<h5>Experimental</h5>
|
||||||
|
<div class="body">
|
||||||
|
<div style="white-space: nowrap;">
|
||||||
|
<span>
|
||||||
|
|
||||||
|
<a href="playlist.html"
|
||||||
|
class="plain" title="Playlist page">
|
||||||
|
|
||||||
|
Playlist Page
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="white-space: nowrap;">
|
||||||
|
<span>
|
||||||
|
|
||||||
|
<a href="applet.html"
|
||||||
|
class="plain" title="Java Applet">
|
||||||
|
|
||||||
|
Java Applet
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
@ispage playlist.html:-->:@
|
@ispage playlist.html:-->:@
|
||||||
|
@ -150,10 +150,10 @@ function pl_process() {
|
|||||||
pl_type = "Smart";
|
pl_type = "Smart";
|
||||||
break;
|
break;
|
||||||
case "2":
|
case "2":
|
||||||
pl_type = "Static (m3u/pls file)";
|
pl_type = "Static (m3u/pls file)";
|
||||||
break;
|
break;
|
||||||
case "3":
|
case "3":
|
||||||
pl_type = "Static (iTunes xml file)";
|
pl_type = "Static (iTunes xml)";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,25 +6,9 @@
|
|||||||
|
|
||||||
Special thanks to the following people:
|
Special thanks to the following people:
|
||||||
|
|
||||||
<ul>
|
<pre>
|
||||||
<li>
|
@include CREDITS@
|
||||||
<a href="http://vip.cs.utsa.edu/personnel/srobbins.html">
|
</pre>
|
||||||
Dr. Steven Robbins</a> for graciously letting me use the code from
|
|
||||||
<a href="http://vip.cs.utsa.edu/usp/">
|
|
||||||
his book</a> in this project.
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
The fine folks at
|
|
||||||
<a href="http://www.plone.org">
|
|
||||||
Plone</a>, an excellent CMS system, for the CSS and stuff for these admin pages.
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
Whoever the person is hosting
|
|
||||||
<a href="http://tapjam.net/daap/draft.html">
|
|
||||||
this page</a>, as I found it to be an excellent reference
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
@include ftr.html@
|
@include ftr.html@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user