[FFmpeg-cvslog] [ffmpeg.org]: r269 - trunk/src/documentation

superdump subversion
Tue Feb 17 00:27:58 CET 2009


Author: superdump
Date: Tue Feb 17 00:27:57 2009
New Revision: 269

Log:
Make documentation page XHTML 1.0 Strict compliant

Modified:
   trunk/src/documentation

Modified: trunk/src/documentation
==============================================================================
--- trunk/src/documentation	Tue Feb 17 00:25:38 2009	(r268)
+++ trunk/src/documentation	Tue Feb 17 00:27:57 2009	(r269)
@@ -1,44 +1,46 @@
 <h1>FFmpeg Documentation</h1>
 
 <h2>Reporting Bugs</h2>
+<p>
 Want to report a bug? Help us help you: The FFmpeg
 developers will be able to better diagnose the problem if you follow
 <a href="bugreports.html">these bug reporting guidelines</a>.
+</p>
 
 <h2>General Documentation</h2>
 <ul>
-<li><a href="faq.html">Frequently Asked Questions</a>
-<li><a href="general.html">general documentation</a>
+<li><a href="faq.html">Frequently Asked Questions</a></li>
+<li><a href="general.html">general documentation</a></li>
 <li><a href="http://ffmpeg.arrozcru.org/">FFmpeg Windows Help</a>
 discusses all issues regarding FFmpeg under Windows including a wiki
-and help forums.
+and help forums.</li>
 <li><a href="http://stephenjungels.com/jungels.net/articles/ffmpeg-howto.html">FFmpeg on Mac OS X HOWTO</a>
-explains installing and using FFmpeg on Mac OS X.
+explains installing and using FFmpeg on Mac OS X.</li>
 </ul>
 
 <h2>Command Line Interface (CLI) and Related Usage Documentation</h2>
 <ul>
-<li><a href="ffmpeg-doc.html">ffmpeg documentation</a>
-<li><a href="ffserver-doc.html">ffserver documentation</a>
-<li><a href="ffplay-doc.html">ffplay documentation</a>
-<li><a href="hooks.html">video hook documentation</a>
-<li><a href="sample.html">sample ffserver configuration file</a>
+<li><a href="ffmpeg-doc.html">ffmpeg documentation</a></li>
+<li><a href="ffserver-doc.html">ffserver documentation</a></li>
+<li><a href="ffplay-doc.html">ffplay documentation</a></li>
+<li><a href="hooks.html">video hook documentation</a></li>
+<li><a href="sample.html">sample ffserver configuration file</a></li>
 </ul>
 
 <h2>Public API Documentation</h2>
 <ul>
 <li><a href="http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/">FFmpeg API documentation</a>,
 automatically generated from the FFmpeg source code using
-<a href="http://www.doxygen.org/index.html">doxygen</a>.
+<a href="http://www.doxygen.org/index.html">doxygen</a>.</li>
 <li><a href="http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html">Using libavformat and libavcodec</a> by
-Martin B?hme, a good overview of the FFmpeg APIs.
+Martin B?hme, a good overview of the FFmpeg APIs.</li>
 <li><a href="http://www.dranger.com/ffmpeg/">An FFmpeg and SDL Tutorial</a>
-by Stephen Dranger, explains how to write a video player based on FFmpeg.
+by Stephen Dranger, explains how to write a video player based on FFmpeg.</li>
 </ul>
 
 <h2>Internal API Documentation</h2>
 <ul>
-<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto">FFmpeg codec howto</a>, describes how to add a codec to libavcodec.
-<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_demuxer_howto">FFmpeg demuxer howto</a>, describes how to add a (de)muxer to libavformat.
-<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_filter_howto">FFmpeg filter howto</a>, describes how to add a filter to libavilter.
+<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto">FFmpeg codec howto</a>, describes how to add a codec to libavcodec.</li>
+<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_demuxer_howto">FFmpeg demuxer howto</a>, describes how to add a (de)muxer to libavformat.</li>
+<li><a href="http://wiki.multimedia.cx/index.php?title=FFmpeg_filter_howto">FFmpeg filter howto</a>, describes how to add a filter to libavilter.</li>
 </ul>




More information about the ffmpeg-cvslog mailing list