On 4/13/13 11:39 AM, Reinhard Tartler wrote:
> On Sat, Apr 13, 2013 at 11:11 AM, Luca Barbato <[email protected]> wrote:
>> Make easier refer specific sections of our website.
>> ---
>>
>>  src/bugreports    | 2 +-
>>  src/documentation | 8 ++++----
>>  2 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/src/bugreports b/src/bugreports
>> index dd7e597..3e3b9c3 100644
>> --- a/src/bugreports
>> +++ b/src/bugreports
>> @@ -77,7 +77,7 @@ should provide all information so that anyone can 
>> reproduce the bug.
>>  </p>
>>
>>
>> -<h2>Submitting Sample Media</h2>
>> +<a name="submitting"></a><h2>Submitting Sample Media</h2>
>>
>>  <p>
>>  The developers may ask you to provide a sample media file illustrating
>> diff --git a/src/documentation b/src/documentation
>> index 5eae60d..b69f56a 100644
>> --- a/src/documentation
>> +++ b/src/documentation
>> @@ -7,7 +7,7 @@ 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>
>> +<a name="general"></a><h2>General Documentation</h2>
>>  <ul>
>>  <li><a href="general.html">General Documentation</a></li>
>>  <ul>
>> @@ -21,7 +21,7 @@ developers will be able to better diagnose the problem if 
>> you follow
>>  </ul>
>>  </ul>
>>
>> -<h2>Command Line Interface (CLI) and Related Usage Documentation</h2>
>> +<a name="cli"></a><h2>Command Line Interface (CLI) and Related Usage 
>> Documentation</h2>
>>  <ul>
>>  <li><a href="avconv.html">avconv Documentation</a></li>
>>  <li><a href="avplay.html">avplay Documentation</a></li>
>> @@ -33,7 +33,7 @@ developers will be able to better diagnose the problem if 
>> you follow
>>  <li><a href="libavfilter.html">Libavfilter Documentation</a></li>
>>  </ul>
>>
>> -<h2>API Documentation</h2>
>> +<a name="api"></a><h2>API Documentation</h2>
>>  <ul>
>>  <li><a href="doxygen/master/index.html">Doxygen documentation</a> for 
>> current
>>  git master (regenerated nightly); documentation for the
>> @@ -48,7 +48,7 @@ describes how to add a (de)muxer to libavformat.</li>
>>  describes how to add a filter to libavfilter.</li>
>>  </ul>
>>
>> -<h2>Tutorials</h2>
>> +<a name="tutorials"></a><h2>Tutorials</h2>
>>  <ul>
>>  <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.</li>
> 
> I would have put the anchors on seperate lines, but OK for me both ways.

So far most anchors have this style, we can switch later I think =)

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to