[xiph-commits] r13680 - in websites/theora.org: . ssi

maikmerten at svn.xiph.org maikmerten at svn.xiph.org
Fri Aug 31 11:53:45 PDT 2007


Author: maikmerten
Date: 2007-08-31 11:53:45 -0700 (Fri, 31 Aug 2007)
New Revision: 13680

Added:
   websites/theora.org/content.shtml.en
   websites/theora.org/documentation.shtml.en
   websites/theora.org/downloads.shtml.en
Modified:
   websites/theora.org/ssi/pagetop.include
Log:
create separate pages for downloads, documentation and content to 
unclutter the navigation


Added: websites/theora.org/content.shtml.en
===================================================================
--- websites/theora.org/content.shtml.en	                        (rev 0)
+++ websites/theora.org/content.shtml.en	2007-08-31 18:53:45 UTC (rev 13680)
@@ -0,0 +1,55 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Theora.org :: content - Theora, video for everyone</title>
+<style type="text/css">
+<!--
+.newslist {
+	margin: 0 0 2.64em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .72em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+
+.newslist a {
+	color: #3366CC;
+}
+
+.xiph {
+	color: #FF9900;
+	font-weight: bold;
+}
+
+.resources ul {
+	margin: 0;
+	padding: 0;
+}
+
+.resources li {
+	margin-bottom: .4em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h3>Content</h3>
+<ul>
+<li><a href="http://share.sh.cvut.cz/avc/Theora_demos/">CTU Prague Archive</a></li>
+<li><a href="http://jroar.jcraft.com:8800/test_theora.m3u">JRoar stream</a></li>
+<li><a href="http://v2v.cc/">V2V network</a></li>
+<li><a href="http://www.editingarchive.com/eatv/">EATV</a></li>
+</ul>
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites/theora.org/documentation.shtml.en
===================================================================
--- websites/theora.org/documentation.shtml.en	                        (rev 0)
+++ websites/theora.org/documentation.shtml.en	2007-08-31 18:53:45 UTC (rev 13680)
@@ -0,0 +1,57 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Theora.org :: documentation - Theora, video for everyone</title>
+<style type="text/css">
+<!--
+.newslist {
+	margin: 0 0 2.64em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .72em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+
+.newslist a {
+	color: #3366CC;
+}
+
+.xiph {
+	color: #FF9900;
+	font-weight: bold;
+}
+
+.resources ul {
+	margin: 0;
+	padding: 0;
+}
+
+.resources li {
+	margin-bottom: .4em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<a name="documentation"><h2>Documentation</h2></a>
+
+<ul>
+  <li><a href="theorafaq.shtml">Frequently Asked Questions</a></li>
+  <li><a href="doc/Theora_I_spec.pdf">Theora I Format Specification</a></li>
+  <li><a href="doc/libtheora-1.0alpha6/">libtheora API reference</a></li>
+  <li><a href="http://people.xiph.org/~tterribe/doc/libtheora-exp/">theora-exp API reference</a>
+</ul>
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Added: websites/theora.org/downloads.shtml.en
===================================================================
--- websites/theora.org/downloads.shtml.en	                        (rev 0)
+++ websites/theora.org/downloads.shtml.en	2007-08-31 18:53:45 UTC (rev 13680)
@@ -0,0 +1,79 @@
+<!--#include virtual="/ssi/header.include" -->
+<!-- Enter custom page information and styles here -->
+  <title>Theora.org :: downloads - Theora, video for everyone</title>
+<style type="text/css">
+<!--
+.newslist {
+	margin: 0 0 2.64em 0;
+	padding: 0;
+}
+
+.newslist li {
+	margin-bottom: .72em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+
+.newslist a {
+	color: #3366CC;
+}
+
+.xiph {
+	color: #FF9900;
+	font-weight: bold;
+}
+
+.resources ul {
+	margin: 0;
+	padding: 0;
+}
+
+.resources li {
+	margin-bottom: .4em;
+	list-style: none;
+	font-size: .94em;
+	line-height: 1.4;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<a name="source"><h2>Source</h2></a>
+
+<ul>
+  <li>The <strong>libtheora</strong> reference implementation provides
+      the standard encoder and decoder under a BSD license.
+      [<a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz">libtheora-1.0alpha7</a>]
+      [<a href="http://svn.xiph.org/trunk/theora/">SVN trunk</a>]
+  </li>
+  <li>The <strong>theora-exp</strong> project is a from-scratch 
+      implementation of the complete Theora I decoder and a 
+      more sophisticated but still experimental encoder.
+      [<a href="http://svn.xiph.org/trunk/theora-exp/">SVN trunk</a>]
+  </li>
+</ul>
+
+<p>Both of implementations depend on the following libraries...</p>
+ <ul>
+  <li><a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz">libogg-1.1.3</a></li>
+  <li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz">libvorbis-1.2.0</a></li>
+  <li><a href="http://www.libsdl.org/">libSDL 1.2</a> or later for the playback example</li>
+ </ul>
+
+<a name="binaries"><h2>Binaries</h2></a>
+ <ul>
+   <li><a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a></li>
+   <li><a href="http://videolan.org/">VLC player</a></li>
+   <li><a href="https://player.helixcommunity.org/2004/downloads/">Helix Player</a></li>
+   <li><a href="http://www.illiminable.com/ogg/">DirectShow plugins</a></li>
+   <li><a href="http://downloads.xiph.org/releases/oggdsf/">DirectShow plugins</a></li>
+ </ul>
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Modified: websites/theora.org/ssi/pagetop.include
===================================================================
--- websites/theora.org/ssi/pagetop.include	2007-08-31 17:42:10 UTC (rev 13679)
+++ websites/theora.org/ssi/pagetop.include	2007-08-31 18:53:45 UTC (rev 13680)
@@ -9,28 +9,15 @@
 <div id="navbar">
 
   <ul>
-    <li><a href="http://www.xiph.org/theora/#source">Downloads</a></li>
+    <li><a href="http://www.theora.org/">News</a></li>
+    <li><a href="theorafaq.shtml">FAQ</a></li>
+    <li><a href="lists.shtml">Discuss</a></li>
+    <li><a href="http://theora.org/torrents/">Torrents</a></li>
+    <li><a href="downloads.shtml">Downloads</a></li>
+    <li><a href="svn.shtml">SVN</a></li>
+    <li><a href="documentation.shtml">Documentation</a></li>
+    <li><a href="content.shtml">Content</a></li>
   </ul>
-  <ul>
-    <li><a href="http://www.xiph.org/theora/#documentation">Documentation</a></li>
-  </ul>
-  <h3>Binaries</h3>
-  <ul>
-    <li><a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a></li>
-    <li><a href="http://videolan.org/">VLC player</a></li>
-    <li><a href="https://player.helixcommunity.org/2004/downloads/">Helix Player</a></li>
-    <!-- official site is down!
-    <li><a href="http://www.illiminable.com/ogg/">DirectShow plugins</a></li>
-    -->
-    <li><a href="http://downloads.xiph.org/releases/oggdsf/">DirectShow plugins</a></li>
-  </ul>
-  <h3>Content</h3>
-  <ul">
-    <li><a href="http://share.sh.cvut.cz/avc/Theora_demos/">CTU Prague Archive</a></li>
-    <li><a href="http://jroar.jcraft.com:8800/test_theora.m3u">JRoar stream</a></li>
-    <li><a href="http://v2v.cc/">V2V network</a></li>
-    <li><a href="http://www.editingarchive.com/eatv/">EATV</a></li>
-  </ul>
   <h3>Support us</h3>
   <div style="padding: 0em 0em 0em 0.5em; margin: 1em;">
     &nbsp;



More information about the commits mailing list