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
|
||||
contribution). If I've forgotten anyone, I apologize.
|
||||
|
||||
Dr. Steve Robbins
|
||||
* uici stuff
|
||||
|
||||
The Plone project
|
||||
* css files for the admin interface
|
||||
|
||||
Aubin Paul
|
||||
* Patches for Debian package generation
|
||||
* Precompiled Debian binaries
|
||||
|
@ -13,6 +19,7 @@ Aubin Paul
|
|||
Paul Forgey
|
||||
* Tons of troubleshooting on Solaris
|
||||
* Fixes for readdir_r
|
||||
* Fixes for alignment problems in XING header parsing
|
||||
|
||||
Paul Hubbard
|
||||
* T/S and patch testing to resolve scanning bugs
|
||||
|
@ -102,8 +109,6 @@ Phil Packer
|
|||
Diego Penneno
|
||||
* 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 \
|
||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||
applet.html
|
||||
applet.html CREDITS
|
||||
|
||||
|
|
|
@ -97,6 +97,33 @@
|
|||
</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>
|
||||
@ispage playlist.html:-->:@
|
||||
|
|
|
@ -150,10 +150,10 @@ function pl_process() {
|
|||
pl_type = "Smart";
|
||||
break;
|
||||
case "2":
|
||||
pl_type = "Static (m3u/pls file)";
|
||||
pl_type = "Static (m3u/pls file)";
|
||||
break;
|
||||
case "3":
|
||||
pl_type = "Static (iTunes xml file)";
|
||||
pl_type = "Static (iTunes xml)";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,25 +6,9 @@
|
|||
|
||||
Special thanks to the following people:
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://vip.cs.utsa.edu/personnel/srobbins.html">
|
||||
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>
|
||||
<pre>
|
||||
@include CREDITS@
|
||||
</pre>
|
||||
|
||||
<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>
|
||||
@include ftr.html@
|
||||
|
|
Loading…
Reference in New Issue