[xiph-commits] r13749 - websites/theora.org/svn
giles at svn.xiph.org
giles at svn.xiph.org
Tue Sep 4 12:50:47 PDT 2007
Author: giles
Date: 2007-09-04 12:50:47 -0700 (Tue, 04 Sep 2007)
New Revision: 13749
Modified:
websites/theora.org/svn/index.shtml.en
Log:
Normalize some whacky html.
Modified: websites/theora.org/svn/index.shtml.en
===================================================================
--- websites/theora.org/svn/index.shtml.en 2007-09-04 19:46:10 UTC (rev 13748)
+++ websites/theora.org/svn/index.shtml.en 2007-09-04 19:50:47 UTC (rev 13749)
@@ -8,7 +8,7 @@
<!--#include virtual="/ssi/pagetop.include" -->
<!-- All your page content goes here -->
-<b>[ VP3 Legal Terms ]</b>
+<h2>VP3 Legal Terms</h2>
<p>
<i>On2 represents and warrants that it shall not assert any rights
relating to infringement of On2's registered patents, nor initiate any
@@ -18,42 +18,42 @@
modifications, and improvements in said Software; and to use,
distribute, and sell said changes as well as applications for other
fields of use.</i>
-<p>
- <b>[ Theora SVN ]</b><br/>
- <br/>Xiph.org development projects are available to the public through read-only
- Subversion (SVN) access.
- <br/>
- <p><b>Accessing SVN at Xiph.org</b>
- <p>Access to Xiph.org can be handled basically two ways:
- <p>
- <b>Using the SVN client</b><p>
- Once you've installed the Subversion client, just type</p>
+</p>
+
+<h2>Theora SVN</h2>
+<p>Xiph.org development projects are available to the public through
+read-only Subversion (SVN) access.</p>
+
+<h3>Accessing SVN at Xiph.org</h3>
+
+<p>Access to Xiph.org can be handled basically two ways:</p>
+
+<h3>Using the SVN client</h3>
+
+<p>Once you've installed the Subversion client, just type</p>
<pre>svn co http://svn.xiph.org/trunk/theora</pre>
- <p>to check out the Theora codebase.</p>
+<p>to check out the Theora codebase.</p>
- <p>
- Once you've got the repository checked out, you no longer need to
- specify this full path; the repository location is stored with the
- checkout. <tt>svn update </tt> will sync your local
- copy with the repository. See the SVN manual for additional
- information on how to use SVN.
- </p>
+<p>Once you've got the repository checked out, you no longer need to
+ specify this full path; the repository location is stored with the
+ checkout. <tt>svn update</tt> will sync your local copy with the
+ repository. See the SVN manual for additional information on how
+ to use SVN.</p>
- <p><b>Using the web interface</b></p>
- <p>
- Subversion uses HTTP (and WebDAV) as the protocol, so you can just
- use a normal web browser to browse around the repository. This can be
- useful for looking at a few files, if you don't want to check out the
- entire module.</p>
- <p> To do this, just point your web browser at
- <tt>http://svn.xiph.org/trunk/theora</tt></p>
+<h3>Using the web interface</h3>
- <p>The source for the legacy VP3 codec for Quicktime and Video for Windows
- can be obtained by changing the <tt>theora</tt> module name in the
- lines above to <tt>vp32</tt>, as in '<tt>svn co http://svn.xiph.org/trunk/vp32</tt>'.
+<p>Subversion uses HTTP (and WebDAV) as the protocol, so you can just
+ use a normal web browser to browse around the repository. This can be
+ useful for looking at a few files, if you don't want to check out the
+ entire module.</p>
- <br/><p><br/>
-</div>
+<p>To do this, just point your web browser at
+ <tt>http://svn.xiph.org/trunk/theora</tt></p>
+<p>The source for the legacy VP3 codec for Quicktime and Video for
+ Windows can be obtained by changing the <tt>theora</tt> module name
+ in the lines above to <tt>vp32</tt>, as in
+ <tt>svn co http://svn.xiph.org/trunk/vp32</tt>.</p>
+
<!--#include virtual="/ssi/pagebottom.include" -->
More information about the commits
mailing list