Skip to content
Snippets Groups Projects
Commit ed4bff32 authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix a grammar problem and correct the list nesting.

git-svn-id: https://svn.xiph.org/websites/theora.org@16662 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 1d737c49
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment