Add thanks.html
This commit is contained in:
parent
30ac2eb1c5
commit
1c8d5e8b84
|
@ -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
|
|
@ -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">
|
||||
|
@ -41,7 +42,18 @@
|
|||
<div style="white-space: nowrap;">
|
||||
<span>
|
||||
|
||||
<a href="http://www.pedde.com/cgi-bin/cvsweb.cgi"
|
||||
<a href="http://mt-daapd.sourceforge.net"
|
||||
class="plain" title="Home Page">
|
||||
|
||||
mt-daapd Home
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div style="white-space: nowrap;">
|
||||
<span>
|
||||
|
||||
<a href="http://cvs.sourceforge.net/viewcvs.py/mt-daapd/"
|
||||
class="plain" title="CVS">
|
||||
|
||||
mt-daapd CVS
|
||||
|
|
|
@ -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@
|
Loading…
Reference in New Issue