Add thanks.html

This commit is contained in:
Ron Pedde 2004-01-04 21:57:58 +00:00
parent 30ac2eb1c5
commit 1c8d5e8b84
3 changed files with 45 additions and 3 deletions

View File

@ -5,9 +5,9 @@ adminrootdir = ${pkgdatadir}/admin-root
adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \
gpl-license.txt linkTransparent.gif config-update.html hdr.html mt-daapd.css \
mt-daapd.png config.html index.html required.gif gpl-license.html \
aspl-license.html
aspl-license.html thanks.html
EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \
gpl-license.txt linkTransparent.gif config-update.html hdr.html mt-daapd.css \
mt-daapd.png config.html index.html required.gif gpl-license.html \
aspl-license.html
aspl-license.html thanks.html

View File

@ -21,6 +21,7 @@
<a href="index.html" class="@ispage index.html:selected:plain@">Home</a>
<a href="config.html" class="@ispage config.html:selected:plain@">Config</a>
<a href="status.html" class="@ispage status.html:selected:plain@">Status</a>
<a href="thanks.html" class="@ispage thanks.html:selected:plain@">Thanks</a>
</div>
<div class="personalBar">&nbsp;
@ -41,7 +42,18 @@
<div style="white-space: nowrap;">
<span>
&nbsp;
<a href="http://www.pedde.com/cgi-bin/cvsweb.cgi"
<a href="http://mt-daapd.sourceforge.net"
class="plain" title="Home Page">
&nbsp;mt-daapd&nbsp;Home
</a>
</span>
</div>
<div style="white-space: nowrap;">
<span>
&nbsp;
<a href="http://cvs.sourceforge.net/viewcvs.py/mt-daapd/"
class="plain" title="CVS">
&nbsp;mt-daapd&nbsp;CVS

30
admin-root/thanks.html Normal file
View File

@ -0,0 +1,30 @@
@include hdr.html@
<h1>Thanks</h1>
<div class="stx">
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>
<li>
The fine folks at
<a href="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>
@include ftr.html@