mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Clean up source documentation
This patch removes all content that is better viewed online (i.e. downloads, links etc.) and not necessary for development. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
a68082be0b
commit
943384d7c3
@@ -20,7 +20,7 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
|
||||
<a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
|
||||
</div>
|
||||
|
||||
<div class="above_nav"></div>
|
||||
@@ -28,18 +28,10 @@
|
||||
<div class="navbar">
|
||||
<a href="index.html">home</a> |
|
||||
<a href="faq.html">faq</a> |
|
||||
<a href="news.html">news</a> |
|
||||
<a href="download.html">download</a> |
|
||||
<a href="documentation.html">documentation</a> |
|
||||
<a href="comparison.html">comparison</a> |
|
||||
<a href="developers.html">developers</a> |
|
||||
changelog |
|
||||
<a href="links.html">links</a> |
|
||||
<a href="developers.html">developers</a>
|
||||
</div>
|
||||
|
||||
<div class="langbar">
|
||||
english |
|
||||
<a href="ru/changelog.html">russian</a>
|
||||
<a href="http://xiph.org/flac">more</a>
|
||||
</div>
|
||||
|
||||
<div class="below_nav"></div>
|
||||
@@ -281,7 +273,7 @@
|
||||
<li>
|
||||
FLAC format:
|
||||
<ul>
|
||||
<li>One of the reserved bits in the FLAC frame header has been assigned for future use; make sure to refer to the <a href="http://flac.sourceforge.net/api/group__porting__1__1__4__to__1__2__0.html">porting guide</a> if you parse FLAC streams manually.</li>
|
||||
<li>One of the reserved bits in the FLAC frame header has been assigned for future use; make sure to refer to the <a href="api/group__porting__1__1__4__to__1__2__0.html">porting guide</a> if you parse FLAC streams manually.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
@@ -324,7 +316,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Interface changes (see also the <a href="http://flac.sourceforge.net/api/group__porting__1__1__4__to__1__2__0.html">porting guide</a> for specific instructions on porting to FLAC 1.2.0):
|
||||
Interface changes (see also the <a href="api/group__porting__1__1__4__to__1__2__0.html">porting guide</a> for specific instructions on porting to FLAC 1.2.0):
|
||||
<ul>
|
||||
<li>
|
||||
libFLAC:
|
||||
@@ -550,7 +542,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Interface changes (see also the <a href="http://flac.sourceforge.net/api/group__porting__1__1__2__to__1__1__3.html">porting guide</a> for specific instructions on porting to FLAC 1.1.3):
|
||||
Interface changes (see also the <a href="api/group__porting__1__1__2__to__1__1__3.html">porting guide</a> for specific instructions on porting to FLAC 1.1.3):
|
||||
<ul>
|
||||
<li>
|
||||
all libraries;
|
||||
@@ -929,12 +921,6 @@
|
||||
<br/>
|
||||
Copyright (c) 2011-2013 Xiph.Org Foundation
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user