mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix "privacy-breach-w3c-valid-html" lintian error. Don't ping an external site when loading documentation pages since this can be used to track user activity. These links are also broken, since they depend on the referer header, which browsers no longer send to insecure pages for similar privacy reasons. That aspect could be addressed by using https urls for the validator site. Signed-off-by: Ralph Giles <giles@thaumas.net>
86 lines
3.0 KiB
HTML
86 lines
3.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
|
<!-- Copyright (c) 2011-2016 Xiph.Org Foundation -->
|
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
|
<!-- or any later version published by the Free Software Foundation; -->
|
|
<!-- with no invariant sections. -->
|
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
<meta name="author" content="Josh Coalson" />
|
|
<meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
|
|
<meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
|
<link rel="stylesheet" type="text/css" href="flac.css" />
|
|
<title>FLAC - documentation</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<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>
|
|
|
|
<div class="navbar">
|
|
<a href="index.html">home</a> |
|
|
<a href="faq.html">faq</a> |
|
|
<a href="documentation.html">documentation</a> |
|
|
<a href="developers.html">developers</a> |
|
|
<a href="changelog.html">changelog</a> |
|
|
<a href="http://xiph.org/flac">more</a>
|
|
</div>
|
|
|
|
<div class="below_nav"></div>
|
|
|
|
<div class="box">
|
|
<div class="box_title">
|
|
<a name="bugs">known bugs</a>
|
|
</div>
|
|
<div class="box_header"></div>
|
|
<div class="box_body">
|
|
The following are major known bugs in the current (1.3.2) release:
|
|
<ul>
|
|
<li>
|
|
When encoding to Ogg FLAC, the number of seek points is limited to 240.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="box_footer"></div>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div class="box">
|
|
<div class="box_title">
|
|
<a name="bug_reporting">reporting bugs</a>
|
|
</div>
|
|
<div class="box_header"></div>
|
|
<div class="box_body">
|
|
To report a bug, please go to the <a href="http://sourceforge.net/p/flac/bugs/">FLAC bug tracker</a> (or appropriately the <a href="http://sourceforge.net/p/flac/feature-requests/">feature request tracker</a>, <a href="http://sourceforge.net/p/flac/patches/">patch page</a>, or <a href="http://sourceforge.net/p/flac/support-requests/">support page</a>).<br />
|
|
<br />
|
|
First check that there is not already an existing request. If you do submit a new request, make sure and provide an email contact <b>and</b> use the Monitor feature.
|
|
</div>
|
|
<div class="box_footer"></div>
|
|
</div>
|
|
|
|
|
|
<div class="copyright">
|
|
<!-- @@@ oh so hacky -->
|
|
<table>
|
|
<tr>
|
|
<td align="left">
|
|
Copyright (c) 2000-2009 Josh Coalson
|
|
<br/>
|
|
Copyright (c) 2011-2016 Xiph.Org Foundation
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|