[xiph-commits] r17811 - in websites/opus-codec.org: . css

giles at svn.xiph.org giles at svn.xiph.org
Fri Feb 4 13:03:32 PST 2011


Author: giles
Date: 2011-02-04 13:03:32 -0800 (Fri, 04 Feb 2011)
New Revision: 17811

Modified:
   websites/opus-codec.org/css/screen.css
   websites/opus-codec.org/index.html
Log:
Fill out the index page a little more.


Modified: websites/opus-codec.org/css/screen.css
===================================================================
--- websites/opus-codec.org/css/screen.css	2011-02-04 20:46:39 UTC (rev 17810)
+++ websites/opus-codec.org/css/screen.css	2011-02-04 21:03:32 UTC (rev 17811)
@@ -106,6 +106,12 @@
   line-height: 1.4;
 }
 
+blockquote.code {
+  padding: 0.5em;
+  border: 1px dotted black;
+  background-color: #eee;
+}
+
 #copyright {
   margin-top: 30px;
   line-height: 1.5em;

Modified: websites/opus-codec.org/index.html
===================================================================
--- websites/opus-codec.org/index.html	2011-02-04 20:46:39 UTC (rev 17810)
+++ websites/opus-codec.org/index.html	2011-02-04 21:03:32 UTC (rev 17811)
@@ -24,18 +24,34 @@
 <div id="main">
 <div id="content">
 
+<!-- end header -->
+
+
 <h1>The Opus Audio Codec</h1>
 <p>
    The Opus codec is designed for interactive
-   speech and audio transmission over the Internet.
+   speech and audio transmission over the Internet,
+   and developed as a standard by the IETF Network Working Group.
 </p>
 <p>
-   Designed by the IETF Network Working Group.
+   To start, you might read the latest
+    <a href="http://opus-codec.org/docs/draft-ietf-codec-opus-02.html">Internet Draft</a>
+    or check out the prototype code:
 </p>
+<blockquote class="code">
+    <pre>$ git clone <a href="http://git.xiph.org/?p=users/jm/ietfcodec.git">git://git.xiph.org/users/jm/ietfcodec.git</a></pre>
+</blockquote>
 
 
+<!-- page footer -->
+
+</div> <!-- end "content" -->
+
+<div id="copyright">
+  <p>Copyright &copy; 2011. Some rights reserved.</p>
 </div>
-</div>
 
+</div> <!-- end "main" -->
+
 </body>
 </html>



More information about the commits mailing list