]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 13 Oct 2018 14:41:53 +0000 (10:41 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 13 Oct 2018 14:41:53 +0000 (10:41 -0400)
16 files changed:
Magick++/README
MagickCore/delegate.c
PerlMagick/Changelog
PerlMagick/Magick.pm
PerlMagick/Makefile.PL.in
PerlMagick/Makefile.nt
PerlMagick/check.sh.in
coders/Makefile.am
config/ImageMagick.rdf.in
config/Makefile.am
config/configure.xml.in
config/delegates.xml.in
filters/Makefile.am
m4/Makefile.am
scripts/txt2html
tests/Makefile.am

index 39b0ae911f1722e6d9a6658969688bc0ae40db9f..74cb4e90085adb78a48f8ac67a2a9baaa850cce8 100644 (file)
@@ -52,4 +52,4 @@ Magick++ demo programs.
 Reporting Bugs
 
 Please report any bugs via the Magick++ Bug Tracking System at
-http://www.imagemagick.org/discourse-server/.
+https://imagemagick.org/discourse-server/.
index b8ccc25b5fe45e12c485d72d3b46cbf2c9a4599f..fb7af24040024ba15807b01892f6e811859698fb 100644 (file)
@@ -91,7 +91,7 @@ static const char
     "<delegatemap>"
     "  <delegate decode=\"bpg\" command=\"&quot;bpgdec&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;; mv &quot;%o.png&quot; &quot;%o&quot;\"/>"
     "  <delegate decode=\"png\" encode=\"bpg\" command=\"&quot;bpgenc&quot; -b 12 -o &quot;%o&quot; &quot;%i&quot;\"/>"
-    "  <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; http://www.imagemagick.org/; rm &quot;%i&quot;\"/>"
+    "  <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; https://imagemagick.org/; rm &quot;%i&quot;\"/>"
     "  <delegate decode=\"cdr\" command=\"&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;; mv &quot;%o.svg&quot; &quot;%o&quot;\"/>"
     "  <delegate decode=\"cgm\" command=\"&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;; mv &quot;%o.svg&quot; &quot;%o&quot;\"/>"
     "  <delegate decode=\"https\" command=\"&quot;curl&quot; -s -k -L -o &quot;%o&quot; &quot;https:%M&quot;\"/>"
index b31a3391fdc60e24371628f56ba425084face737..6d1afda14c666ed8adfc7720f3b5cdca017e28e0 100644 (file)
@@ -1,6 +1,6 @@
 2014-11-05  7.03 Cristy  <quetzlzacatenango@image...>
   * Add support for $image->Colorspace() (reference
-    https://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
+    https://imagemagick.org/discourse-server/viewtopic.php?f=7&t=30980).
 
 2011-08-01  7.00 Cristy  <quetzlzacatenango@image...>
   * New version 7.00.
index f21b99c1004c905b337acb6dcab90bc593fa2a0f..b451662eff2debb3426a1fae867332bbcf3c589e 100644 (file)
@@ -6,7 +6,7 @@ package Image::Magick;
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
@@ -125,11 +125,11 @@ It was originally developed to be used by CGI scripts for Web pages.
 A web page has been set up for this extension. See:
 
         file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
-        http://www.imagemagick.org/script/perl-magick.php
+        https://imagemagick.org/script/perl-magick.php
 
 If you have problems, go to
 
-   http://www.imagemagick.org/discourse-server/viewforum.php?f=7
+   https://imagemagick.org/discourse-server/viewforum.php?f=7
 
 =head1 AUTHOR
 
index cb54619b83b7427fda93f59541b56dcdcf731497..4fd28b35748caa54a8046276a20ba954162dc570 100644 (file)
@@ -101,7 +101,7 @@ sub AutodetectWin32gcc {
 # Please check the following prerequisites:
 #
 # 1) You need to have installed ImageMagick Windows binaries from
-#    http://www.imagemagick.org/script/binary-releases.php#windows
+#    https://imagemagick.org/script/binary-releases.php#windows
 #
 # 2) We only support dynamic (DLL) ImageMagick binaries
 #    note: it is not possible to mix 32/64-bit binaries of perl and ImageMagick
index 2337a9e4dacc625600db6bde737a1c23a573f501..4584bef4234d6c95f33d5664580bd67fe3e1c826 100644 (file)
@@ -2,7 +2,7 @@
 #
 # This program is covered by multiple licenses, which are described in
 # LICENSE.  You should have received a copy of LICENSE with this
-# package; otherwise see http://www.imagemagick.org/script/license.php.
+# package; otherwise see https://imagemagick.org/script/license.php.
 #
 #  Makefile for building PerlMagick under Windows
 #
index 0e8491fd787d9a4eb1119d1d24c84730a0603999..8e3ffef947e95bf9b3a95b64c2d4202e62cd6a4e 100644 (file)
@@ -5,7 +5,7 @@
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
index 56f0414e35d9b9accab689d243fe749e8b827c16..0118aedb2b747df3040b87c2d829691a84f11357 100644 (file)
@@ -4,7 +4,7 @@
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
index 97e42e6cfc0f7d31e351492acd8dc730b78671d8..a5c9622587cf33f027b12b900b5105f79b9b803b 100644 (file)
@@ -4,7 +4,7 @@
   <Project>
     <name>ImageMagick</name>
     <shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
-    <homepage rdf:resource="https://www.imagemagick.org/"/>
+    <homepage rdf:resource="https://imagemagick.org/"/>
     <created>@PACKAGE_RELEASE_DATE@</created>
 
     <description xml:lang="en">
@@ -40,11 +40,11 @@ Introduction to ImageMagick
   security vulnerabilities.
 
   ImageMagick is available from
-  https://www.imagemagick.org/script/download.php.  It runs on Linux, Windows,
+  https://imagemagick.org/script/download.php.  It runs on Linux, Windows,
   Mac Os X, iOS, Android OS, and others.
 
   The authoritative ImageMagick web site is
-  https://www.imagemagick.org. The authoritative source code repository is
+  https://imagemagick.org. The authoritative source code repository is
   https://git.imagemagick.org/repos/ImageMagick/.
 
 
@@ -117,7 +117,7 @@ Features and Capabilities
     <maintainer>
       <foaf:Person>
         <foaf:name>ImageMagick Studio LLC</foaf:name>
-        <foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
+        <foaf:homepage rdf:resource="https://imagemagick.org/"/>
       </foaf:Person>
     </maintainer>
 
@@ -130,11 +130,11 @@ Features and Capabilities
       </Version>
     </release>
 
-    <download-page rdf:resource="https://www.imagemagick.org/script/download.php"/>
+    <download-page rdf:resource="https://imagemagick.org/script/download.php"/>
     <download-mirror rdf:resource="https://sourceforge.net/projects/imagemagick/"/>
 
     <!-- Licensing details -->
-    <license rdf:resource="https://www.imagemagick.org/script/license.php"/>
+    <license rdf:resource="https://imagemagick.org/script/license.php"/>
 
     <!-- source repository -->
     <repository>
@@ -153,7 +153,7 @@ Features and Capabilities
     <foaf:maker>
       <foaf:Person>
         <foaf:name>ImageMagick Studio LLC</foaf:name>
-        <foaf:homepage rdf:resource="https://www.imagemagick.org/"/>
+        <foaf:homepage rdf:resource="https://imagemagick.org/"/>
       </foaf:Person>
     </foaf:maker>
   </rdf:Description>
index 9a17ab54fc9715bc62a88bc6cfa738036c9b2a37..1783bf0d16ae351fd8266dc88d0dc2121f5cb3b0 100644 (file)
@@ -4,7 +4,7 @@
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
index 8624c0502dddfcf880bd753177dfbbcb464380b7..196b4c2f91548dc277b21306e79c9d241ffa86c6 100644 (file)
@@ -46,5 +46,5 @@
   <configure name="TARGET_OS" value="@MAGICK_TARGET_OS@"/>
   <configure name="TARGET_VENDOR" value="@MAGICK_TARGET_VENDOR@"/>
   <configure name="VERSION" value="@PACKAGE_VERSION@"/>
-  <configure name="WEBSITE" value="http://www.imagemagick.org"/>
+  <configure name="WEBSITE" value="https://imagemagick.org"/>
 </configuremap>
index 03db23cd6ce4856d543f1871b1287dfccd93c09a..b3e40bac3cef8668b1a457d2a6abb3a25e72cfc3 100644 (file)
@@ -61,7 +61,7 @@
   <delegate decode="bpg" command="&quot;@BPGDecodeDelegate@&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;; @MVDelegate@ &quot;%o.png&quot; &quot;%o&quot;"/>
   <delegate decode="png" encode="bpg" command="&quot;@BPGEncodeDelegate@&quot; -b 12 -o &quot;%o&quot; &quot;%i&quot;"/>
   <delegate decode="blender" command="&quot;@BlenderDecodeDelegate@&quot; -b &quot;%i&quot; -F PNG -o &quot;%o&quot;&quot;\n&quot;@ConvertDelegate@&quot; convert -concatenate &quot;%o*.png&quot; &quot;%o&quot;"/>
-  <delegate decode="browse" stealth="True" spawn="True" command="&quot;@BrowseDelegate@&quot; http://www.imagemagick.org/; @RMDelegate@ &quot;%i&quot;"/>
+  <delegate decode="browse" stealth="True" spawn="True" command="&quot;@BrowseDelegate@&quot; https://imagemagick.org/; @RMDelegate@ &quot;%i&quot;"/>
   <delegate decode="cdr" command="&quot;@UniconvertorDelegate@&quot; &quot;%i&quot; &quot;%o.svg&quot;; @MVDelegate@ &quot;%o.svg&quot; &quot;%o&quot;"/>
   <delegate decode="cgm" command="&quot;@UniconvertorDelegate@&quot; &quot;%i&quot; &quot;%o.svg&quot;; @MVDelegate@ &quot;%o.svg&quot; &quot;%o&quot;"/>
   <delegate decode="https" command="&quot;@WWWDecodeDelegate@&quot; -s -k -L -o &quot;%o&quot; &quot;https:%M&quot;"/>
index 6cea5dc5e52059a197135df28937045687b29529..727fdf30c552b918e25c6b39ed9cdf7f51c25047 100644 (file)
@@ -4,7 +4,7 @@
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
index eb384db5ac18308ea43c5c05ad7475184c8bfc44..1f4f24e2df7d368bdeb4b0e7f55238cce3c1b810 100644 (file)
@@ -4,7 +4,7 @@
 #  You may not use this file except in compliance with the License.  You may
 #  obtain a copy of the License at
 #
-#    http://www.imagemagick.org/script/license.php
+#    https://imagemagick.org/script/license.php
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
index 898e5bbda2c9f47d17394a0a51f3834960d67cb4..36f5e7237db7624118c55b1d78b24a484327337b 100755 (executable)
@@ -822,10 +822,10 @@ sub main
 <table border="0" cellpadding="0" cellspacing="0" summary="Masthead" width="100%">
 <tbody>
 <tr>
-<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="http://www.imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
+<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="https://imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
 <td bgcolor="#003399" width="60%" height="118" background="../images/background.gif"><a href="http://www.networkeleven.com/direct.php?magick_all"><img src="../images/promote.png" border="0" width="186" height="52" vspace="29" alt="Powered by NetworkEleven" /></a></td>
 <td bgcolor="#003399" width="114" height="118" align="right"><img src="../images/sprite.png" width="114" height="118" alt="" /></td>
-<td bgcolor="#003399" width="114" height="118" align="right"><a href="http://www.imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
+<td bgcolor="#003399" width="114" height="118" align="right"><a href="https://imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
 </tr></tbody></table>
 </table><table align="left" border=0 cellpadding=2 cellspacing=2 summary="Navigation buttons" width="20%">
  <tr>
index ed4b35ab4c6da99e868c87d8f09f4f05ab025604..11f1462265ac3bdff91d39b1376b260d9b406c85 100644 (file)
@@ -4,7 +4,7 @@
 # You may not use this file except in compliance with the License.
 # obtain a copy of the License at
 #
-#   http://www.imagemagick.org/script/license.php
+#   https://imagemagick.org/script/license.php
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,