From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Sat, 3 Feb 2018 23:38:58 +0100
Subject: Fix < instead of &lt; and input form

Forwarded: Yes
---
 www/advanced-unix-installation.html    | 10 +++++++---
 www/advanced-windows-installation.html |  5 ++++-
 www/animate.html                       |  5 ++++-
 www/color-management.html              |  2 +-
 www/compare.html                       |  2 +-
 www/gradient.html                      |  2 +-
 www/perl-magick.html                   |  2 +-
 www/security-policy.html               |  3 ++-
 8 files changed, 21 insertions(+), 10 deletions(-)

Index: imagemagick/www/advanced-unix-installation.html
===================================================================
--- imagemagick.orig/www/advanced-unix-installation.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/advanced-unix-installation.html	2025-10-28 17:08:04.465553331 +0100
@@ -71,7 +71,10 @@
         <button class="btn btn-outline-success" type="submit" name="sa">Search</button>
       </form>
     </div>
-  </div>
+    <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+      <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+      <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+    </form>
   </nav>
 
   <main class="container">
@@ -639,7 +642,8 @@
   </footer>
 
   <!-- Javascript assets -->
-  <script src="assets/magick.js" ></script>
-  </body>
+  <script>window.jQuery || document.write('&lt;script src="assets/jquery.slim.min.js"&gt;&lt;\/script&gt;')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous">
+ </script>
+</body>
 </html>
 <!-- Magick Cache 13th February 2021 11:28 -->
\ No newline at end of file
Index: imagemagick/www/advanced-windows-installation.html
===================================================================
--- imagemagick.orig/www/advanced-windows-installation.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/advanced-windows-installation.html	2025-10-28 17:08:04.465685716 +0100
@@ -120,7 +120,10 @@
         <button class="btn btn-outline-success" type="submit" name="sa">Search</button>
       </form>
     </div>
-  </div>
+    <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+      <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+      <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+    </form>
   </nav>
 
 <div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
Index: imagemagick/www/animate.html
===================================================================
--- imagemagick.orig/www/animate.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/animate.html	2025-10-28 17:08:04.465763878 +0100
@@ -120,7 +120,10 @@
         <button class="btn btn-outline-success" type="submit" name="sa">Search</button>
       </form>
     </div>
-  </div>
+    <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+      <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+      <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+    </form>
   </nav>
 
 <div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
Index: imagemagick/www/color-management.html
===================================================================
--- imagemagick.orig/www/color-management.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/color-management.html	2025-10-28 17:08:04.465865141 +0100
@@ -249,7 +249,7 @@
 
 <p>In the above example, the separated channels are non-linear and the default for <samp>-combine</samp> is to assume non-linear channels. So the result is the same as the input.</p>
 
-If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
+<p>If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
 
 <pre class="p-3 mb-2 text-body-secondary bg-body-tertiary cli"><samp>magick myimage.png -set colorspace RGB -separate myimage_channels_%d.png
 magick myimage_channels_*.png -set colorspace RGB -combine -colorspace sRGB myimage2.png
Index: imagemagick/www/compare.html
===================================================================
--- imagemagick.orig/www/compare.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/compare.html	2025-10-28 17:08:04.465943069 +0100
@@ -571,7 +571,7 @@
     <td><a href="command-line-options.html#write-mask">-write-mask <var>filename</var></a></td>
     <td>associate a write mask with the image</td>
   </tr>
-
+  </tr>
   </tbody>
 </table>
 </div>
Index: imagemagick/www/gradient.html
===================================================================
--- imagemagick.orig/www/gradient.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/gradient.html	2025-10-28 17:08:04.466021051 +0100
@@ -166,7 +166,7 @@
 <p><img src="https://imagemagick.org/image/gradients/radial_gradient.png" alt="radial gradient" width="256" height="256" /></p>
 
 <p>If you want non-linear grayscale gradients, then add -colorspace RGB -colorspace gray 
-before saving the output. For example:<p>
+before saving the output. For example:</p>
 
 <pre class="p-3 mb-2 text-body-secondary bg-body-tertiary cli"><samp>magick -size 256x256 gradient: linear_gradient.png
 magick -size 256x256 gradient:white-black -colorspace RGB -colorspace gray linear_linear_gradient.png </samp></pre>
Index: imagemagick/www/perl-magick.html
===================================================================
--- imagemagick.orig/www/perl-magick.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/perl-magick.html	2025-10-28 17:08:04.466213192 +0100
@@ -1775,7 +1775,7 @@
 
   <tr>
     <td>orientation</td>
-    <td>{TopLeft, TopRight, BottomRight, BottomLeft, LeftTop, RightTop, RightBottom, LeftBottom}</td>
+    <td>{top-left, top-right, bottom-right, bottom-left, left-top, right-top, right-bottom, left-bottom}</td>
     <td>image orientation</td>
   </tr>
 
Index: imagemagick/www/security-policy.html
===================================================================
--- imagemagick.orig/www/security-policy.html	2025-10-28 17:08:04.469094040 +0100
+++ imagemagick/www/security-policy.html	2025-10-28 17:08:04.466418032 +0100
@@ -463,7 +463,8 @@
 
 <h2><a class="anchor" id="synchronize"></a>Pixel Cache Synchronize Policy</h2>
 
-<p>When writing image pixels to disk, ImageMagick first preallocates the disk file, which is faster than fully populating the file with zeros. To improve performance even further, the file is memory-mapped on disk. This can result in an increase in performance of up to 5 times, but there is a possibility that the disk file may run out of free space as it is populated, causing the operating system (OS) to throw a SIGBUS signal which prevents ImageMagick from continuing. To prevent a SIGBUS signal from occurring, use this security policy:</p>
+<p>When writing image pixels to disk, ImageMagick firsts preallocates the disk file, which is much faster than fully populating the file with zeros.  To further increase performance, we memory-map the file on disk.  With memory-mapping, we get an increase in performance (up to 5x), however, there remains a possibility that as the disk file is populated, it may run out of free space.  The OS then throws a SIGBUS signal which prevents ImageMagick from continuing.  To prevent a SIGBUS, use this security policy:</p>
+
 
 <pre class="p-3 mb-2 text-body-secondary bg-body-tertiary">
 &lt;policy domain="cache" name="synchronize" value="True"/>
