[xiph-commits] r9933 - in websites/icecast.org: . common images
images/logos
oddsock at svn.xiph.org
oddsock at svn.xiph.org
Fri Sep 2 07:19:28 PDT 2005
Author: oddsock
Date: 2005-09-02 07:19:26 -0700 (Fri, 02 Sep 2005)
New Revision: 9933
Added:
websites/icecast.org/images/logos/
websites/icecast.org/images/logos/xiphbar.png
Modified:
websites/icecast.org/
websites/icecast.org/common/header.php
websites/icecast.org/common/style.css
websites/icecast.org/news.php
Log:
proper (?) including of the xiphbar....
Property changes on: websites/icecast.org
___________________________________________________________________
Name: svn:externals
- docs/icecast-trunk http://svn.xiph.org/icecast/trunk/icecast/doc
docs/icecast-2.0.1 http://svn.xiph.org/icecast/tags/icecast_2_0_1/icecast/doc/
docs/icecast-2.0.2 http://svn.xiph.org/icecast/tags/icecast_2_0_2/doc/
docs/icecast-2.1.0 http://svn.xiph.org/icecast/tags/icecast_2_1_0/doc/
docs/icecast-2.2.0 http://svn.xiph.org/icecast/tags/icecast_2_2_0/doc/
docs/ices-trunk http://svn.xiph.org/icecast/trunk/ices/doc
docs/ices-2.0.0 http://svn.xiph.org/icecast/tags/ices_2_0_0/doc/
+ docs/icecast-trunk http://svn.xiph.org/icecast/trunk/icecast/doc
docs/icecast-2.0.1 http://svn.xiph.org/icecast/tags/icecast_2_0_1/icecast/doc/
docs/icecast-2.0.2 http://svn.xiph.org/icecast/tags/icecast_2_0_2/doc/
docs/icecast-2.1.0 http://svn.xiph.org/icecast/tags/icecast_2_1_0/doc/
docs/icecast-2.2.0 http://svn.xiph.org/icecast/tags/icecast_2_2_0/doc/
docs/ices-trunk http://svn.xiph.org/icecast/trunk/ices/doc
docs/ices-2.0.0 http://svn.xiph.org/icecast/tags/ices_2_0_0/doc/
xiphcommon http://svn.xiph.org/websites/common/
Modified: websites/icecast.org/common/header.php
===================================================================
--- websites/icecast.org/common/header.php 2005-09-02 04:24:57 UTC (rev 9932)
+++ websites/icecast.org/common/header.php 2005-09-02 14:19:26 UTC (rev 9933)
@@ -6,83 +6,10 @@
?>
<html>
<head>
-<style>
-#xiphbar {
- background-color: #666666;
- min-height: 29px;
-}
-
-#xiphbar div {
- width: 50em;
- margin-left: auto;
- margin-right: auto;
- min-width: 800px;
-}
-
-
-#xiphbar img {
- margin: 0 0 0 0;
- border: 0;
- padding: .4em 0 0 12px;
- float: left;
- text-transform: lowercase;
- width: 231;
- height: 17px;
-}
-
-#xiphbar ul {
- margin: 0;
- border: 0;
- padding: .23em 12px .45em 0;
- text-align: right;
- text-transform: uppercase;
-}
-
-#xiphbar li {
- margin: 0;
- border: 0;
- padding: 0 10px 0 0;
- display: inline;
- list-style: none;
-}
-
-#xiphbar li a {
- color: #FFCC66;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
-}
-
-#xiphbar li a:hover {
- color: #FFE6B3;
-}
-</style>
<title>Icecast.org</title>
<link rel="stylesheet" type="text/css" href="common/style.css" />
-</head>
-<body bgcolor="black">
-<div id="xiphbar_outer">
-<table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
-<tr>
-
- <td>
- <img id="xiphbanner" src="images/xiphbar.png" alt="Xiph logo" width="231" height="17"/>
- </td>
-
- <td id="xiphlinks" align="right">
-
- <a href="http://www.xiph.org/">Xiph.org</a>
- <a href="http://www.vorbis.com/">Vorbis</a>
- <a href="http://www.theora.org/">Theora</a>
- <a href="http://www.icecast.org/">Icecast</a>
- <a href="http://www.speex.org/">Speex</a>
- <a href="http://flac.sourceforge.net/">FLAC</a>
-
- </td>
-
-</tr>
-</table>
-</div>
+<link rel="stylesheet" type="text/css" href="xiphcommon/xiphbar.css" />
+<? include "xiphcommon/xiphbar.include"; ?>
<table width="100%" border=0 cellpadding=0 cellspacing=0 bgcolor=black>
<tr><td colspan=3><img alt="Icecast Logo" src="images/icecast.png"></td></tr>
<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="images/blue.png" height=3></td></tr>
Modified: websites/icecast.org/common/style.css
===================================================================
--- websites/icecast.org/common/style.css 2005-09-02 04:24:57 UTC (rev 9932)
+++ websites/icecast.org/common/style.css 2005-09-02 14:19:26 UTC (rev 9933)
@@ -10,20 +10,13 @@
******************************************************************************/
/* This effect doesn't work at all if all content is pinched in a bit. */
-html, body {
+html,body {
margin: 0;
padding: 0;
}
-.xiphnav {
- font-family: Verdana, sans-serif;
- font-weight: normal;
- padding: .25em;
- margin-bottom: .5em;
- border-bottom: 1px solid #000;
- color: #000;
- background: #aaa;
-}
+body {background-color: #000000}
+
h2 {
font-family: Verdana, sans-serif;
text-decoration: none;
@@ -43,11 +36,6 @@
font-weight: normal;
color: #F8EF64;
}
-.xiphnav_a {
- text-decoration: none;
- font-weight: normal;
- color: #000;
-}
.news {
font-family: Verdana, sans-serif;
text-decoration: none;
@@ -189,41 +177,3 @@
display: block !important;
}
-
-#xiphbar_outer {
- background-color: #666666;
- min-width: 840px;
- width: 100%;
- height: 30px;
-}
-
-#xiphbar {
- min-width: 840px;
- width: 840px;
- height: 30px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 8px 0 8px;
-}
-
-#xiphbar a {
- margin-left: 16px;
- color: #ffcc66;
- text-decoration: none;
- text-transform: uppercase;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-#xiphbar a:hover {
- color: #ffe6b3;
-}
-
-#xiphbanner {
- float: left;
- vertical-align: middle;
-}
-
-#xiphlinks {
- font-size: 11px;
- vertical-align: middle;
-}
Added: websites/icecast.org/images/logos/xiphbar.png
===================================================================
(Binary files differ)
Property changes on: websites/icecast.org/images/logos/xiphbar.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: websites/icecast.org/news.php
===================================================================
--- websites/icecast.org/news.php 2005-09-02 04:24:57 UTC (rev 9932)
+++ websites/icecast.org/news.php 2005-09-02 14:19:26 UTC (rev 9933)
@@ -12,30 +12,30 @@
<p>
<font color=yellow>
Theora Video support
-</font></br>
+</font><br></br>
Icecast now supports video streaming via theora. Currently, we require the latest
(alpha 4) version of libtheora. This is an optional compile, so if you don't
have theora then icecast will safely ignore it
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Shoutcast style source client support
-</font></br>
+</font><br></br>
Icecast now supports the connection protocol used by the Shoutcast DSP source
client. This is the same connection protocol used by their NSV encoding tools.
This means that not only can you use the Shoutcast DSP to stream to icecast, but
that you can also stream NSV via their tools.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
AAC is added as a supported streaming format
-</font></br>
+</font><br></br>
Not too many source clients support streaming in this format, but we support it.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Cluster password
-</font></br>
+</font><br></br>
Now you can specify a cluster password as a <mount> option in the config. This
will allow you to cluster multiple servers/mounts into a single listing on the
stream directory. Note that this is different than "grouping" which groups together
@@ -43,55 +43,55 @@
are meant for relays of the same stream and will only be listed *once* in the stream
directory. When a listener tunes into a cluster, they will be served an m3u file
with all the clusters for that stream.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Playlist Log
-</font></br>
+</font><br></br>
This is an option setting that will create an audit trail of metadata that comes through
icecast. It is a single file that contains information for all mountpoints.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Range Support for static files
-</font></br>
+</font><br></br>
We now support seeking in files served off the icecast fserve.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Metadata Update via Admin
-</font></br>
+</font><br></br>
We now support metadata updates via the admin interface for both MP3 AND Ogg Vorbis
streams.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Per mount hidden stats and YP prevention
-</font></br>
+</font><br></br>
You many now indicate certains mounts to be excluded (i.e. hidden) from the main
status.xsl page. This is useful when using local private relays. You can also
override the YP setting (as in disable) on a per-mount basis. Also useful for
local private relays.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Multiple example config files
-</font></br>
+</font><br></br>
We now have multiple config files for you to use as a base. A "simple" one for
quick-start, and a more detailed "advanced" one with all the features, as well
as a "shoutcast compatable" one, which shows how you'd config for using the
shoutcast DSP.
-</br>
-</br>
+<br></br>
+<br></br>
<font color=yellow>
Relay user/pass
-</font></br>
+</font><br></br>
You can now specify authentication used by a relay. This is for the case where
you have listener authentication enabled for a mountpoint, and want to connect
a relay to it.
-</br>
-</br>
+<br></br>
+<br></br>
</p>
<p>Download Icecast 2.2.0 from the <a href="download.php">Download page</a>.</p>
@@ -118,16 +118,16 @@
<p>
<font color=white size=4><b>New features for 2.1 (in no particular order)</b></font>
<p>
-<font color=yellow>Listener Authentication</font></br>
+<font color=yellow>Listener Authentication</font><br></br>
Icecast now supports listener authentication. This provides a mechanism for
creating/maintaining users and passwords for listeners. Currently, we only
have implemented a simple, file-based storage for users and passwords. New
authenticators are on the horizon (such as URL-based or possibly MySQL based)
New admin pages were also added for the maintenance of users/passwords. Please
check the docs for a more detailed description of this new feature.
-</br>
-</br>
-<font color=yellow>Multi-Level Fallbacks</font></br>
+<br></br>
+<br></br>
+<font color=yellow>Multi-Level Fallbacks</font><br></br>
Multi-level fallbacks allow for specifications of a series of fallback mounts
that you can use to automatically move listeners in the event of a source being
disconnected. In the event of new listeners attaching to the source stream that has
@@ -135,31 +135,31 @@
Icecast now has fallback-override capability as well which means that in the event
of a source stream failure, listeners are moved to the fallback mount, and then
automatically recaptured when the original source stream returns.
-</br>
-</br>
-<font color=yellow>Burst-On-Connect</font></br>
+<br></br>
+<br></br>
+<font color=yellow>Burst-On-Connect</font><br></br>
This is an new, optional config setting which will send a initial burst of
data to connecting listeners. This has the effect of reducing
(significantly) the startup buffer latency from the end-user perspective.
This option is enabled by default.
-</br>
-</br>
-<font color=white size=4><b>New Enhancements for 2.1</b></font></br>
-<font color=yellow>Update to admin interface</font></br>
+<br></br>
+<br></br>
+<font color=white size=4><b>New Enhancements for 2.1</b></font><br></br>
+<font color=yellow>Update to admin interface</font><br></br>
This interface has been cleaned up quite a bit and made a bit nicer.
-</br>
-</br>
+<br></br>
+<br></br>
-<font color=yellow>Rewrite of the YP listing code</font></br>
+<font color=yellow>Rewrite of the YP listing code</font><br></br>
The icecast yp code has received a complete overhaul by karl, and it's a much
more stable and failure-resistant implementation.
-</br>
-</br>
+<br></br>
+<br></br>
-<font color=yellow>Lots and lots of bugs fixed</font></br>
+<font color=yellow>Lots and lots of bugs fixed</font><br></br>
Check the ChangeLog for a complete list of these...
-</br>
-</br>
+<br></br>
+<br></br>
</p>
<p>Download Icecast 2.1.0 from the <a href="download.php">Download page</a>.</p>
More information about the commits
mailing list