owntone-server/admin-root/index.html

39 lines
1.5 KiB
HTML
Raw Normal View History

@include hdr.html@
<h1>Welcome</h1>
2005-11-14 00:41:18 -05:00
<p class="description">
This is the administrative web interface for mt-daapd, version @version@.
</p>
<h3>About</h3>
2005-11-14 00:41:18 -05:00
<p class="description">
mt-daapd is a multi-threaded pthreads implementation of Apple's DAAP
server. It works for me, it might work for you, too. No promises
though. See the section below titled "No Warranty". This work,
although released under the GNU General Public License, is Copyright
2005-11-14 00:41:18 -05:00
&copy; 2003-2005 Ron Pedde. All Rights reserved. See the link labeled
<a href="gpl-license.html">GPL License</a> for more information.
</p>
2006-04-28 01:30:47 -04:00
<h3>Legal Info</h3>
2005-11-14 00:41:18 -05:00
<p class="description">
Portions of this program are Copyright &copy;
1999-2001 Apple Computer, Inc. All Rights Reserved. See the link
2005-11-14 00:41:18 -05:00
labeled <a href="aspl-license.html">ASPL License</a> for more information.
</p>
<h3>No Warranty</h3>
2005-11-14 00:41:18 -05:00
<p class="license">
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
2005-11-14 00:41:18 -05:00
</p>
@include ftr.html@