[xiph-commits] r14595 - in websites/celt-codec.org: . common css images ssi

jm at svn.xiph.org jm at svn.xiph.org
Tue Mar 18 03:54:34 PDT 2008


Author: jm
Date: 2008-03-18 03:54:32 -0700 (Tue, 18 Mar 2008)
New Revision: 14595

Added:
   websites/celt-codec.org/.htaccess
   websites/celt-codec.org/common/
   websites/celt-codec.org/common/xiphbar.css
   websites/celt-codec.org/common/xiphbar.include
   websites/celt-codec.org/common/xiphbar.png
   websites/celt-codec.org/css/
   websites/celt-codec.org/css/screen-2.css
   websites/celt-codec.org/css/screen.css
   websites/celt-codec.org/images/
   websites/celt-codec.org/images/dot.png
   websites/celt-codec.org/index.shtml.en
   websites/celt-codec.org/ssi/
   websites/celt-codec.org/ssi/header.include
   websites/celt-codec.org/ssi/pagebottom.include
   websites/celt-codec.org/ssi/pagetop.include
Log:
Initial CELT website (not sure what it's going to look like)


Added: websites/celt-codec.org/.htaccess
===================================================================
--- websites/celt-codec.org/.htaccess	                        (rev 0)
+++ websites/celt-codec.org/.htaccess	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,12 @@
+Redirect permanent /contact.html http://www.speex.org/contact/
+Redirect permanent /projects.html http://www.speex.org/software/
+Redirect permanent /todo.html http://www.speex.org/roadmap/
+Redirect permanent /docs.html http://www.speex.org/docs/
+Redirect permanent /download.html http://www.speex.org/downloads/
+Redirect permanent /samples.html http://www.speex.org/samples/
+Redirect permanent /comparison.html http://www.speex.org/comparison/
+Redirect permanent /news.html http://nspeex.frogorbits.com/news/
+Redirect permanent /API/ http://nspeex.frogorbits.com/docs/api/
+Options +MultiViews +Indexes
+
+DirectoryIndex index.html index.shtml

Added: websites/celt-codec.org/common/xiphbar.css
===================================================================
--- websites/celt-codec.org/common/xiphbar.css	                        (rev 0)
+++ websites/celt-codec.org/common/xiphbar.css	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,38 @@
+#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/celt-codec.org/common/xiphbar.include
===================================================================
--- websites/celt-codec.org/common/xiphbar.include	                        (rev 0)
+++ websites/celt-codec.org/common/xiphbar.include	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,22 @@
+<div id="xiphbar_outer" style="@import url(/common/xiphbar.css);">
+<table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
+<tr>
+
+  <td>
+    <img id="xiphbanner" src="http://xiph.org/images/logos/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>
+    <a href="http://www.xspf.org/">XSPF</a>
+  </td>
+
+</tr>
+</table>
+</div>

Added: websites/celt-codec.org/common/xiphbar.png
===================================================================
(Binary files differ)


Property changes on: websites/celt-codec.org/common/xiphbar.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: websites/celt-codec.org/css/screen-2.css
===================================================================
--- websites/celt-codec.org/css/screen-2.css	                        (rev 0)
+++ websites/celt-codec.org/css/screen-2.css	2008-03-18 10:54:32 UTC (rev 14595)
@@ -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/celt-codec.org/css/screen.css
===================================================================
--- websites/celt-codec.org/css/screen.css	                        (rev 0)
+++ websites/celt-codec.org/css/screen.css	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,179 @@
+ at import url(/common/xiphbar.css);
+
+body {
+	margin: 0;
+	border: 0;
+	padding: 0 0 1.5em 0;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #333333;
+	background-color: #ffffff;
+}
+
+a {
+	color: #064C84;
+}
+
+img {
+	border: 0;
+}
+
+#bodyborder {
+	margin: 0;
+	border: 0;
+	padding: 0 0 0em 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;
+}
+
+#navbar li a:hover {
+	text-decoration: underline;
+}
+
+#translations {
+	display: none;
+}
+
+#wiki_ {
+	padding-bottom: 1.3em;
+}
+
+#documentation_ {
+	padding-bottom: 1.3em;
+}
+
+#copyright {
+  margin-top: 30px;
+  line-height: 1.5em;
+  text-align: center;
+  font-size: .6em;
+  color: #888888;
+  clear: both;
+}
+
+#copyright .hiddenlinks {
+	color: #EFEFEF;
+}
+
+#copyright .hiddenlinks a {
+	color: #EFEFFF;
+}
+
+#copyright .hiddenlinks a:hover {
+	color: #0000FF;
+}
+
+#copyright p {
+	margin-top: 0;
+	margin-bottom: 0;
+}
+
+#copyright .hiddenlinks {
+	visibility: hidden;
+}
+
+#copyright:hover .hiddenlinks {
+	visibility: visible;
+}
+
+#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;
+}
+
+.descriptivelist {
+	padding-left: 0;
+}
+
+.descriptivelist > li {
+	list-style-type: none;
+}
+
+.descriptivelist .submitdate {
+	font-size: .75em;
+	margin-left: 20px;
+	border-bottom: 1px solid #000000;
+}
+
+.descriptivelist .description {
+	margin-left: 20px;
+}
+
+.descriptivelist {
+}
+
+.descriptivelist {
+}

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


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

Added: websites/celt-codec.org/index.shtml.en
===================================================================
--- websites/celt-codec.org/index.shtml.en	                        (rev 0)
+++ websites/celt-codec.org/index.shtml.en	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,62 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>CELT, An ultra-low delay audio codec</title>
+<style type="text/css">
+<!--
+#home_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>CELT, An ultra-low delay audio codec</h1>
+<h2>Overview</h2>
+<p>
+	The CELT codec is an experimental audio codec for use in low-delay communication.
+</p>
+<h2>The Technology</h2>
+<p>
+	CELT stands for "Code-Excited Lapped Transform". The code features:
+</p>
+<ul>
+	<li>Full audio bandwidth (44.1 kHz and 48 kHz)</li>
+	<li>Stereo support</li>
+	<li>Packet loss concealment</li>
+	<li>Constant bit-rates from 32 kbps to 128 kbps and above</li>
+	<li>Fixed-point port</li>
+</ul>
+<p>
+	Note that CELT is not meant to replace either Speex or Vorbis.
+
+</p>
+<h2>Getting Involved</h2>
+<p>
+	CELT is still in very early phase. At this point, two ways of getting involved are:
+        helping design the algorithm (requires strong DSP knowledge) or building applications using
+        CELT and maybe help define future directions the codec will take.
+
+</p>
+<p> 
+	If you have questions or are interested in contributing to the project, you can also contact 
+	the Project Lead, <a href="http://people.xiph.org/~jm/">Jean-Marc Valin</a>.
+</p>
+
+<h2>Headlines</h2>
+<ul class="descriptivelist">
+	<li>
+		<h3>Domain is up</h3>
+		<p class="submitdate">March 18, 2008</p>
+		<div class="description">
+                <p>Just registered celt-codec.com and celt-codec.org for this project. Now working
+                on the website</p>
+		</div>
+	</li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites/celt-codec.org/ssi/header.include
===================================================================
--- websites/celt-codec.org/ssi/header.include	                        (rev 0)
+++ websites/celt-codec.org/ssi/header.include	2008-03-18 10:54:32 UTC (rev 14595)
@@ -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="Xiph.org 50em Width" media="screen" href="/css/screen-2.css" type="text/css"/>

Added: websites/celt-codec.org/ssi/pagebottom.include
===================================================================
--- websites/celt-codec.org/ssi/pagebottom.include	                        (rev 0)
+++ websites/celt-codec.org/ssi/pagebottom.include	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,13 @@
+
+</div>
+<div id="copyright">
+	<p>The Xiph <abbr title='open source community'>OSC</abbr> and the Speex Parrot logos are trademarks (&trade;) of Xiph.Org.</p>
+	<p>These pages &copy; 1994–2006 Xiph.Org. All rights reserved.</p>
+	<p class="hiddenlinks"><!--#config timefmt="%B %d, %Y" -->Last Modified: <a href="http://trac.xiph.org/cgi-bin/trac.cgi/browser/websites/speex.org<!--#echo var="DOCUMENT_URI" -->"><!--#echo var="LAST_MODIFIED" --></a></p>
+	<p class="hiddenlinks">Validate <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/check/referer">CSS</a></p>
+</div>
+
+</div>
+</div>
+</body>
+</html>

Added: websites/celt-codec.org/ssi/pagetop.include
===================================================================
--- websites/celt-codec.org/ssi/pagetop.include	                        (rev 0)
+++ websites/celt-codec.org/ssi/pagetop.include	2008-03-18 10:54:32 UTC (rev 14595)
@@ -0,0 +1,22 @@
+<div id="thepage">
+<div id="logos">
+	<a href="http://www.celt-codec.org/">CELT</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="samples_"><a href="/samples/">Samples</a></li>
+		<li id="downloads_"><a href="/downloads/">Downloads</a></li>
+		<li id="docs_"><a href="/docs/">Documentation</a></li>
+		<li id="contact_"><a href="/contact/">Contact</a></li>
+	</ul>
+</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">



More information about the commits mailing list