51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
@include hdr.html@
|
|
<div style="width: 50em;">
|
|
<h2>About Firefly</h2>
|
|
<p>
|
|
This is the administrative web interface for the Firefly Media Server,
|
|
version @version@.
|
|
</p>
|
|
|
|
<h3>About</h3>
|
|
<p>
|
|
Firefly is an open-source media server for the Roku SoundBridge and
|
|
Apple iTunes. It runs on POSIX platforms as well as Win32. It supports
|
|
server-side transcoding and other advanced features. While every effort
|
|
is taken to ensure quality, this software is released without warranty as
|
|
described by the GNU General Public License. See the section below
|
|
titled "No Warranty". This work,
|
|
although released under the GNU General Public License, is Copyright
|
|
© 2003-2006 Ron Pedde and others. See source file headers for
|
|
more information. See the link named
|
|
<a href="gpl-license.html">GPL License</a> for more details on the
|
|
licensing of this software.
|
|
</p>
|
|
|
|
<p>
|
|
The project homepage is located at
|
|
<a href="http://www.fireflymediaserver.org">
|
|
http://www.fireflymediaserver.org</a>.
|
|
|
|
|
|
<h3>Legal Info</h3>
|
|
<p>
|
|
Portions of this program are Copyright ©
|
|
1999-2001 Apple Computer, Inc. All Rights Reserved. See the link
|
|
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
|
|
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.
|
|
</p>
|
|
</div>
|
|
@include ftr.html@
|