...
diff --git a/index.html b/index.html
index 2f8c6fa..8abd7a3 100644
--- a/index.html
+++ b/index.html
@@ -72,7 +72,7 @@
 
 <p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
 
-<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>.</p>
+<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="http://legacy.imagemagick.org/">http://legacy.imagemagick.org</a>.</p>
 
 <h2 class="magick-header"><a id="features"></a>Features and Capabilities</h2>
 <p>Here are just a few <a href="www/examples.html">examples</a> of what ImageMagick can do for you:</p>
@@ -108,7 +108,7 @@
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
-    <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
+    <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25476">Hough lines</a>.</td>
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
@@ -176,7 +176,7 @@
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Noise and color reduction</a></td>
-    <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
+    <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25504">mean-shift</a>.</td>
   </tr>
   <tr>
     <td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
@@ -239,4 +239,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:12 -->
\ No newline at end of file
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 2a4cc40..5dd943a 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -130,4 +130,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/Magick++/Install.html b/www/Magick++/Install.html
index 79ff2e7..7370e0e 100644
--- a/www/Magick++/Install.html
+++ b/www/Magick++/Install.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Magick++ API: Install Magick++</title>
-<link rel="stylesheet" href="magick.css" type="text/css" />
+<link rel="stylesheet" href="http://nextgen.imagemagick.org/Magick++/magick.css" type="text/css" />
 </head>
 <body>
 <div class="doc-section">
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 742b6a0..cd43657 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -637,4 +637,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index 8c62abd..cf6f99c 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -268,7 +268,7 @@
 
 <p>You can run ImageMagick command line utilities directly from the <code>VisualMagick\bin</code> folder, however, in most cases you may want the convenience of an installer script.  ImageMagick provides <a href="http://www.jrsoftware.org">Inno Setup</a> scripts for this purpose.  Note, you must define MAGICKCORE_INSTALLED_SUPPORT at <a href="advanced-windows-installation.html#configure">configure</a> time to utilize the installer scripts.</p>
 
-<p>To get started building a self-installing ImageMagick executable, go to <code>VisualMagick\installer</code> folder and click on a script that matches your build environment.  Press F9 to build and install ImageMagick.  The default location is <code>C:Program Files\ImageMagick-6.?.?\Q?</code>.  The exact folder name depends on the ImageMagick version and quantum depth.  Once installed, ImageMagick command line utilities and libraries are available to the MS Command Prompt, web scripts, or to meet your development needs.</p>
+<p>To get started building a self-installing ImageMagick executable, go to <code>VisualMagick\installer</code> folder and click on a script that matches your build environment.  Press F9 to build and install ImageMagick.  The default location is <code>C:Program Files\ImageMagick-7.?.?\Q?</code>.  The exact folder name depends on the ImageMagick version and quantum depth.  Once installed, ImageMagick command line utilities and libraries are available to the MS Command Prompt, web scripts, or to meet your development needs.</p>
 
 
 <h2 class="magick-header"><a id="binary"></a>Create a Self-Installing Binary Distribution</h2>
@@ -369,7 +369,7 @@
 
 <h2 class="magick-header"><a id="project"></a>Building Your Custom Project</h2>
 
-<p>The Windows <a href="https://www.imagemagick.org/script/binary-releases.html#windows">binary</a> distribution includes a number of demo projects that you can use as a template for your own custom project.  For example, start with the Button project, generally located in the <code>c:/Program Files/ImageMagick-6.5.5-0/Magick++_demos</code> folder.  If not, be sure to select <code>Configuration Properties->C/C++->Preprocessor</code> and set these definitions:</p>
+<p>The Windows <a href="https://www.imagemagick.org/script/binary-releases.html#windows">binary</a> distribution includes a number of demo projects that you can use as a template for your own custom project.  For example, start with the Button project, generally located in the <code>c:/Program Files/ImageMagick-7.5.5-0/Magick++_demos</code> folder.  If not, be sure to select <code>Configuration Properties->C/C++->Preprocessor</code> and set these definitions:</p>
 
 <pre>
 NDEBUG
@@ -401,3 +401,4 @@
 </div>
 </body>
 </html>
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/animate.html b/www/animate.html
index 31558bd..700aff9 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -532,4 +532,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:37 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/api.html b/www/api.html
index 9620570..6e5bd77 100644
--- a/www/api.html
+++ b/www/api.html
@@ -90,7 +90,7 @@
 
   <dt><a id="julia"></a>Julia</dt>
 
-<dd><a href="https://github.com/JuliaIO/ImageMagick.jl">JuliaIO</a> rovides an object-oriented Julia interface to ImageMagick.</dd>
+<dd><a href="https://github.com/JuliaIO/ImageMagick.jl">JuliaIO</a> provides an object-oriented Julia interface to ImageMagick.</dd>
 
   <dt><a id="labview"></a>LabVIEW</dt>
 
@@ -184,4 +184,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:34 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/api/morphology.html b/www/api/morphology.html
index f1b30ef..2a85c3f 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -57,7 +57,7 @@
 </div>
 <div class="container">
 <div class="magick-header">
-<p class="text-center"><a href="morphology.html#AcquireKernelInfo">AcquireKernelInfo</a> &#8226; <a href="morphology.html#AcquireKernelBuiltIn">AcquireKernelBuiltIn</a> &#8226; <a href="morphology.html#CloneKernelInfo">CloneKernelInfo</a> &#8226; <a href="morphology.html#DestroyKernelInfo">DestroyKernelInfo</a> &#8226; <a href="morphology.html#MorphologyApply">MorphologyApply</a> &#8226; <a href="morphology.html#This is almost identical to the MorphologyPrimative">This is almost identical to the MorphologyPrimative</a> &#8226; <a href="morphology.html#MorphologyImage">MorphologyImage</a> &#8226; <a href="morphology.html#ScaleGeometryKernelInfo">ScaleGeometryKernelInfo</a> &#8226; <a href="morphology.html#ScaleKernelInfo">ScaleKernelInfo</a> &#8226; <a href="morphology.html#ShowKernelInfo">ShowKernelInfo</a> &#8226; <a href="morphology.html#UnityAddKernelInfo">UnityAddKernelInfo</a> &#8226; <a href="morphology.html#ZeroKernelNans">ZeroKernelNans</a></p>
+<p class="text-center"><a href="morphology.html#AcquireKernelInfo">AcquireKernelInfo</a> &#8226; <a href="morphology.html#CloneKernelInfo">CloneKernelInfo</a> &#8226; <a href="morphology.html#DestroyKernelInfo">DestroyKernelInfo</a> &#8226; <a href="morphology.html#MorphologyApply">MorphologyApply</a> &#8226; <a href="morphology.html#This is almost identical to the MorphologyPrimative">This is almost identical to the MorphologyPrimative</a> &#8226; <a href="morphology.html#MorphologyImage">MorphologyImage</a> &#8226; <a href="morphology.html#ScaleGeometryKernelInfo">ScaleGeometryKernelInfo</a> &#8226; <a href="morphology.html#ScaleKernelInfo">ScaleKernelInfo</a> &#8226; <a href="morphology.html#ShowKernelInfo">ShowKernelInfo</a> &#8226; <a href="morphology.html#UnityAddKernelInfo">UnityAddKernelInfo</a> &#8226; <a href="morphology.html#ZeroKernelNans">ZeroKernelNans</a></p>
 
 <h2><a href="http://www.imagemagick.org/api/MagickCore/morphology_8c.html" id="AcquireKernelInfo">AcquireKernelInfo</a></h2>
 
@@ -69,7 +69,7 @@
 
 <p>The floating point values in the kernel can also include a special value known as 'nan' or 'not a number' to indicate that this value is not part of the kernel array. This allows you to shaped the kernel within its rectangular area. That is 'nan' values provide a 'mask' for the kernel shape.  However at least one non-nan value must be provided for correct working of a kernel.</p>
 
-<p>The returned kernel should be freed using the DestroyKernelInfo() when you are finished with it.  Do not free this memory yourself.</p>
+<p>The returned kernel should be freed using the DestroyKernelInfo method when you are finished with it.  Do not free this memory yourself.</p>
 
 <p>Input kernel defintion strings can consist of any of three types.</p>
 
@@ -107,179 +107,6 @@
 
 <dd>  </dd>
 </dl>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/morphology_8c.html" id="AcquireKernelBuiltIn">AcquireKernelBuiltIn</a></h2>
-
-<p>AcquireKernelBuiltIn() returned one of the 'named' built-in types of kernels used for special purposes such as gaussian blurring, skeleton pruning, and edge distance determination.</p>
-
-<p>They take a KernelType, and a set of geometry style arguments, which were typically decoded from a user supplied string, or from a more complex Morphology Method that was requested.</p>
-
-<p>The format of the AcquireKernalBuiltIn method is:</p>
-
-<pre class="text">
-KernelInfo *AcquireKernelBuiltIn(const KernelInfoType type,
-     const GeometryInfo args)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<dd>
-</dd>
-
-<dd> </dd>
-<dl class="dl-horizontal">
-<dt>type</dt>
-<dd>the pre-defined type of kernel wanted </dd>
-
-<dd> </dd>
-<dt>args</dt>
-<dd>arguments defining or modifying the kernel </dd>
-
-<dd> Convolution Kernels </dd>
-
-<dd> Unity The a No-Op or Scaling single element kernel. </dd>
-
-<dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required.  The resulting kernel is normalized, </dd>
-
-<dd> If 'sigma' is zero, you get a single pixel on a field of zeros. </dd>
-
-<dd> NOTE: that the 'radius' is optional, but if provided can limit (clip) the final size of the resulting kernel to a square 2*radius+1 in size. The radius should be at least 2 times that of the sigma value, or sever clipping and aliasing may result.  If not given or set to 0 the radius will be determined so as to produce the best minimal error result, which is usally much larger than is normally needed. </dd>
-
-<dd> LoG:{radius},{sigma} "Laplacian of a Gaussian" or "Mexician Hat" Kernel. The supposed ideal edge detection, zero-summing kernel. </dd>
-
-<dd> An alturnative to this kernel is to use a "DoG" with a sigma ratio of approx 1.6 (according to wikipedia). </dd>
-
-<dd> DoG:{radius},{sigma1},{sigma2} "Difference of Gaussians" Kernel. As "Gaussian" but with a gaussian produced by 'sigma2' subtracted from the gaussian produced by 'sigma1'. Typically sigma2 &gt; sigma1. The result is a zero-summing kernel. </dd>
-
-<dd> Blur:{radius},{sigma}[,{angle}] Generates a 1 dimensional or linear gaussian blur, at the angle given (current restricted to orthogonal angles).  If a 'radius' is given the kernel is clipped to a width of 2*radius+1.  Kernel can be rotated by a 90 degree angle. </dd>
-
-<dd> If 'sigma' is zero, you get a single pixel on a field of zeros. </dd>
-
-<dd> Note that two convolutions with two "Blur" kernels perpendicular to each other, is equivalent to a far larger "Gaussian" kernel with the same sigma value, However it is much faster to apply. This is how the "-blur" operator actually works. </dd>
-
-<dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail.  The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
-
-<dd> Note that the first argument is the width of the kernel and not the radius of the kernel. </dd>
-
-<dd> Binomial:[{radius}] Generate a discrete kernel using a 2 dimentional Pascel's Triangle of values. Used for special forma of image filters. </dd>
-
-<dd> # Still to be implemented... # # Filter2D # Filter1D #    Set kernel values using a resize filter, and given scale (sigma) #    Cylindrical or Linear.   Is this possible with an image? # </dd>
-
-<dd> Named Constant Convolution Kernels </dd>
-
-<dd> All these are unscaled, zero-summing kernels by default. As such for non-HDRI version of ImageMagick some form of normalization, user scaling, and biasing the results is recommended, to prevent the resulting image being 'clipped'. </dd>
-
-<dd> The 3x3 kernels (most of these) can be circularly rotated in multiples of 45 degrees to generate the 8 angled varients of each of the kernels. </dd>
-
-<dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 :  3x3 with center:8 surounded by -1  (8 neighbourhood) Type 1 :  3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 :  3x3 with center:4 edge:1 corner:-2 Type 3 :  3x3 with center:4 edge:-2 corner:1 Type 5 :  5x5 laplacian Type 7 :  7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd>
-
-<dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
-
-<dd> Roberts:{angle} Roberts convolution kernel (3x3) |  0, 0, 0 | | -1, 1, 0 | |  0, 0, 0 | </dd>
-
-<dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
-
-<dd> Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 | </dd>
-
-<dd> Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 | </dd>
-
-<dd> FreiChen:{angle} Frei-Chen Edge Detector is based on a kernel that is similar to the Sobel Kernel, but is designed to be isotropic. That is it takes into account the distance of the diagonal in the kernel. </dd>
-
-<dd> |   1,     0,   -1     | | sqrt(2), 0, -sqrt(2) | |   1,     0,   -1     | </dd>
-
-<dd> FreiChen:{type},{angle} </dd>
-
-<dd> Frei-Chen Pre-weighted kernels... </dd>
-
-<dd> Type 0:  default un-nomalized version shown above. </dd>
-
-<dd> Type 1: Orthogonal Kernel (same as type 11 below) |   1,     0,   -1     | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) |   1,     0,   -1     | </dd>
-
-<dd> Type 2: Diagonal form of Kernel... |   1,     sqrt(2),    0     | | sqrt(2),   0,     -sqrt(2) | / 2*sqrt(2) |   0,    -sqrt(2)    -1     | </dd>
-
-<dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel.  These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction.  The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined. </dd>
-
-<dd> Type 10: All 9 of the following pre-weighted kernels... </dd>
-
-<dd> Type 11: |   1,     0,   -1     | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) |   1,     0,   -1     | </dd>
-
-<dd> Type 12: | 1, sqrt(2), 1 | | 0,   0,     0 | / 2*sqrt(2) | 1, sqrt(2), 1 | </dd>
-
-<dd> Type 13: | sqrt(2), -1,    0     | |  -1,      0,    1     | / 2*sqrt(2) |   0,      1, -sqrt(2) | </dd>
-
-<dd> Type 14: |    0,     1, -sqrt(2) | |   -1,     0,     1    | / 2*sqrt(2) | sqrt(2), -1,     0    | </dd>
-
-<dd> Type 15: | 0, -1, 0 | | 1,  0, 1 | / 2 | 0, -1, 0 | </dd>
-
-<dd> Type 16: |  1, 0, -1 | |  0, 0,  0 | / 2 | -1, 0,  1 | </dd>
-
-<dd> Type 17: |  1, -2,  1 | | -2,  4, -2 | / 6 | -1, -2,  1 | </dd>
-
-<dd> Type 18: | -2, 1, -2 | |  1, 4,  1 | / 6 | -2, 1, -2 | </dd>
-
-<dd> Type 19: | 1, 1, 1 | | 1, 1, 1 | / 3 | 1, 1, 1 | </dd>
-
-<dd> The first 4 are for edge detection, the next 4 are for line detection and the last is to add a average component to the results. </dd>
-
-<dd> Using a special type of '-1' will return all 9 pre-weighted kernels as a multi-kernel list, so that you can use them directly (without normalization) with the special "-set option:morphology:compose Plus" setting to apply the full FreiChen Edge Detection Technique. </dd>
-
-<dd> If 'type' is large it will be taken to be an actual rotation angle for the default FreiChen (type 0) kernel.  As such  FreiChen:45  will look like a  Sobel:45  but with 'sqrt(2)' instead of '2' values. </dd>
-
-<dd> WARNING: The above was layed out as per http://www.math.tau.ac.il/~turkel/notes/edge_detectors.pdf But rotated 90 degrees so direction is from left rather than the top. I have yet to find any secondary confirmation of the above. The only other source found was actual source code at http://ltswww.epfl.ch/~courstiv/exos_labos/sol3.pdf Neigher paper defineds the kernels in a way that looks locical or correct when taken as a whole. </dd>
-
-<dd> Boolean Kernels </dd>
-
-<dd> Diamond:[{radius}[,{scale}]] Generate a diamond shaped kernel with given radius to the points. Kernel size will again be radius*2+1 square and defaults to radius 1, generating a 3x3 kernel that is slightly larger than a square. </dd>
-
-<dd> Square:[{radius}[,{scale}]] Generate a square shaped kernel of size radius*2+1, and defaulting to a 3x3 (radius 1). </dd>
-
-<dd> Octagon:[{radius}[,{scale}]] Generate octagonal shaped kernel of given radius and constant scale. Default radius is 3 producing a 7x7 kernel. A radius of 1 will result in "Diamond" kernel. </dd>
-
-<dd> Disk:[{radius}[,{scale}]] Generate a binary disk, thresholded at the radius given, the radius may be a float-point value. Final Kernel size is floor(radius)*2+1 square. A radius of 5.3 is the default. </dd>
-
-<dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii.  Here is a table of equivalences... "Disk:1"    =&gt; "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5"  =&gt; "Square" "Disk:2"    =&gt; "Diamond:2" "Disk:2.5"  =&gt; "Octagon" "Disk:2.9"  =&gt; "Square:2" "Disk:3.5"  =&gt; "Octagon:3" "Disk:4.5"  =&gt; "Octagon:4" "Disk:5.4"  =&gt; "Octagon:5" "Disk:6.4"  =&gt; "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd>
-
-<dd> Rectangle:{geometry} Simply generate a rectangle of 1's with the size given. You can also specify the location of the 'control point', otherwise the closest pixel to the center of the rectangle is selected. </dd>
-
-<dd> Properly centered and odd sized rectangles work the best. </dd>
-
-<dd> Symbol Dilation Kernels </dd>
-
-<dd> These kernel is not a good general morphological kernel, but is used more for highlighting and marking any single pixels in an image using, a "Dilate" method as appropriate. </dd>
-
-<dd> For the same reasons iterating these kernels does not produce the same result as using a larger radius for the symbol. </dd>
-
-<dd> Plus:[{radius}[,{scale}]] Cross:[{radius}[,{scale}]] Generate a kernel in the shape of a 'plus' or a 'cross' with a each arm the length of the given radius (default 2). </dd>
-
-<dd> NOTE: "plus:1" is equivalent to a "Diamond" kernel. </dd>
-
-<dd> Ring:{radius1},{radius2}[,{scale}] A ring of the values given that falls between the two radii. Defaults to a ring of approximataly 3 radius in a 7x7 kernel. This is the 'edge' pixels of the default "Disk" kernel, More specifically, "Ring" -&gt; "Ring:2.5,3.5,1.0" </dd>
-
-<dd> Hit and Miss Kernels </dd>
-
-<dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
-
-<dd> Distance Measuring Kernels </dd>
-
-<dd> Different types of distance measuring methods, which are used with the a 'Distance' morphology method for generating a gradient based on distance from an edge of a binary shape, though there is a technique for handling a anti-aliased shape. </dd>
-
-<dd> See the 'Distance' Morphological Method, for information of how it is applied. </dd>
-
-<dd> Chebyshev:[{radius}][x{scale}[!]] Chebyshev Distance (also known as Tchebychev or Chessboard distance) is a value of one to any neighbour, orthogonal or diagonal. One why of thinking of it is the number of squares a 'King' or 'Queen' in chess needs to traverse reach any other position on a chess board. It results in a 'square' like distance function, but one where diagonals are given a value that is closer than expected. </dd>
-
-<dd> Manhattan:[{radius}][x{scale}[!]] Manhattan Distance (also known as Rectilinear, City Block, or the Taxi Cab distance metric), it is the distance needed when you can only travel in horizontal or vertical directions only.  It is the distance a 'Rook' in chess would have to travel, and results in a diamond like distances, where diagonals are further than expected. </dd>
-
-<dd> Octagonal:[{radius}][x{scale}[!]] An interleving of Manhatten and Chebyshev metrics producing an increasing octagonally shaped distance.  Distances matches those of the "Octagon" shaped kernel of the same radius.  The minimum radius and default is 2, producing a 5x5 kernel. </dd>
-
-<dd> Euclidean:[{radius}][x{scale}[!]] Euclidean distance is the 'direct' or 'as the crow flys' distance. However by default the kernel size only has a radius of 1, which limits the distance to 'Knight' like moves, with only orthogonal and diagonal measurements being correct.  As such for the default kernel you will get octagonal like distance function. </dd>
-
-<dd> However using a larger radius such as "Euclidean:4" you will get a much smoother distance gradient from the edge of the shape. Especially if the image is pre-processed to include any anti-aliasing pixels. Of course a larger kernel is slower to use, and not always needed. </dd>
-
-<dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information.  However you also need some scaling when handling non-binary anti-aliased shapes. </dd>
-
-<dd> The "Euclidean" Distance Kernel however does generate a non-integer fractional results, and as such scaling is vital even for binary shapes. </dd>
-
-<dd>  </dd>
-</dl>
 <h2><a href="http://www.imagemagick.org/api/MagickCore/morphology_8c.html" id="CloneKernelInfo">CloneKernelInfo</a></h2>
 
 <p>CloneKernelInfo() creates a new clone of the given Kernel List so that its can be modified without effecting the original.  The cloned kernel should be destroyed using DestoryKernelInfo() when no longer needed.</p>
diff --git a/www/architecture.html b/www/architecture.html
index d60fd7e..739fbe9 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/architecture.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/architecture.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -135,7 +135,7 @@
 
 <p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to 8-bit gray image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have with the <a href="command-line-options.html#version">&#x2011;version</a> option: </p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.3-8 2016-11-10 Q16 https://www.imagemagick.org</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.3-8 2016-11-25 Q16 https://www.imagemagick.org</span></pre>
 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
 
 <h3><a id="authentic-pixels"></a>Access the Pixel Cache</h3>
@@ -757,7 +757,7 @@
   destination[index].w=ClampToQuantum(sum.w);
 };</pre>
 
-<p>See <a href="https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-6/magick/accelerate.c">magick/accelerate.c</a> for a complete implementation of image convolution with an OpenCL kernel.</p>
+<p>See <a href="https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-7/magick/accelerate.c">magick/accelerate.c</a> for a complete implementation of image convolution with an OpenCL kernel.</p>
 
 <p>Note, that under Windows, you might have an issue with TDR (Timeout Detection and Recovery of GPUs). Its purpose is to detect runaway tasks hanging the GPU by using an execution time threshold.  For some older low-end GPUs running the OpenCL filters in ImageMagick, longer execution times might trigger the TDR mechanism and pre-empt the GPU image filter.  When this happens, ImageMagick automatically falls back to the CPU code path and returns the expected results.  To avoid pre-emption, increase the <a href="http://msdn.microsoft.com/en-us/library/windows/hardware/gg487368.aspx">TdrDelay</a> registry key.</p>
 
@@ -1423,4 +1423,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/binary-releases.html b/www/binary-releases.html
index a1debd2..2060ae5 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -83,6 +83,13 @@
   </tr>
 
   <tr>
+      <td>ImageMagick-libs7.0.3-8.x86_64.rpm</td>
+      <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs7.0.3-8.x86_64.rpm">download</a></td>
+    <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs7.0.3-8.x86_64.rpm">download</a></td>
+    <td>Redhat / CentOS 7.1 x86_64 RPM</td>
+  </tr>
+
+  <tr>
     <td>ImageMagick RPM's</td>
     <td><a href="https://www.imagemagick.org/download/linux/CentOS">download</a></td>
     <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS">download</a></td>
@@ -115,7 +122,8 @@
 
 <p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p>
 
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.3-8.x86_64.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.3-8.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs7.0.3-8.x86_64.rpm</span></pre>
 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
 
 <pre>
@@ -456,4 +464,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/changelog.html b/www/changelog.html
index 7a59992..68b277c 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -56,11 +56,19 @@
   </div>
 </div>
 <div class="container">
-<div class="magick-header"><dl><dt>2016-11-18  7.0.3-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+<div class="magick-header"><dl><dt>2016-11-26  7.0.3-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Support the compare -read-mask option.</li>
+<dt>2016-11-15  7.0.3-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <li> Release ImageMagick version 7.0.3-8, GIT revision 19067:5aceded:20161125.</li>
+<dt>2016-11-18  7.0.3-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> Support the phash:colorspaces and phash:normalize options.</li>
   <li> If a convenient line break is not found, force it for caption: (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=30887).</li>
   <li> Set alpha member of draw structure to OpaqueAlpha (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=30894).</li>
   <li> Off by 1 error when computing the standard deviation (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=2&amp;t=30866).</li>
+  <li> Apply Debian patches, (reference    https://github.com/ImageMagick/ImageMagick/issues/304).</li>
+  <li> Permit EPT images with just a TIFF or EPS image, not both (reference    https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&amp;t=30921).</li>
+  <li> The -clone option no longer leaks memory.</li>
+  <li> Render to clip mask rather than image for clip-path MVG graphics primitive.</li>
 <dt>2016-11-15  7.0.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <li> Release ImageMagick version 7.0.3-7, GIT revision 19024:87aca83:20161115.</li>
 <dt>2016-11-10  7.0.3-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
@@ -261,4 +269,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/cipher.html b/www/cipher.html
index 9ca67a6..e90c978 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -140,4 +140,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/color-management.html b/www/color-management.html
index b1a87d0..bde41b4 100644
--- a/www/color-management.html
+++ b/www/color-management.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/color-management.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/color-management.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -150,4 +150,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/color.html b/www/color.html
index 96007bf..41827e9 100644
--- a/www/color.html
+++ b/www/color.html
@@ -4951,4 +4951,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:33 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 9894246..f81a34a 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="command-line-options.html?"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/command-line-options.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -1919,9 +1919,10 @@
     <td>h:format=<var>value</var></td>
      <td>Set the image encoding format use when writing a C-style header.
          <var>format</var> can be any output format supported by ImageMagick
-         except for <var>h</var> and <var>magick</var></td>.  If this
+         except for <var>h</var> and <var>magick</var>.  If this
          option is omitted, the default is <var>GIF</var> for PseudoClass
          images and <var>PNM</var> for DirectClass images.
+    </td>
   </tr>
 
   <tr>
@@ -2049,7 +2050,7 @@
   <tr>
     <td>magick:format=<var>value</var></td>
      <td>Set the image encoding format use when writing a C-style header.
-         This is the same as "h:format=format" described above.</td>. 
+         This is the same as "h:format=format" described above.</td>
   </tr>
 
   <tr>
@@ -2073,6 +2074,7 @@
 
   <tr>
     <td>pcl:fit-to-page=<var>true</var></td>
+  </tr>
 
   <tr>
     <td>pdf:fit-page=<var>geometry</var></td>
@@ -2819,7 +2821,7 @@
        Arc the image (variation of polar mapping) over the angle given around
        a circle.
 
-       <p><dl class="dl-horizontal">
+       <dl class="dl-horizontal">
        <dt>arc_angle</dt>
            <dd>The angle over which to arc the image side-to-side</dd>
        <dt>rotate_angle</dt>
@@ -2828,7 +2830,7 @@
            <dd>Set top edge of source image at this radius</dd>
        <dt>bottom_radius </dt>
            <dd>Set bottom edge to this radius (radial scaling)</dd>
-       </dl></p>
+       </dl>
 
        The resulting image is always resized to best fit the resulting image,
        (as if using <a href="command-line-options.html#distort" >+distort</a>) while attempting to
@@ -3892,6 +3894,8 @@
 
   <tr>
     <td>-define filter:b=<var>b-spline_factor</var></td>
+  </tr>
+
   <tr>
     <td>-define filter:c=<var>keys_alpha_factor</var></td>
     <td>Redefine the values used for cubic filters such as <code>Cubic</code>,
@@ -4313,7 +4317,6 @@
 <var>range</var>/π * atan( <var>slope</var>*π * ( <b><var>u</var></b> - <var>center</var> ) ) + <var>bias</var>
 </pre>
   </dd>
-  </tr>
 </dl>
 
 
@@ -8031,4 +8034,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index fbcdd35..a76381b 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -685,4 +685,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:12 -->
\ No newline at end of file
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 374d605..a3b006e 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/command-line-tools.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/command-line-tools.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -100,4 +100,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:12 -->
\ No newline at end of file
diff --git a/www/compare.html b/www/compare.html
index a897fd5..6e365de 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -259,6 +259,11 @@
   </tr>
 
   <tr>
+    <td><a href="command-line-options.html#read-mask">-read-mask <var>filename</var></a></td>
+    <td>associate a read mask with the image</td>
+  </tr>
+
+  <tr>
     <td><a href="command-line-options.html#regard-warnings">-regard-warnings</a></td>
     <td>pay attention to warning messages.</td>
   </tr>
@@ -350,4 +355,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/compose.html b/www/compose.html
index 469e9c1..a49e8d1 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -644,3 +644,4 @@
 </div>
 </body>
 </html>
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/composite.html b/www/composite.html
index 53c0ce9..4b5ef5c 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/composite.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/composite.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -526,4 +526,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/conjure.html b/www/conjure.html
index c069005..2516e59 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -1138,4 +1138,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/connected-components.html b/www/connected-components.html
index 8cf74b8..f1e784f 100644
--- a/www/connected-components.html
+++ b/www/connected-components.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/connected-components.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/connected-components.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -121,4 +121,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/convert.html b/www/convert.html
index df3a529..ce0d964 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -1322,4 +1322,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/display.html b/www/display.html
index 6b650e6..2ee81dc 100644
--- a/www/display.html
+++ b/www/display.html
@@ -569,4 +569,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/distribute-pixel-cache.html b/www/distribute-pixel-cache.html
index 3b22a67..8046168 100644
--- a/www/distribute-pixel-cache.html
+++ b/www/distribute-pixel-cache.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/distribute-pixel-cache.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/distribute-pixel-cache.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -89,4 +89,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/download.html b/www/download.html
index 134a072..fdba9c1 100644
--- a/www/download.html
+++ b/www/download.html
@@ -115,4 +115,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:33 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/escape.html b/www/escape.html
index 9650eb5..237dec9 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -887,4 +887,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/examples.html b/www/examples.html
index 27909b7..d79373c 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/examples.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/examples.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/exception.html b/www/exception.html
index f8757f8..15d8865 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -269,4 +269,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/export.html b/www/export.html
index 2cf1169..50bdfe0 100644
--- a/www/export.html
+++ b/www/export.html
@@ -59,7 +59,7 @@
 <div class="magick-header">
 <p  class="lead magick-description">ImageMagick Studio LLC is a limited liability corporation based in the United States of America. All of our products are developed via online collaboration in public forums and distributed from a central server within the U.S. Therefore, U.S. export laws and regulations apply to our distributions and remain in force as products and technology are re-exported to different parties and places around the world. Information on export control classifications and associated restrictions may be required for exporting, re-exporting, record keeping, bundling/embedding of ImageMagick products, encryption reporting, and shipping documentation. More information on U.S. Export Regulations can be found at the <a href="http://www.bis.doc.gov/">U. S. Bureau of Industry and Security</a>.</p>
 
-<p>The <a href="https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-6/">ImageMagick</a> software distribution is classified as <a href="http://www.access.gpo.gov/bis/ear/txt/ccl5-pt2.txt">ECCN 5D002</a>.  However, ImageMagick Studio LLC makes no warranty or representation that this classification is accurate, current, or complete.  ImageMagick is exported under the <a href="http://www.access.gpo.gov/bis/ear/txt/740.txt">TSU exception in EAR 740.13(e)</a> which applies to software containing or designed for use with encryption software that is publicly available as open source. TSU further provides that <var>Posting encryption source code and corresponding object code on the Internet (e.g., FTP or World Wide Web site) where it may be downloaded by anyone neither establishes "knowledge" of a prohibited export or reexport for purposes of this paragraph, nor triggers any "red flags" necessitating the affirmative duty to inquire[...]</var>.  It is your obligation as the exporter to comply with the current applicable requirements of United States export rules and regulations.</p>
+<p>The <a href="https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-7/">ImageMagick</a> software distribution is classified as <a href="http://www.access.gpo.gov/bis/ear/txt/ccl5-pt2.txt">ECCN 5D002</a>.  However, ImageMagick Studio LLC makes no warranty or representation that this classification is accurate, current, or complete.  ImageMagick is exported under the <a href="http://www.access.gpo.gov/bis/ear/txt/740.txt">TSU exception in EAR 740.13(e)</a> which applies to software containing or designed for use with encryption software that is publicly available as open source. TSU further provides that <var>Posting encryption source code and corresponding object code on the Internet (e.g., FTP or World Wide Web site) where it may be downloaded by anyone neither establishes "knowledge" of a prohibited export or reexport for purposes of this paragraph, nor triggers any "red flags" necessitating the affirmative duty to inquire[...]</var>.  It is your obligation as the exporter to comply with the current applicable requirements of United States export rules and regulations.</p>
 </div>
   <footer class="magick-footer">
     <p><a href="support.html">Donate</a> •
@@ -80,4 +80,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/formats.html b/www/formats.html
index 8c1187a..5060bfe 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/formats.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/formats.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -1932,4 +1932,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:12 -->
\ No newline at end of file
diff --git a/www/fx.html b/www/fx.html
index 6cef471..5040945 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/fx.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/fx.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -420,4 +420,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/gradient.html b/www/gradient.html
index 80a1c8a..105566e 100644
--- a/www/gradient.html
+++ b/www/gradient.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/gradient.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/gradient.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -241,4 +241,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index 512fa7c..26ed7c6 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -25,7 +25,7 @@
   <meta name="distribution" content="Global"/>
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
-  <link rel="canonical" href="https://www.imagemagick.org/script/../www/high-dynamic-range.html"/>
+  <link rel="canonical" href="https://www.imagemagick.org/script/high-dynamic-range.html"/>
   <link rel="icon" href="../images/wand.png"/>
   <link rel="shortcut icon" href="../images/wand.ico"/>
   <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700" />
@@ -107,4 +107,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:32 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/history.html b/www/history.html
index 387e819..7ccf6ca 100644
--- a/www/history.html
+++ b/www/history.html
@@ -97,4 +97,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/identify.html b/www/identify.html
index 1ed1086..f35525f 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -433,4 +433,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:33 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/import.html b/www/import.html
index c66c147..ccf189d 100644
--- a/www/import.html
+++ b/www/import.html
@@ -427,4 +427,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/index.html b/www/index.html
index 9764b7b..972c7a0 100644
--- a/www/index.html
+++ b/www/index.html
@@ -72,7 +72,7 @@
 
 <p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
 
-<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>.</p>
+<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="http://legacy.imagemagick.org/">http://legacy.imagemagick.org</a>.</p>
 
 <h2 class="magick-header"><a id="features"></a>Features and Capabilities</h2>
 <p>Here are just a few <a href="https://www.imagemagick.org/script/examples.html">examples</a> of what ImageMagick can do for you:</p>
@@ -108,7 +108,7 @@
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
-    <td><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
+    <td><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25476">Hough lines</a>.</td>
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
@@ -176,7 +176,7 @@
   </tr>
   <tr>
     <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Noise and color reduction</a></td>
-    <td><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
+    <td><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25504">mean-shift</a>.</td>
   </tr>
   <tr>
     <td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
@@ -239,4 +239,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:31 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:12 -->
\ No newline at end of file
diff --git a/www/install-source.html b/www/install-source.html
index 9d441cd..a4f2dc0 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -162,4 +162,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:36 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/jp2.html b/www/jp2.html
index 343e248..7334286 100644
--- a/www/jp2.html
+++ b/www/jp2.html
@@ -164,4 +164,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/license.html b/www/license.html
index dabe29c..084e847 100644
--- a/www/license.html
+++ b/www/license.html
@@ -203,4 +203,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:35 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/links.html b/www/links.html
index 0f93550..0be12cf 100644
--- a/www/links.html
+++ b/www/links.html
@@ -163,4 +163,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick++.html b/www/magick++.html
index 97c8e8e..6213049 100644
--- a/www/magick++.html
+++ b/www/magick++.html
@@ -187,4 +187,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick-core.html b/www/magick-core.html
index b44a198..3d36de6 100644
--- a/www/magick-core.html
+++ b/www/magick-core.html
@@ -337,4 +337,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick-script.html b/www/magick-script.html
index 8556224..bbe55f0 100644
--- a/www/magick-script.html
+++ b/www/magick-script.html
@@ -1282,4 +1282,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html
index f2d9712..15c7d64 100644
--- a/www/magick-vector-graphics.html
+++ b/www/magick-vector-graphics.html
@@ -881,4 +881,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick-wand.html b/www/magick-wand.html
index 55e39bd..ced4ede 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -383,4 +383,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/magick.html b/www/magick.html
index 62fe54c..2493da7 100644
--- a/www/magick.html
+++ b/www/magick.html
@@ -1324,4 +1324,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/miff.html b/www/miff.html
index 7a9e963..7ca5a71 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -245,4 +245,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/mogrify.html b/www/mogrify.html
index 1e127b4..2b093a3 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -1297,4 +1297,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:33 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/montage.html b/www/montage.html
index d7f4bf3..d7097f3 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -638,4 +638,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:34 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/motion-picture.html b/www/motion-picture.html
index eb0198e..1c86803 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -194,4 +194,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/opencl.html b/www/opencl.html
index 11757ad..57911c9 100644
--- a/www/opencl.html
+++ b/www/opencl.html
@@ -122,4 +122,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/openmp.html b/www/openmp.html
index 462fc2c..bc41eb9 100644
--- a/www/openmp.html
+++ b/www/openmp.html
@@ -101,4 +101,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/perl-magick.html b/www/perl-magick.html
index f996954..8d36013 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -2605,4 +2605,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/porting.html b/www/porting.html
index c5b37fc..6b617a0 100644
--- a/www/porting.html
+++ b/www/porting.html
@@ -658,4 +658,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/quantize.html b/www/quantize.html
index 375720e..de846d2 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -202,3 +202,4 @@
 </div>
 </body>
 </html>
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/resources.html b/www/resources.html
index 21a01f5..38299ec 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -383,4 +383,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:33 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:13 -->
\ No newline at end of file
diff --git a/www/security-policy.html b/www/security-policy.html
index 1bdbc9a..31b0eb4 100644
--- a/www/security-policy.html
+++ b/www/security-policy.html
@@ -167,4 +167,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:34 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/sitemap.html b/www/sitemap.html
index a2b48dc..f518092 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -175,7 +175,7 @@
 
 <dl class="magick-list-unstyled">
   <li><a href="https://www.imagemagick.org/Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</li>
-  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=amp;t=25405">Canny edge detection</a>: extract edges from an image using the Canny technique.</li>
+  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>: extract edges from an image using the Canny technique.</li>
   <li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
   <li><a href="command-line-processing.html">Command-line processing</a>: utilize ImageMagick from the command line.</li>
   <li><a href="connected-components.html">Connected Component Labeling</a>: uniquely label connected regions in an image.</li>
@@ -194,14 +194,14 @@
   <li><a href="https://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</li>
   <li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: <a href="opencl.html">certain algorithms</a> are <a href="http://en.wikipedia.org/wiki/OpenCL" target="_blank">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
   <li><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</li>
-  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=amp;t=25476">Hough lines</a>: fit straight lines to edges in an image using the Hough transform technique.</li>
+  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25476">Hough lines</a>: fit straight lines to edges in an image using the Hough transform technique.</li>
   <li><a href="fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
   <li><a href="gradient.html">Image gradients</a>: create a gradual blend of two colors whose shape is horizontal, vertical, circular, or elliptical.</li>
   <li><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</li>
   <li><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your iPhone.</li>
-  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=amp;t=26480">Kuwahara Filter</a>: apply an edge perserving noise and color reduction filter to an image.</li>
+  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>: apply an edge perserving noise and color reduction filter to an image.</li>
   <li><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
-  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=amp;t=25504">Mean-shift</a>: apply a color reduction technique to an image.</li>
+  <li><a href="https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&amp;t=25504">Mean-shift</a>: apply a color reduction technique to an image.</li>
   <li><a href="montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
   <li><a href="https://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</li>
   <li><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
@@ -235,4 +235,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/stream.html b/www/stream.html
index 059cbd3..6e6ddbbd 100644
--- a/www/stream.html
+++ b/www/stream.html
@@ -272,4 +272,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/subversion.html b/www/subversion.html
index 5399fad..e702cb4 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -96,4 +96,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:34 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/support.html b/www/support.html
index 864a0d1..4d14728 100644
--- a/www/support.html
+++ b/www/support.html
@@ -110,7 +110,7 @@
 <p>Flattr is a microdonation system. You donate a small amount every month and
  click Flattr buttons on worthy sites to share the donation among those sites, similar to a tip jar (for more details see Wikipedia's <a href="http://en.wikipedia.org/wiki/Flattr">Flattr</a> article).</p>
 <ul>
-<dt><a href="https://flattr.com/submit/auto?user_id=magick&url=http%3A%2F%2Fwww.imagemagick.org" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"/></a>
+<dt><a href="https://flattr.com/submit/auto?user_id=magick&amp;url=http%3A%2F%2Fwww.imagemagick.org" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"/></a>
 </dt>
 </ul>
 <h3>Litecoin</h3>
@@ -155,4 +155,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file
diff --git a/www/webp.html b/www/webp.html
index d9eb6d6..8a5cc7b 100644
--- a/www/webp.html
+++ b/www/webp.html
@@ -182,4 +182,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 22nd November 2016 09:38 -->
\ No newline at end of file
+<!-- Magick Cache 26th November 2016 12:14 -->
\ No newline at end of file