credits, other various web trifles

This commit is contained in:
Ron Pedde
2005-11-01 00:09:39 +00:00
parent 20634b4b4d
commit b612f351ad
5 changed files with 40 additions and 24 deletions

View File

@@ -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

View File

@@ -97,6 +97,33 @@
</div>
</div>
<div class="box">
<h5>Experimental</h5>
<div class="body">
<div style="white-space: nowrap;">
<span>
&nbsp;
<a href="playlist.html"
class="plain" title="Playlist page">
&nbsp;Playlist&nbsp;Page
</a>
</span>
</div>
<div style="white-space: nowrap;">
<span>
&nbsp;
<a href="applet.html"
class="plain" title="Java Applet">
&nbsp;Java&nbsp;Applet
</a>
</span>
</div>
</div>
</div>
</td>
@ispage playlist.html:-->:@

View File

@@ -150,10 +150,10 @@ function pl_process() {
pl_type = "Smart";
break;
case "2":
pl_type = "Static&nbsp;(m3u/pls file)";
pl_type = "Static&nbsp;(m3u/pls&nbsp;file)";
break;
case "3":
pl_type = "Static&nbsp;(iTunes xml file)";
pl_type = "Static&nbsp;(iTunes&nbsp;xml)";
break;
}

View File

@@ -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@