[xiph-commits] r9278 - in websites-new: . speex.org speex.org/contact speex.org/css speex.org/images speex.org/images/flags speex.org/images/logos speex.org/news speex.org/ssi speex.org/templates xiph.org/css xiph.org/ssi

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Fri May 13 13:41:20 PDT 2005


Author: atamido
Date: 2005-05-13 13:41:15 -0700 (Fri, 13 May 2005)
New Revision: 9278

Added:
   websites-new/speex.org/
   websites-new/speex.org/contact/
   websites-new/speex.org/contact/index.shtml.en
   websites-new/speex.org/css/
   websites-new/speex.org/css/screen-2.css
   websites-new/speex.org/css/screen.css
   websites-new/speex.org/css/xiphbar.css
   websites-new/speex.org/images/
   websites-new/speex.org/images/banners/
   websites-new/speex.org/images/dot.png
   websites-new/speex.org/images/flags/
   websites-new/speex.org/images/flags/flag-france.gif
   websites-new/speex.org/images/flags/flag-uk.gif
   websites-new/speex.org/images/logos/
   websites-new/speex.org/images/logos/parrot_speex_org-1.png
   websites-new/speex.org/images/logos/parrot_speex_org-2.png
   websites-new/speex.org/images/logos/xiphbar.png
   websites-new/speex.org/images/logos/xspf-logo-3.png
   websites-new/speex.org/index.shtml.en
   websites-new/speex.org/news.html
   websites-new/speex.org/news/
   websites-new/speex.org/news/index.shtml.en
   websites-new/speex.org/ssi/
   websites-new/speex.org/ssi/header.include
   websites-new/speex.org/ssi/pagebottom.include
   websites-new/speex.org/ssi/pagetop.include
   websites-new/speex.org/ssi/xiphbar.include
   websites-new/speex.org/templates/
   websites-new/speex.org/templates/index.shtml.en
Modified:
   websites-new/xiph.org/css/screen.css
   websites-new/xiph.org/ssi/pagetop.include
Log:
Initial commit of the new speex.org

Added: websites-new/speex.org/contact/index.shtml.en
===================================================================
--- websites-new/speex.org/contact/index.shtml.en	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/contact/index.shtml.en	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,45 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Speex:  A free codec for free speech</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Contact</h1>
+<h2 id="ml">The Speex Development List</h2>
+<p>
+	The <a href="mailto:speex-dev at xiph.org">speex-dev at xiph.org</a>
+	mailing list is intended for Speex developers
+	to coordinate development of the Speex specification and software
+	libraries. Please restrict discussion on the speex-dev lists to
+	those topics.
+
+</p>
+<h3>To Subscribe</h3>
+<p>
+	Send a message containing only "subscribe" <strong>in the body</strong> to
+	<a href="mailto:speex-dev-request at xiph.org">speex-dev-request at xiph.org</a>.
+	Do not send subscription requests directly to the main list; they
+	will be silently ignored.
+</p>
+<p>
+	The list is archived along with the rest of the
+	<a href="http://www.xiph.org/archives/">xiph.org mailing list archives</a>.
+
+</p>
+<h2>E-mail</h2>
+<p>
+Have a question about this website? Send an e-mail to
+<a href="mailto:webmaster at speex.org">webmaster at speex.org</a>.
+</p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Added: websites-new/speex.org/css/screen-2.css
===================================================================
--- websites-new/speex.org/css/screen-2.css	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/css/screen-2.css	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,162 @@
+ at import url(/css/xiphbar.css);
+
+body {
+	margin: 0;
+	border: 0;
+	padding: 0 0 1.5em 0;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	color: #333333;
+}
+
+a {
+	color: #3366CC;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+img {
+	border: 0;
+}
+
+#bodyborder {
+	margin: 0;
+	border: 0;
+	padding: 0 0 3em 0;
+	background-color: #FFFFFF;
+	height: 100%;
+	min-height: 600px;
+	bottom: 0;
+}
+
+#thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+#logos {
+	padding: 72px 465px 0 0;
+	text-align: center;
+}
+
+#navbar ul {
+	margin: 0;
+	border: 0;
+	padding: 20px 0 25px 0;
+	text-align: center;
+	text-transform: uppercase;
+}
+
+#navbar li {
+	margin: 0;
+	border: 0;
+	padding: 0 16px 0 11px;
+	display: inline;
+	color: #FFCC66;
+	background: no-repeat url(/images/dot.png) right center;
+	font-size: .6em;
+}
+
+#navbar li a {
+	color: #3366CC;
+	text-decoration: none;
+	font-weight: bold;
+}
+
+#navbar li a:hover {
+	text-decoration: underline;
+}
+
+#navbar #contact_ {
+	padding-right: 0;
+	background: none ;
+}
+
+#banners {
+	width: 232px;
+	float: right;
+	display: none;
+}
+
+#banners img {
+	display: block;
+	padding-top: 10px;
+}
+
+#content {
+	margin: 0 0 0 0;
+	padding: 0 1em 0 1em;
+	vertical-align: top;
+	font-size: .7em;
+	line-height: 1.5;
+}
+
+h1 {
+	font-size: 1.14em;
+	font-weight: bold;
+	color: #FF9900;
+}
+
+h2 {
+	font-size: 1em;
+	font-weight: bold;
+	color: #FF9900;
+}
+
+h3 {
+	font-size: .86em;
+	font-weight: bold;
+	color: #FF9900;
+}
+
+#copyright {
+	margin: 0;
+	border: 0;
+	padding: 4em 1em 1em 1em;
+	text-align: center;
+	font-size: .6em;
+	color: #999999;
+	clear: both;
+}
+
+.navbar {
+	margin: 0;
+	padding: 20px 0 25px 0;
+	text-align: center;
+	text-transform: uppercase;
+}
+
+.navbar li {
+	padding: 0 16px 0 11px;
+	display: inline;
+	color: #FFCC66;
+	background: no-repeat url(/images/dot.png) right center;
+	font-size: .86em
+}
+
+.navbar li a {
+	color: #3366CC;
+	text-decoration: none;
+	font-weight: bold;
+}
+
+.newslist {
+	margin: 0 0 2em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .5em;
+	list-style: none;
+	line-height: 1.4;
+	color: #FEAC0E;
+}
+
+.newslist a {
+	color: #3366CC;
+	text-decoration: none;
+	font-weight: normal;
+}
+

Added: websites-new/speex.org/css/screen.css
===================================================================
--- websites-new/speex.org/css/screen.css	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/css/screen.css	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,134 @@
+ at import url(xiphbar.css);
+
+body {
+	margin: 0;
+	border: 0;
+	padding: 0 0 1.5em 0;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #333333;
+	background-color: #666666;
+}
+
+a {
+	color: #064C84;
+}
+
+img {
+	border: 0;
+}
+
+#bodyborder {
+	margin: 0;
+	border: 0;
+	padding: 0 0 3em 0;
+	background-color: #FFFFFF;
+	height: 100%;
+}
+
+#thepage {
+	margin-left: auto;
+	margin-right: auto;
+	width: 50em;
+}
+
+#logos {
+	padding: 72px 465px 0 0;
+	text-align: center;
+}
+
+#navbar {
+	margin: 0;
+	border: 0;
+	padding: 1em;
+	float: left;
+	min-height: 15em;
+	vertical-align: top;
+}
+
+#navbar ul {
+	margin: 0;
+	padding: 0;
+	width: 8em;
+}
+
+#navbar li {
+	text-align: right;
+	font-size: .7em;
+	line-height: 1.4;
+	list-style: none;
+}
+
+#navbar li a {
+	font-weight: bold;
+	color: #3366CC;
+	text-decoration: none;
+	line-height: 0;
+}
+
+#navbar li a:hover {
+	text-decoration: underline;
+}
+
+#translations {
+	display: none;
+}
+
+#wiki_ {
+	padding-bottom: 1.3em;
+}
+
+#documentation_ {
+	padding-bottom: 1.3em;
+}
+
+#copyright {
+	margin: 0;
+	border: 0;
+	padding: 3em 1em 1em 1em;
+	font-size: .6em;
+	color: #999999;
+	clear: both;
+	text-align: center;
+}
+
+#banners {
+	display:none;
+}
+
+#main {
+	margin-left: 10em;
+}
+
+#content {
+	margin: 0;
+	padding: 1em;
+	vertical-align: top;
+	border-left: 1px solid #9FC0D7;
+	font-size: .75em;
+}
+
+/* So that Gecko based browsers have the same starting paragraph position as IE */
+#content > :first-child {
+	margin-top: 0;
+}
+
+#content p {
+	line-height: 1.5;
+}
+
+h1 {
+	font-size: 1.2em;
+	color: #FF9900;
+}
+
+h2 {
+	font-size: 1em;
+	color: #FF9900;
+}
+
+h3 {
+	font-size: .94em;
+	color: #FF9900;
+}
+
+

Added: websites-new/speex.org/css/xiphbar.css
===================================================================
--- websites-new/speex.org/css/xiphbar.css	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/css/xiphbar.css	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,55 @@
+body {
+	margin: 0;
+	border: 0;
+	padding: 0;
+}
+
+#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;
+}

Added: websites-new/speex.org/images/dot.png
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/dot.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/flags/flag-france.gif
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/flags/flag-france.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/flags/flag-uk.gif
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/flags/flag-uk.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/logos/parrot_speex_org-1.png
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/logos/parrot_speex_org-1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/logos/parrot_speex_org-2.png
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/logos/parrot_speex_org-2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/logos/xiphbar.png
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/logos/xiphbar.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/images/logos/xspf-logo-3.png
===================================================================
(Binary files differ)


Property changes on: websites-new/speex.org/images/logos/xspf-logo-3.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites-new/speex.org/index.shtml.en
===================================================================
--- websites-new/speex.org/index.shtml.en	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/index.shtml.en	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,83 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Speex: a free codec for free speech</title>
+<style type="text/css">
+<!--
+#home_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Speex Home</h1>
+<h2>Overview</h2>
+<p>
+	Speex is an <a href="fsos.html">Open Source/Free Software</a>
+
+	patent-free audio compression format designed for speech.
+	The Speex Project aims to lower the barrier of entry for voice applications
+	by providing a free alternative to expensive proprietary speech codecs.
+	Moreover, Speex is well-adapted to Internet applications and provides
+	useful features that are not present in most other codecs.
+
+	Finally, Speex is part of the
+	<a href="http://www.gnu.org/"><abbr title="GNU’s Not Unix">GNU</abbr>
+	Project</a> and is available under the
+	<a href="http://www.xiph.org/licenses/bsd/speex/">Xiph.org variant of the
+	BSD license</a>.
+</p>
+<h2>The Technology</h2>
+<p>
+	Speex is based on <abbr title="Code-Excited Linear Prediction">CELP</abbr>
+	and is designed to compress voice at bitrates
+	ranging from 2 to 44 <abbr title="kilobits per second">kbps</abbr>.
+	Some of Speex's features include:
+</p>
+<ul>
+	<li>Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz) compression in the same bitstream</li>
+	<li>Intensity stereo encoding</li>
+	<li>Packet loss concealment</li>
+	<li title="Speex uses more bits for more difficult-to-encode audio, and less bits for less">Variable bitrate operation (VBR)</li>
+
+	<li title="Speex can detect if someone is speaking or not, and adjust itself accordingly">Voice Activity Detection (VAD)</li>
+	<li title="Speex can stop sending data if it thinks it’s okay (such as when there is no voice data)">Discontinuous Transmission (DTX)</li>
+	<li>In-progress fixed-point port</li>
+</ul>
+<p>
+	Note that Speex has a number of features that aren't in other codecs
+	such as intensity stereo encoding, integration of multiple sampling rates
+	in the same bitstream, and a
+	<abbr title="variable bitrate (operation)">VBR</abbr> mode; see our
+	<a href="comparison.html">comparison page</a> for more.
+
+</p>
+<h2>Getting Involved</h2>
+<p>
+	One of the simplest things you can do to get involved in Speex is by
+	using it in your application; Speex is well-suited to handle
+	<abbr title="Voice over IP">VoIP</abbr>, internet audio streaming,
+	data archival (like voice mail), and audio books.
+	Currently, <a href="http://www.linphone.org/">LinPhone</a>,
+	<a href="http://www.openh323.org">OpenH323</a>, and
+	<a href="http://www.gnomemeeting.org">GnomeMeeting</a> are some of the
+	projects currently using Speex. For a list of projects with
+	Speex support, visit our 
+	<a href="projects.html">Plugins &amp; Software</a> page.
+
+</p>
+<p> 
+	If you are interested in participating
+	in the project, have a look at our
+	<a href="todo.html">roadmap</a>, contact the Project Lead,
+	<a href="http://people.xiph.org/~jm/">Jean-Marc Valin</a>, or
+	<a href="http://lists.xiph.org/mailman/listinfo/speex-dev">join our mailing list</a>. Or
+	<a href='http://xiph.org/ogg/vorbis/donate.html'>send us money</a>
+	so we can keep working on Speex.
+</p>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites-new/speex.org/news/index.shtml.en
===================================================================
--- websites-new/speex.org/news/index.shtml.en	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/news/index.shtml.en	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,40 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Speex:  A free codec for free speech</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>Speex News</h1>
+
+<ul>
+	<li>
+		<h3>Speex 1.1.8 Released</h3>
+		<div><span class="submitdate">May 7, 2005</span> <span class="updatedate"></span></div>
+		<div class="description">
+			<p>Lots of changes in this release. Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), and the size of integer types are now detected automatically.</p>
+			<p>There is also a new SPEEX_PLC_TUNING option.</p>
+		</div>
+	</li>
+
+	<li>
+		<h3>Speex 1.0.5 Released</h3>
+		<div><span class="submitdate">May 6, 2005</span> <span class="updatedate">May 6, 2005</span></div>
+		<div class="description">
+			<p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
+		</div>
+	</li>
+</ul>
+
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Added: websites-new/speex.org/news.html
===================================================================
--- websites-new/speex.org/news.html	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/news.html	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<title>Speex: a free codec for free speech</title>
+<style type="text/css">
+<!--
+-->
+</style>
+
+</head>
+<body>
+
+<h2>News</h2>
+<ul>
+	<li>
+		<h3>Speex 1.1.8 Released</h3>
+		<div><span class="submitdate">May 7, 2005</span> <span class="updatedate"></span></div>
+		<div class="description">
+			<p>Lots of changes in this release. Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), and the size of integer types are now detected automatically.</p>
+			<p>There is also a new SPEEX_PLC_TUNING option.</p>
+		</div>
+	</li>
+
+	<li>
+		<h3>Speex 1.0.5 Released</h3>
+		<div><span class="submitdate">May 6, 2005</span> <span class="updatedate">May 6, 2005</span></div>
+		<div class="description">
+			<p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
+		</div>
+	</li>
+</ul>
+
+</body>
+</html>
\ No newline at end of file

Added: websites-new/speex.org/ssi/header.include
===================================================================
--- websites-new/speex.org/ssi/header.include	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/ssi/header.include	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<script type="text/javascript"></script>
+<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
+<link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
+<link rel="alternate stylesheet" title="Vorbis.com 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>
\ No newline at end of file

Added: websites-new/speex.org/ssi/pagebottom.include
===================================================================
--- websites-new/speex.org/ssi/pagebottom.include	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/ssi/pagebottom.include	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,12 @@
+
+</div>
+</div>
+<div id="copyright">
+	<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (&trade;) of Xiph.Org.</p>
+	<p>These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
+</div>
+
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: websites-new/speex.org/ssi/pagetop.include
===================================================================
--- websites-new/speex.org/ssi/pagetop.include	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/ssi/pagetop.include	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,37 @@
+<div id="thepage">
+<div id="logos">
+	<a href="http://www.speex.org/"><img src="/images/logos/parrot_speex_org-2.png" alt="Speex: a free codec for free speech"/></a>
+</div>
+
+<div id="navbar">
+	<ul>
+		<li id="home_"><a href="/">Home</a></li>
+		<li id="news_"><a href="/news/">News</a></li>
+		<li id="comparison_"><a href="/comparison/">Comparison</a></li>
+		<li id="samples_"><a href="/samples/">Samples</a></li>
+		<li id="download_"><a href="/download/">Download</a></li>
+		<li id="docs_"><a href="/docs/">Documentation</a></li>
+		<li id="roadmap_"><a href="/roadmap/">Roadmap</a></li>
+		<li id="software_"><a href="/software/">Plugins & Software</a></li>
+		<li id="contact_"><a href="/contact/">Contact</a></li>
+	</ul>
+
+	<div id="translations" <!--#if expr="$translations" -->style="display: block;"<!--#endif -->>
+		<h3>Translations</h3>
+		<ul id="languages">
+			<!--#if expr="$eng" --><li id="english"><a href="index.shtml.en">English <img src="/images/flags/flag-uk.gif" title="English translation" alt="English translation"/></a></li><!--#endif -->
+			<!--#if expr="$rus" --><li id="russian"><a href="index.shtml.ru">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</a></li><!--#endif -->
+			<!--#if expr="$rus" --><li><a href="index.shtml.ru"><img src="/images/flags/flag-russia.gif" title="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;" alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;"></a></li><!--#endif -->
+			<!--#if expr="$spa" --><li id="spanish"><a href="/">Spanish</a></li><!--#endif -->
+			<!--#if expr="$fre" --><li id="french"><a href="index.shtml.fr">Français <img src="/images/flags/flag-france.gif" title="French translation" alt="French translation"/></a></li><!--#endif -->
+			<!--#if expr="$jpn" --><li id="japanese"><a href="index.shtml.ru">Japanese</a></li><!--#endif -->
+		</ul>
+	</div>
+</div>
+
+<div id="banners">
+	<!-- Visualize a banner here. <img src="/images/banners/try_it.png" alt="Try it out!"/> -->
+</div>
+
+<div id="main">
+<div id="content">
\ No newline at end of file

Added: websites-new/speex.org/ssi/xiphbar.include
===================================================================
--- websites-new/speex.org/ssi/xiphbar.include	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/ssi/xiphbar.include	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,16 @@
+</head>
+<body>
+<div id="bodyborder">
+<div id="xiphbar">
+	<div>
+	<img src="/images/logos/xiphbar.png" alt="Xiph logo"/>
+	<ul>
+		<li id="xiph_"><a href="http://www.xiph.org/">Xiph.org</a></li>
+		<li id="vorbis_"><a href="http://www.vorbis.com/">Vorbis</a></li>
+		<li id="theora_"><a href="http://www.theora.org/">Theora</a></li>
+		<li id="icecast"><a href="http://www.icecast.org/">Icecast</a></li>
+		<li id="speex_"><a href="http://www.speex.org/">Speex</a></li>
+		<li id="flac_"><a href="http://www.flac.org/">FLAC</a></li>
+	</ul>
+	</div>
+</div>

Added: websites-new/speex.org/templates/index.shtml.en
===================================================================
--- websites-new/speex.org/templates/index.shtml.en	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/speex.org/templates/index.shtml.en	2005-05-13 20:41:15 UTC (rev 9278)
@@ -0,0 +1,18 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>Speex:  A free codec for free speech</title>
+<style type="text/css">
+<!--
+#navlink_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+
+<!--#include virtual="/ssi/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file

Modified: websites-new/xiph.org/css/screen.css
===================================================================
--- websites-new/xiph.org/css/screen.css	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/xiph.org/css/screen.css	2005-05-13 20:41:15 UTC (rev 9278)
@@ -13,6 +13,10 @@
 	color: #064C84;
 }
 
+img {
+	border: 0;
+}
+
 #bodyborder {
 	margin: 0;
 	border: 0;

Modified: websites-new/xiph.org/ssi/pagetop.include
===================================================================
--- websites-new/xiph.org/ssi/pagetop.include	2005-05-13 11:58:18 UTC (rev 9277)
+++ websites-new/xiph.org/ssi/pagetop.include	2005-05-13 20:41:15 UTC (rev 9278)
@@ -1,7 +1,7 @@
 
 <div id="thepage">
 <div id="logos">
-	<img src="/images/logos/fish_xiph_org.png" alt="Fish Logo and Xiph.org"/>
+	<a href="http://www.xiph.org/"><img src="/images/logos/fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
 </div>
 
 <div id="navbar">



More information about the commits mailing list