mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
Patrick's shiny new web interface
This commit is contained in:
@@ -1,27 +1,29 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<div class="description">
|
||||
This is the administrative web interface for
|
||||
mt-daapd
|
||||
</div>
|
||||
|
||||
<div class="stx">
|
||||
<p class="description">
|
||||
This is the administrative web interface for mt-daapd, version @version@.
|
||||
</p>
|
||||
|
||||
<h3>About</h3>
|
||||
<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
|
||||
(C) 2003 Ron Pedde. All Rights reserved. See the link labeled "GPL
|
||||
License" for more information.
|
||||
© 2003-2005 Ron Pedde. All Rights reserved. See the link labeled
|
||||
<a href="gpl-license.html">GPL License</a> for more information.
|
||||
</p>
|
||||
|
||||
<h3>Legal Crap</h3> Portions of this program are Copyright (c)
|
||||
<h3>Legal Crap</h3>
|
||||
<p class="description">
|
||||
Portions of this program are Copyright ©
|
||||
1999-2001 Apple Computer, Inc. All Rights Reserved. See the link
|
||||
labeled "ASPL License" for more information.
|
||||
labeled <a href="aspl-license.html">ASPL License</a> for more information.
|
||||
</p>
|
||||
|
||||
<h3>No Warranty</h3>
|
||||
<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
|
||||
@@ -31,8 +33,6 @@ 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.
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
|
||||
@include ftr.html@
|
||||
|
||||
Reference in New Issue
Block a user