Hi all,

Attached is a patch for the flac-website git. This patch copies some
corrections from the source code documentation to the website, updates
copyright dates, fixes a charset issue on changelog.html and updates
git links.

Kind regards, Martijn van Beurden
From c99423ddbdb6d686df5fbb079a5dcd71ffa79994 Mon Sep 17 00:00:00 2001
From: Martijn van Beurden <mva...@gmail.com>
Date: Sun, 5 Jul 2020 20:58:10 +0200
Subject: [PATCH] Get website up-to-date with source code docs and other fixes

This patch copies some corrections from the source code
documentation to the website, updates copyright dates, fixes
a charset issue on changelog.html and updates git links
---
 changelog.html                     | 28 ++++++++----------
 comparison.html                    | 19 ++++--------
 developers.html                    | 21 +++++--------
 documentation.html                 | 19 ++++--------
 documentation_bugs.html            | 21 +++++--------
 documentation_example_code.html    | 21 +++++--------
 documentation_format_overview.html | 21 +++++--------
 documentation_tasks.html           | 19 ++++--------
 documentation_tools.html           | 19 ++++--------
 documentation_tools_flac.html      | 23 +++++----------
 documentation_tools_metaflac.html  | 31 +++++++++++---------
 download.html                      | 19 ++++--------
 faq.html                           | 19 ++++--------
 features.html                      | 19 ++++--------
 format.html                        | 47 +++++++++++++++---------------
 id.html                            | 19 ++++--------
 index.html                         | 19 ++++--------
 itunes.html                        | 19 ++++--------
 license.html                       | 21 +++++--------
 links.html                         | 19 ++++--------
 news.html                          | 19 ++++--------
 ogg_mapping.html                   | 19 ++++--------
 22 files changed, 174 insertions(+), 307 deletions(-)

diff --git a/changelog.html b/changelog.html
index c424cfa..480781d 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Copyright (c) 2004-2009  Josh Coalson -->
-<!-- Copyright (c) 2011-2016  Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -8,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -28,10 +28,13 @@
 <div class="navbar">
        &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
        &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
+       &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
+       &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
        &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
-       &nbsp;<a href="developers.html">developers</a>&nbsp;&nbsp;|
+       &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
        &nbsp;changelog&nbsp;&nbsp;|
-       &nbsp;<a href="http://xiph.org/flac";>more</a>
+       &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
+       &nbsp;<a href="developers.html">developers</a>&nbsp;
 </div>
 
 <div class="below_nav"></div>
@@ -330,7 +333,7 @@
                        <li>
                                General:
                                <ul>
-                                       <li>Move development to Xiph.org <a 
href="http://git.xiph.org/?p=flac.git;a=summary";>git repository</a>.</li>
+                                       <li>Move development to Xiph.org git 
repository.</li>
                                        <li>The <span class="argument"><a 
href="documentation_tools_flac.html#flac_options_sector_align">--sector-align</a></span>
 option of <span class="commandname">flac</span> has been deprecated and may 
not exist in future versions.  <a 
href="http://www.etree.org/shnutils/shntool/";>shntool</a> provides similar 
functionality.</li>
                                        <li>Support for the RF64 and Wave64 
formats in <span class="commandname">flac</span> (see below).</li>
                                        <li>Better handling of cuesheets with 
non-CD-DA sample rates.</li>
@@ -1544,16 +1547,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                               Copyright (c) 2004-2009  Josh Coalson
-                               <br/>
-                               Copyright (c) 2011-2016  Xiph.Org Foundation
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/comparison.html b/comparison.html
index 6ddf706..77780c0 100644
--- a/comparison.html
+++ b/comparison.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -465,17 +466,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/developers.html b/developers.html
index d4a5a58..d4f37f0 100644
--- a/developers.html
+++ b/developers.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -56,7 +57,7 @@
                        <li><a href="format.html">FLAC Format Specification</a> 
- The formal specification.</li>
                        <li><a href="ogg_mapping.html">Ogg FLAC Mapping</a> - 
How FLAC should be embedded in an Ogg container.</li>
                        <li><a href="id.html">ID Registration</a> - Register an 
ID if you need to write custom metadata.</li>
-                       <li><a 
href="https://git.xiph.org/?p=flac.git;a%3Dsummary";>Git access</a> - for 
checking out the source code.</li>
+                       <li><a href="https://gitlab.xiph.org/xiph/flac";>Git 
access</a> - for checking out the source code.</li>
                        <li><a href="http://sourceforge.net/p/flac/bugs/";>Bug 
Tracker</a> - to submit bug reports and patches</li>
                </ul>
        </div>
@@ -112,17 +113,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation.html b/documentation.html
index 3ae39ba..2a7a1e4 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -77,17 +78,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_bugs.html b/documentation_bugs.html
index 8884a4a..06f5617 100644
--- a/documentation_bugs.html
+++ b/documentation_bugs.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -44,7 +45,7 @@
        </div>
        <div class="box_header"></div>
        <div class="box_body">
-               The following are major known bugs in the current (1.3.1) 
release:
+               The following are major known bugs in the current (1.3.3) 
release:
                <ul>
                        <li>
                                When encoding to Ogg FLAC, the number of seek 
points is limited to 240.
@@ -71,17 +72,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_example_code.html b/documentation_example_code.html
index 81d2147..e6e3ebc 100644
--- a/documentation_example_code.html
+++ b/documentation_example_code.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -44,7 +45,7 @@
        </div>
        <div class="box_header"></div>
        <div class="box_body">
-               The FLAC source code has several small example programs that 
demonstrate how to use the libraries.  The source is available on the <a 
href="download.html">download page</a>, or can be <a 
href="https://git.xiph.org/?p=flac.git;a%3Dsummary";>checked out from git</a> or 
<a href="https://git.xiph.org/?p=flac.git;a=tree;f=examples";>browsed 
online</a>.  The examples complement the <a href="api/index.html">API 
documentation</a>.<br />
+               The FLAC source code has several small example programs that 
demonstrate how to use the libraries.  The source is available on the <a 
href="download.html">download page</a>, or can be <a 
href="https://gitlab.xiph.org/xiph/flac";>checked out from git</a>.  The 
examples complement the <a href="api/index.html">API documentation</a>.<br />
                <br />
                Currently the examples show how to encode WAV files to FLAC and 
vice-versa using both libFLAC and libFLAC++.  Over time we'll be adding more 
examples.
        </div>
@@ -53,17 +54,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_format_overview.html 
b/documentation_format_overview.html
index 56b61c4..35b640f 100644
--- a/documentation_format_overview.html
+++ b/documentation_format_overview.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -75,7 +76,7 @@
                <br />
                <b>MODELING</b><br />
                <br />
-               In the next stage, the encoder tries to approximate the signal 
with a function in such a way that when the approximation is subracted, the 
result (called the <i>residual</i>, <i>residue</i>, or <i>error</i>) requires 
fewer bits-per-sample to encode.  The function's parameters also have to be 
transmitted so they should not be so complex as to eat up the savings.  FLAC 
has two methods of forming approximations: 1) fitting a simple polynomial to 
the signal; and 2) general linear predictive coding (LPC).  I will not go into 
the details here, only some generalities that involve the encoding options.<br 
/>
+               In the next stage, the encoder tries to approximate the signal 
with a function in such a way that when the approximation is subtracted, the 
result (called the <i>residual</i>, <i>residue</i>, or <i>error</i>) requires 
fewer bits-per-sample to encode.  The function's parameters also have to be 
transmitted so they should not be so complex as to eat up the savings.  FLAC 
has two methods of forming approximations: 1) fitting a simple polynomial to 
the signal; and 2) general linear predictive coding (LPC).  I will not go into 
the details here, only some generalities that involve the encoding options.<br 
/>
                <br />
                First, fixed polynomial prediction (specified with <span 
class="argument">-l 0</span>) is much faster, but less accurate than LPC.  The 
higher the maximum LPC order, the slower, but more accurate, the model will be. 
 However, there are diminishing returns with increasing orders.  Also, at some 
point (usually around order 9) the part of the encoder that guesses what is the 
best order to use will start to get it wrong and the compression will actually 
decrease slightly; at that point you will have to you will have to use the 
exhaustive search option <span class="argument">-e</span> to overcome this, 
which is significantly slower.<br />
                <br />
@@ -102,17 +103,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_tasks.html b/documentation_tasks.html
index 64d9ab4..fd1af78 100644
--- a/documentation_tasks.html
+++ b/documentation_tasks.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -187,17 +188,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_tools.html b/documentation_tools.html
index 27f8228..96edc6c 100644
--- a/documentation_tools.html
+++ b/documentation_tools.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -63,17 +64,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_tools_flac.html b/documentation_tools_flac.html
index ef1c0bd..4521db4 100644
--- a/documentation_tools_flac.html
+++ b/documentation_tools_flac.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -540,7 +541,7 @@
                                        <span class="argument">-V</span>, <span 
class="argument">--verify</span>
                                </td>
                                <td>
-                                       Verify the encoding process.  With this 
option, <span class="commandname">flac</span> will create a parallel decoder 
that decodes the output of the encoder and compares the result against the 
original.  It will abort immediately with an error if a mismatch occurs.  <span 
class="argument">-V</span> increases the total encoding time but is guaranteed 
to catch any unforseen bug in the encoding process.
+                                       Verify the encoding process.  With this 
option, <span class="commandname">flac</span> will create a parallel decoder 
that decodes the output of the encoder and compares the result against the 
original.  It will abort immediately with an error if a mismatch occurs.  <span 
class="argument">-V</span> increases the total encoding time but is guaranteed 
to catch any unforeseen bug in the encoding process.
                                </td>
                        </tr>
                        <tr>
@@ -614,7 +615,7 @@
                                        <br />
                                        <span 
class="argument">DESCRIPTION</span> is optional; the default is an empty 
string.<br />
                                        <br />
-                                       The next part specfies the resolution 
and color information.  If the <span class="argument">MIME-TYPE</span> is 
<tt>image/jpeg</tt>, <tt>image/png</tt>, or <tt>image/gif</tt>, you can usually 
leave this empty and they can be detected from the file.  Otherwise, you must 
specify the width in pixels, height in pixels, and color depth in 
bits-per-pixel.  If the image has indexed colors you should also specify the 
number of colors used.  When manually specified, it is not checked against the 
file for accuracy.<br />
+                                       The next part specifies the resolution 
and color information.  If the <span class="argument">MIME-TYPE</span> is 
<tt>image/jpeg</tt>, <tt>image/png</tt>, or <tt>image/gif</tt>, you can usually 
leave this empty and they can be detected from the file.  Otherwise, you must 
specify the width in pixels, height in pixels, and color depth in 
bits-per-pixel.  If the image has indexed colors you should also specify the 
number of colors used.  When manually specified, it is not checked against the 
file for accuracy.<br />
                                        <br />
                                        <span class="argument">FILE</span> is 
the path to the picture file to be imported, or the URL if MIME type is 
--&gt;<br />
                                        <br />
@@ -1175,17 +1176,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/documentation_tools_metaflac.html 
b/documentation_tools_metaflac.html
index d79c415..6935656 100644
--- a/documentation_tools_metaflac.html
+++ b/documentation_tools_metaflac.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -237,7 +238,7 @@
                                        <span 
class="argument">--show-tag=NAME</span>
                                </td>
                                <td>
-                                       Show all tags where the the field name 
matches <span class="argument">NAME</span>.
+                                       Show all tags where the field name 
matches <span class="argument">NAME</span>.
                                </td>
                        </tr>
                        <tr>
@@ -348,6 +349,15 @@
                                        Calculates the title and album 
gains/peaks of the given FLAC files as if all the files were part of one album, 
then stores them as FLAC tags.  The tags are the same as those used by <span 
class="commandname">vorbisgain</span>.  Existing ReplayGain tags will be 
replaced.  If only one FLAC file is given, the album and title gains will be 
the same.  Since this operation requires two passes, it is always executed 
last, after all other operations have been completed and written to disk.  All 
FLAC files specified must have the same resolution, sample rate, and number of 
channels.  The sample rate must be one of 8, 11.025, 12, 16, 22.05, 24, 32, 
44.1, or 48 kHz.
                                </td>
                        </tr>
+                       <tr>
+                               <td nowrap="nowrap" align="right" valign="top" 
bgcolor="#F4F4CC">
+                                       <a 
name="metaflac_shorthand_add_replay_gain_scan" />
+                                       <span 
class="argument">--scan-replay-gain</span>
+                               </td>
+                               <td>
+                                       Like <span 
class="argument">--add-replay-gain</span>, but only analyzes the files rather 
than writing them to the tags.
+                               </td>
+                       </tr>
                        <tr>
                                <td nowrap="nowrap" align="right" valign="top" 
bgcolor="#F4F4CC">
                                        <a 
name="metaflac_shorthand_remove_replay_gain" />
@@ -500,6 +510,7 @@
                <br />
                <a href="#metaflac_shorthand_add_padding"><span 
class="argument">--add-padding</span></a><br />
                <a href="#metaflac_shorthand_add_replay_gain"><span 
class="argument">--add-replay-gain</span></a><br />
+               <a href="#metaflac_shorthand_scan_replay_gain"><span 
class="argument">--scan-replay-gain</span></a><br />
                <a href="#metaflac_shorthand_add_seekpoint"><span 
class="argument">--add-seekpoint</span></a><br />
                <a href="#metaflac_options_dont_use_padding"><span 
class="argument">--dont-use-padding</span></a><br />
                <a href="#metaflac_shorthand_export_cuesheet_to"><span 
class="argument">--export-cuesheet-to</span></a><br />
@@ -542,17 +553,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/download.html b/download.html
index 7de996f..e15dc18 100644
--- a/download.html
+++ b/download.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -161,17 +162,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/faq.html b/faq.html
index fc2e432..70823bd 100644
--- a/faq.html
+++ b/faq.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -376,17 +377,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/features.html b/features.html
index e9f79a5..b31b6f1 100644
--- a/features.html
+++ b/features.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -99,17 +100,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/format.html b/format.html
index 3c6059f..53b2156 100644
--- a/format.html
+++ b/format.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -177,7 +178,7 @@
                <br />
                <a name="definitions"><font 
size="+1"><b><u>Definitions</u></b></font></a><br />
                <br />
-               Many terms like "block" and "frame" are used to mean different 
things in differenct encoding schemes.  For example, a frame in MP3 corresponds 
to many samples across several channels, whereas an S/PDIF frame represents 
just one sample for each channel.  The definitions we use for FLAC follow.  
Note that when we talk about blocks and subblocks we are referring to the raw 
unencoded audio data that is the input to the encoder, and when we talk about 
frames and subframes, we are referring to the FLAC-encoded data.
+               Many terms like "block" and "frame" are used to mean different 
things in different encoding schemes.  For example, a frame in MP3 corresponds 
to many samples across several channels, whereas an S/PDIF frame represents 
just one sample for each channel.  The definitions we use for FLAC follow.  
Note that when we talk about blocks and subblocks we are referring to the raw 
unencoded audio data that is the input to the encoder, and when we talk about 
frames and subframes, we are referring to the FLAC-encoded data.
                <ul>
                        <li>
                                <b>Block</b>: One or more audio samples that 
span several channels.
@@ -243,7 +244,7 @@
                <br />
                FLAC currently defines two similar methods for the coding of 
the error signal from the prediction stage.  The error signal is coded using 
Rice codes in one of two ways: 1) the encoder estimates a single Rice parameter 
based on the variance of the residual and Rice codes the entire residual using 
this parameter; 2) the residual is partitioned into several equal-length 
regions of contiguous samples, and each region is coded with its own Rice 
parameter based on the region's mean.  (Note that the first method is a special 
case of the second method with one partition, except the Rice parameter is 
based on the residual variance instead of the mean.)<br />
                <br />
-               The FLAC format has reserved space for other coding methods.  
Some possiblities for volunteers would be to explore better context-modeling of 
the Rice parameter, or Huffman coding.  See <a 
href="http://www.hpl.hp.com/techreports/98/HPL-98-193.html";>LOCO-I</a> and <a 
href="http://www.cs.tut.fi/~albert/Dev/pucrunch/packing.html";>pucrunch</a> for 
descriptions of several universal codes.<br />
+               The FLAC format has reserved space for other coding methods.  
Some possibilities for volunteers would be to explore better context-modeling 
of the Rice parameter, or Huffman coding.  See <a 
href="http://www.hpl.hp.com/techreports/98/HPL-98-193.html";>LOCO-I</a> and <a 
href="http://www.cs.tut.fi/~albert/Dev/pucrunch/packing.html";>pucrunch</a> for 
descriptions of several universal codes.<br />
                <br />
                <a name="format_overview"><font 
size="+1"><b><u>Format</u></b></font></a><br />
                <br />
@@ -1269,7 +1270,7 @@
                                &lt;3&gt;
                        </td>
                        <td>
-                               Sample size in bits:<br />
+                               Sample size in bits: <a 
href="#frame_header_notes">[5]</a><br />
                                <ul>
                                <li>
                                        <tt>000</tt> : get from STREAMINFO 
metadata block
@@ -1369,6 +1370,11 @@
                                <li>
                                        The "UTF-8" coding used for the 
sample/frame number is the same variable length code used to store compressed 
UCS-2, extended to handle larger input.
                                </li>
+                               <li>
+                                       For subframes that encode a difference 
channel,
+                                       the sample size is one bit larger than 
the sample size of the frame,
+                                       in order to be able to encode the 
difference between extreme values.
+                               </li>
                                </ol>
                        </td>
                </tr>
@@ -1491,6 +1497,8 @@
                                        <tt>1</tt> : k wasted bits-per-sample 
in source subblock, k-1 follows, unary coded; e.g. k=3 =&gt; 001 follows, k=7 
=&gt; 0000001 follows.
                                </li>
                                </ul>
+                               The size of the samples stored in the subframe 
is the subframe sample size reduced by k bits.
+                               Decoded samples must be shifted left by k bits.
                        </td>
                </tr>
        </table>
@@ -1580,7 +1588,8 @@
                                &lt;5&gt;
                        </td>
                        <td>
-                               Quantized linear predictor coefficient shift 
needed in bits (NOTE: this number is signed two's-complement).
+                               Quantized linear predictor coefficient shift 
needed in bits (NOTE: this number is signed two's-complement;
+                               but, due to implementation details, must be 
non-negative).
                        </td>
                </tr>
                <tr>
@@ -1731,13 +1740,13 @@
                                Encoded residual.  The number of samples (n) in 
the partition is determined as follows:<br />
                                <ul>
                                <li>
-                                       if the partition order is zero, n = 
frame's blocksize - predictor order
+                                       partition size = (frame's blocksize / 
(2^partition order))
                                </li>
                                <li>
-                                       else if this is not the first partition 
of the subframe, n = (frame's blocksize / (2^partition order))
+                                       for first partition of the subframe, n 
= partition size - predictor
                                </li>
                                <li>
-                                       else n = (frame's blocksize / 
(2^partition order)) - predictor order
+                                       for remaining partitions, n = partition 
size
                                </li>
                                </ul>
                        </td>
@@ -1810,13 +1819,13 @@
                                Encoded residual.  The number of samples (n) in 
the partition is determined as follows:<br />
                                <ul>
                                <li>
-                                       if the partition order is zero, n = 
frame's blocksize - predictor order
+                                       partition size = (frame's blocksize / 
(2^partition order))
                                </li>
                                <li>
-                                       else if this is not the first partition 
of the subframe, n = (frame's blocksize / (2^partition order))
+                                       for first partition of the subframe, n 
= partition size - predictor
                                </li>
                                <li>
-                                       else n = (frame's blocksize / 
(2^partition order)) - predictor order
+                                       for remaining partitions, n = partition 
size
                                </li>
                                </ul>
                        </td>
@@ -1827,17 +1836,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/id.html b/id.html
index 691e5af..0e740c6 100644
--- a/id.html
+++ b/id.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -275,17 +276,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/index.html b/index.html
index 3250876..e17a58e 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -143,17 +144,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/itunes.html b/itunes.html
index 2752036..5485173 100644
--- a/itunes.html
+++ b/itunes.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -59,17 +60,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/license.html b/license.html
index 2bf59aa..fd96e23 100644
--- a/license.html
+++ b/license.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!--  Copyright (c) 2004-2009  Josh Coalson, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -50,7 +51,7 @@
                <br />
                The FLAC project also makes available software that implements 
the formats, which is distributed according to <a 
href="http://opensource.org/docs/definition.php";>Open Source</a> licenses as 
follows:<br />
                <br />
-               The reference implementation libraries are licensed under the 
New <!-- <a href="http://www.xiph.org/licenses/bsd/";> --><a 
href="https://git.xiph.org/?p=flac.git;a=blob_plain;f=COPYING.Xiph";>BSD 
License</a>.  In simple terms, these libraries may be used by any application, 
Open or proprietary, linked or incorporated in whole, so long as 
acknowledgement is made to Xiph.org Foundation when using the source code in 
whole or in derived works.  The Xiph License is free enough that the libraries 
have been used in commercial products to implement FLAC, including in the 
firmware of hardware devices where other Open Source licenses can be 
problematic.  In the source code these libraries are called <span 
class="commandname">libFLAC</span> and <span 
class="commandname">libFLAC++</span>.<br />
+               The reference implementation libraries are licensed under the 
New <a href="https://gitlab.xiph.org/xiph/flac/-/blob/master/COPYING.Xiph";>BSD 
License</a>.  In simple terms, these libraries may be used by any application, 
Open or proprietary, linked or incorporated in whole, so long as 
acknowledgement is made to Xiph.org Foundation when using the source code in 
whole or in derived works.  The Xiph License is free enough that the libraries 
have been used in commercial products to implement FLAC, including in the 
firmware of hardware devices where other Open Source licenses can be 
problematic.  In the source code these libraries are called <span 
class="commandname">libFLAC</span> and <span 
class="commandname">libFLAC++</span>.<br />
                <br />
                The rest of the software that the FLAC project provides is 
licensed under the <a href="http://www.gnu.org/licenses/licenses.html#GPL";>GNU 
General Public License</a> (GPL).  This software includes various utilities for 
converting files to and from FLAC format, plugins for audio players, et cetera. 
 In general, the GPL allows redistribution as long as derived works are also 
made available in source code form according to compatible terms.<br />
                <br />
@@ -65,17 +66,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2004-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/links.html b/links.html
index d11a94e..2573c4e 100644
--- a/links.html
+++ b/links.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!--  Copyright (c) 2004-2009  Josh Coalson, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -440,17 +441,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2004-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/news.html b/news.html
index 671093e..37818ab 100644
--- a/news.html
+++ b/news.html
@@ -1,5 +1,6 @@
 <!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, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -87,17 +88,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2000-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
diff --git a/ogg_mapping.html b/ogg_mapping.html
index 21e1a3f..357f075 100644
--- a/ogg_mapping.html
+++ b/ogg_mapping.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!--  Copyright (c) 2004-2009  Josh Coalson, 2011-2014 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009  Josh Coalson -->
+<!-- Copyright (c) 2011-2020  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; -->
@@ -7,7 +8,7 @@
 <!-- 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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <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"
 />
@@ -110,17 +111,9 @@
 
 
 <div class="copyright">
-       <!-- @@@ oh so hacky -->
-       <table>
-               <tr>
-                       <td align="left">
-                                Copyright (c) 2004-2009  Josh Coalson, 
2011-2014 Xiph.Org Foundation
-                       </td>
-                       <td width="1%" align="right">
-                               <a 
href="http://validator.w3.org/check?uri=referer";><img 
src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" 
border="0" hspace="0" /></a>
-                       </td>
-               </tr>
-       </table>
+               Copyright (c) 2000-2009  Josh Coalson
+               <br/>
+               Copyright (c) 2011-2020  Xiph.Org Foundation
 </div>
 
 </body>
-- 
2.20.1

_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to