[xiph-commits] r16662 - websites/theora.org/downloads

giles at svn.xiph.org giles at svn.xiph.org
Wed Oct 28 12:33:59 PDT 2009


Author: giles
Date: 2009-10-28 12:33:58 -0700 (Wed, 28 Oct 2009)
New Revision: 16662

Modified:
   websites/theora.org/downloads/index.shtml.en
Log:
Fix a grammar problem and correct the list nesting.


Modified: websites/theora.org/downloads/index.shtml.en
===================================================================
--- websites/theora.org/downloads/index.shtml.en	2009-10-28 19:27:08 UTC (rev 16661)
+++ websites/theora.org/downloads/index.shtml.en	2009-10-28 19:33:58 UTC (rev 16662)
@@ -11,22 +11,25 @@
 <h2><a name="source">Source</a></h2>
 
 <ul>
-  <li>The <strong>libtheora</strong> reference implementation provides
-      the standard encoder and decoder under a BSD license.
+  <li>
+      <p>The <strong>libtheora</strong> reference implementation 
+      provides the standard encoder and decoder under a BSD license.</p>
     <ul>
       <li>[<a href="http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2">libtheora-1.1.1.tar.bz2</a>]</li>
           [<a href="http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip">libtheora-1.1.1.zip</a>]</li>
-      <li>[<a href="/svn/">SVN information page</a>]</li>
+      <li>[<a href="/svn/">Source code repository</a>]</li>
+    </ul>
+
+      <p>The libtheora implementation depends on the following libraries...</p>
+    <ul>
+      <li><a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.4.tar.gz">libogg-1.1.4</a></li>
+      <li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.gz">libvorbis-1.2.3</a></li>
+      <li><a href="http://www.libsdl.org/">libSDL 1.2</a> or later for the playback example</li>
+    </ul>
+
   </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.4.tar.gz">libogg-1.1.4</a></li>
-  <li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.gz">libvorbis-1.2.3</a></li>
-  <li><a href="http://www.libsdl.org/">libSDL 1.2</a> or later for the playback example</li>
- </ul>
-
 <h2>Cortado</h2>
 <p>
 Cortado is a Java applet to enable cross-browser playback of Theora content. The



More information about the commits mailing list