[xiph-commits] r18339 - websites/icecast.org
giles at svn.xiph.org
giles at svn.xiph.org
Wed May 30 14:53:45 PDT 2012
Author: giles
Date: 2012-05-30 14:53:44 -0700 (Wed, 30 May 2012)
New Revision: 18339
Added:
websites/icecast.org/inc/
Removed:
websites/icecast.org/common/
Modified:
websites/icecast.org/3rdparty.php
websites/icecast.org/contact.php
websites/icecast.org/docs.php
websites/icecast.org/download.php
websites/icecast.org/ezstream.php
websites/icecast.org/faq.php
websites/icecast.org/ices.php
websites/icecast.org/index.php
websites/icecast.org/loadtest.php
websites/icecast.org/loadtest1.php
websites/icecast.org/loadtest2.php
websites/icecast.org/loadtest3.php
websites/icecast.org/mailinglist.php
websites/icecast.org/spec.php
websites/icecast.org/streamlist.php
websites/icecast.org/svn.php
websites/icecast.org/ypdir.php
Log:
Rename 'common' to 'inc' so we can use 'common' for the xiphbar.
Modified: websites/icecast.org/3rdparty.php
===================================================================
--- websites/icecast.org/3rdparty.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/3rdparty.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>3rd Party Applications</h2>
<div class="roundcont">
<div class="roundtop">
@@ -83,6 +83,6 @@
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/contact.php
===================================================================
--- websites/icecast.org/contact.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/contact.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Contacts</h2>
<div class="roundcont">
<div class="roundtop">
@@ -33,6 +33,6 @@
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/docs.php
===================================================================
--- websites/icecast.org/docs.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/docs.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Documentation and Information</h2>
<div class="roundcont">
<div class="roundtop">
@@ -42,4 +42,4 @@
</div>
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/download.php
===================================================================
--- websites/icecast.org/download.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/download.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Download</h2>
<div class="roundcont">
<div class="roundtop">
@@ -144,4 +144,4 @@
</div>
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/ezstream.php
===================================================================
--- websites/icecast.org/ezstream.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/ezstream.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<style type="text/css">
<!--
@@ -396,4 +396,4 @@
<br/>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/faq.php
===================================================================
--- websites/icecast.org/faq.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/faq.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>FAQ</h2>
<div class="roundcont">
<div class="roundtop">
@@ -118,6 +118,6 @@
<br>
<br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/ices.php
===================================================================
--- websites/icecast.org/ices.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/ices.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Ices</h2>
<div class="roundcont">
<div class="roundtop">
@@ -42,6 +42,6 @@
<br><br>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/index.php
===================================================================
--- websites/icecast.org/index.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/index.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<p><strong>icecast</strong> is free <a href="/faq.php">server software</a> for streaming multimedia.</p>
<? include "news.php"; ?>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/loadtest.php
===================================================================
--- websites/icecast.org/loadtest.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/loadtest.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Icecast Load Tests (by oddsock)</h2>
<div class="roundcont">
<div class="roundtop">
Modified: websites/icecast.org/loadtest1.php
===================================================================
--- websites/icecast.org/loadtest1.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/loadtest1.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Icecast Load Test Results (by oddsock)</h2>
<div class="roundcont">
<div class="roundtop">
Modified: websites/icecast.org/loadtest2.php
===================================================================
--- websites/icecast.org/loadtest2.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/loadtest2.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Icecast Load Test Results #2 (by oddsock)</h2>
<div class="roundcont">
<div class="roundtop">
Modified: websites/icecast.org/loadtest3.php
===================================================================
--- websites/icecast.org/loadtest3.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/loadtest3.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Icecast Load Test Results #3 (by oddsock)</h2>
<div class="roundcont">
<div class="roundtop">
Modified: websites/icecast.org/mailinglist.php
===================================================================
--- websites/icecast.org/mailinglist.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/mailinglist.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Mailing List Information</h2>
<div class="roundcont">
<div class="roundtop">
@@ -16,6 +16,6 @@
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/spec.php
===================================================================
--- websites/icecast.org/spec.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/spec.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Icecast Directory Listing Specification</h2>
<div class="roundcont">
<div class="roundtop">
Modified: websites/icecast.org/streamlist.php
===================================================================
--- websites/icecast.org/streamlist.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/streamlist.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,5 +1,5 @@
<? $nopad = 1; ?>
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<div class="newscontent">
<blockquote>
Modified: websites/icecast.org/svn.php
===================================================================
--- websites/icecast.org/svn.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/svn.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Subversion</h2>
<div class="roundcont">
<div class="roundtop">
@@ -55,6 +55,6 @@
</div>
</div>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
Modified: websites/icecast.org/ypdir.php
===================================================================
--- websites/icecast.org/ypdir.php 2012-05-30 21:48:40 UTC (rev 18338)
+++ websites/icecast.org/ypdir.php 2012-05-30 21:53:44 UTC (rev 18339)
@@ -1,4 +1,4 @@
-<? include "common/header.php"; ?>
+<? include "inc/header.php"; ?>
<h2>Stream Directory Information</h2>
<div class="roundcont">
<div class="roundtop">
@@ -26,6 +26,6 @@
<br><br>
<br><br>
-<? include "common/footer.php"; ?>
+<? include "inc/footer.php"; ?>
More information about the commits
mailing list