[FFmpeg-devel] [PATCH 1/6] documentation: move CLI docs above general secondary info.

Clément Bœsch ubitux at gmail.com
Mon Jun 25 22:44:29 CEST 2012


Users are likely looking for the tools documentation first.
---
 src/documentation | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/documentation b/src/documentation
index b597f5f..7ad23ea 100644
--- a/src/documentation
+++ b/src/documentation
@@ -7,6 +7,15 @@ developers will be able to better diagnose the problem if you follow
 <a href="bugreports.html">these bug reporting guidelines</a>.
 </p>
 
+<h2>Command Line Interface (CLI) and Related Usage Documentation</h2>
+<ul>
+<li><a href="ffmpeg.html">FFmpeg Documentation</a></li>
+<li><a href="ffplay.html">FFplay Documentation</a></li>
+<li><a href="ffprobe.html">FFprobe Documentation</a></li>
+<li><a href="ffserver.html">FFserver Documentation</a></li>
+<li><a href="sample.html">Sample ffserver configuration file</a></li>
+</ul>
+
 <h2>General Documentation</h2>
 <ul>
 <li><a href="faq.html">Frequently Asked Questions</a></li>
@@ -21,15 +30,6 @@ explains installing and using FFmpeg on Mac OS X.</li>
 <li><a href="http://wiki.multimedia.cx/">MultimediaWiki</a></li>
 </ul>
 
-<h2>Command Line Interface (CLI) and Related Usage Documentation</h2>
-<ul>
-<li><a href="ffmpeg.html">FFmpeg Documentation</a></li>
-<li><a href="ffplay.html">FFplay Documentation</a></li>
-<li><a href="ffprobe.html">FFprobe Documentation</a></li>
-<li><a href="ffserver.html">FFserver Documentation</a></li>
-<li><a href="sample.html">Sample ffserver configuration file</a></li>
-</ul>
-
 <h2>API Documentation</h2>
 <ul>
 <li><a href="doxygen/trunk/index.html">Doxygen documentation</a> for current
-- 
1.7.11



More information about the ffmpeg-devel mailing list