[xiph-commits] r18257 - in websites/opus-codec.org: . comparison contact development presentations ssi

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Wed May 2 03:36:09 PDT 2012


Author: gmaxwell
Date: 2012-05-02 03:36:09 -0700 (Wed, 02 May 2012)
New Revision: 18257

Added:
   websites/opus-codec.org/ssi/contentheader.include
Modified:
   websites/opus-codec.org/comparison/index.shtml.en
   websites/opus-codec.org/contact/index.shtml.en
   websites/opus-codec.org/development/index.shtml.en
   websites/opus-codec.org/index.shtml.en
   websites/opus-codec.org/presentations/index.shtml.en
   websites/opus-codec.org/ssi/footer.include
   websites/opus-codec.org/ssi/header.include
Log:
HTML markup fixes

Modified: websites/opus-codec.org/comparison/index.shtml.en
===================================================================
--- websites/opus-codec.org/comparison/index.shtml.en	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/comparison/index.shtml.en	2012-05-02 10:36:09 UTC (rev 18257)
@@ -1,16 +1,4 @@
 <!--#include virtual="/ssi/header.include" -->
-<!--  Enter custom page information and styles here -->
-
-<title>Opus Audio Codec: Comparison</title>
-<style type="text/css">
-<!--
-#navlink_ a {
-	text-decoration: underline !important;
-}
--->
-</style>
-</head>
-<body>
 <h1>Codec Feature Comparison</h1>
 
 <table border="2" cellpadding="2" width="100%">
@@ -113,5 +101,4 @@
 
 <p align="center"><a href="opus_ha_results.png"><img src="opus_ha_results.png" width="500" height="350"></a></p>
 
-</body>
 <!--#include virtual="/ssi/footer.include" -->

Modified: websites/opus-codec.org/contact/index.shtml.en
===================================================================
--- websites/opus-codec.org/contact/index.shtml.en	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/contact/index.shtml.en	2012-05-02 10:36:09 UTC (rev 18257)
@@ -16,6 +16,6 @@
        (<a href="" onclick="document.getElementById('chatbox').innerHTML='<iframe src=\'http://webchat.freenode.net/?channels=opus\' width=800 height=600/>';return false;">web interface</a>)
 </ul>
 
-<center><div id="chatbox"/></center>
+<center><div id="chatbox"></div></center>
 
 <!--#include virtual="/ssi/footer.include" -->

Modified: websites/opus-codec.org/development/index.shtml.en
===================================================================
--- websites/opus-codec.org/development/index.shtml.en	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/development/index.shtml.en	2012-05-02 10:36:09 UTC (rev 18257)
@@ -1,5 +1,16 @@
-<!--#include virtual="/ssi/header.include" -->
-
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="stylesheet" title="Default" media="screen"
+       href="/css/screen.css" type="text/css">
+ <link rel="stylesheet" type="text/css" href="dashboard.css" />
+ <script type="text/javascript" src="js/jquery.min.js"></script>
+ <script type="text/javascript" src="js/jquery.jsonp-2.1.4.min.js"></script>
+ <title>Opus Audio Codec</title>
+</head>
+<body>
+<!--#include virtual="/ssi/contentheader.include" -->
 <h1>Development</h1>
 
 <h2>Discussion</h2>
@@ -7,7 +18,7 @@
 <p>Development chat takes place on <a href="irc://irc.freenode.net/opus">#opus on irc.freenode.net</a>
        (&rarr;<a href="" onclick="document.getElementById('chatbox').innerHTML='<iframe src=\'http://webchat.freenode.net/?channels=opus\' width=800 height=600/>';return false;">web interface</a>)
 </p>
-<center><div id="chatbox"/></center>
+<center><div id="chatbox"></div></center>
 
 <p>There is an <a href="http://www.ohloh.net/p/opus-codec">ohloh project page</a> for Opus.</p>
 
@@ -40,14 +51,11 @@
 <blockquote><tt>$ git clone <a href="http://git.xiph.org/?p=users/greg/opus-tools.git">git://git.xiph.org/users/greg/opus-tools.git</a></tt></blockquote>
 
 <h2>Continuous integration</h2>
-<script type="text/javascript" src="js/jquery.min.js"></script>
-<script type="text/javascript" src="js/jquery.jsonp-2.1.4.min.js"></script>
-<link rel="stylesheet" type="text/css" href="dashboard.css" />
 
 <p>The <a href="https://mf4.xiph.org/jenkins/view/opus/">Opus continuous integration server</a>
 performs automated builds and tests of Opus on many platforms and configurations.<br/>
 Some of the builds run on remote systems and may fail from time to time due to connectivity problems.
-The console output is available and usually very informative when builds fail.
+The console output is available and usually very informative when builds fail.</p>
 
 <ul>
   <li>Test coverage reports: <a href="https://mf4.xiph.org/jenkins/job/opus-coverage/ws/coverage/index.html">
@@ -60,12 +68,10 @@
 <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus/ws/doc/latex/refman.pdf">PDF</a></li>
 </ul>
 
-</p>
-  <div id="CIcontent"></div>
+<div id="CIcontent"></div>
 <br/>
 
-<!--#include virtual="../ssi/footer.include" -->
-<script>
+<script type="text/javascript">
 //Loosely based on https://github.com/tuo/jenkins-monitor
 var base_url = "https://mf4.xiph.org/jenkins/view/opus";
 var jobs_to_be_excluded = ["baz"];
@@ -122,3 +128,5 @@
         var auto_refresh = setInterval(monitor, 30000);
 })
 </script>
+
+<!--#include virtual="../ssi/footer.include" -->

Modified: websites/opus-codec.org/index.shtml.en
===================================================================
--- websites/opus-codec.org/index.shtml.en	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/index.shtml.en	2012-05-02 10:36:09 UTC (rev 18257)
@@ -14,6 +14,7 @@
 
 <p>
 The Opus codec is designed to handle a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even remote live music performances. It can scale from low bit-rate narrowband speech to very high quality stereo music. The current features are:
+</p>
 <ul>
 <li>Sampling rates from 8 to 48 kHz</li>
 <li>Bit-rates from 6 kb/s 510 kb/s (*)</li>
@@ -25,8 +26,7 @@
 <li>Good loss robustness and packet loss concealment (PLC)</li>
 <li>Floating point and fixed-point implementation</li>
 </ul>
-(*) can be changed dynamically during a stream with no signalling required
-</p>
+<p>(*) can be changed dynamically during a stream with no signalling required</p>
 
 <p>
    To start, you might read the latest

Modified: websites/opus-codec.org/presentations/index.shtml.en
===================================================================
--- websites/opus-codec.org/presentations/index.shtml.en	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/presentations/index.shtml.en	2012-05-02 10:36:09 UTC (rev 18257)
@@ -1,5 +1,10 @@
-<!--#include virtual="/ssi/header.include" -->
-
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="stylesheet" title="Default" media="screen"
+       href="/css/screen.css" type="text/css">
+ <title>Opus Audio Codec</title>
 <style type="text/css">
 <!--
 #navlink_ a {
@@ -15,6 +20,8 @@
 </head>
 <body onload="initVideo();">
 
+<!--#include virtual="/ssi/contentheader.include" -->
+
 <h1>Presentations</h1>
 <h2><a href="http://linux.conf.au/">linux.conf.au</a> 2012 &mdash; Jean-Marc Valin</h2>
 <p>Also <a href="https://www.youtube.com/watch?v=iaAD71h9gDU">available on YouTube</a></p>

Added: websites/opus-codec.org/ssi/contentheader.include
===================================================================
--- websites/opus-codec.org/ssi/contentheader.include	                        (rev 0)
+++ websites/opus-codec.org/ssi/contentheader.include	2012-05-02 10:36:09 UTC (rev 18257)
@@ -0,0 +1,22 @@
+<div id="thepage">
+<div id="thelogo">
+  <h1><a href="/">Opus Codec</a></h1>
+</div>
+
+<div id="navbar">
+  <ul>
+    <li id="home_"><a href="/">Home</a></li>
+    <li id="downloads_"><a href="/downloads/">Downloads</a></li>
+    <li id="documentation_"><a href="/docs/">Documentation</a></li>
+    <li id="development_"><a href="/development/">Development</a></li>
+    <li id="testvectors"><a href="/testvectors/">Test Vectors</a></li>
+    <li id="comparison_"><a href="/comparison/">Comparison</a></li>
+    <li id="presentations_"><a href="/presentations/">Presentations</a></li>
+    <li id="contact_"><a href="/contact/">Contact</a></li>
+  </ul>
+</div>
+
+<div id="main">
+<div id="content">
+
+<!-- end header -->

Modified: websites/opus-codec.org/ssi/footer.include
===================================================================
--- websites/opus-codec.org/ssi/footer.include	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/ssi/footer.include	2012-05-02 10:36:09 UTC (rev 18257)
@@ -7,6 +7,7 @@
 </div>
 
 </div> <!-- end "main" -->
+</div> <!-- end "thepage" -->
 
 </body>
 </html>

Modified: websites/opus-codec.org/ssi/header.include
===================================================================
--- websites/opus-codec.org/ssi/header.include	2012-05-02 05:27:35 UTC (rev 18256)
+++ websites/opus-codec.org/ssi/header.include	2012-05-02 10:36:09 UTC (rev 18257)
@@ -7,26 +7,4 @@
  <title>Opus Audio Codec</title>
 </head>
 <body>
-<div id="thepage">
-<div id="thelogo">
-  <h1><a href="/">Opus Codec</a></h1>
-</div>
-
-<div id="navbar">
-  <ul>
-    <li id="home_"><a href="/">Home</a></li>
-    <li id="downloads_"><a href="/downloads/">Downloads</a></li>
-    <li id="documentation_"><a href="/docs/">Documentation</a></li>
-    <li id="development_"><a href="/development/">Development</a></li>
-    <li id="testvectors"><a href="/testvectors/">Test Vectors</a></li>
-    <li id="comparison_"><a href="/comparison/">Comparison</a></li>
-    <li id="presentations_"><a href="/presentations/">Presentations</a></li>
-    <li id="contact_"><a href="/contact/">Contact</a></li>
-  </ul>
-</div>
-
-<div id="main">
-<div id="content">
-
-<!-- end header -->
-
+<!--#include virtual="/ssi/contentheader.include" -->



More information about the commits mailing list