chiark / gitweb /
Switch chiark URLs to https.
authorSimon Tatham <anakin@pobox.com>
Sun, 7 May 2017 15:25:56 +0000 (16:25 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 7 May 2017 15:25:56 +0000 (16:25 +0100)
Buildscr
README
puzzles.but
website.url
winiss.pl

index 910981f079a43bf4caf293e3df9739a80f697796..79cbcf55a323b6db74a04470d8343636f58fe733 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -67,11 +67,11 @@ delegate windows
   # provide a 'more info' URL, and an optional -n option to provide a
   # program name, and that it can take multiple .exe filename
   # arguments and sign them all in place.
-  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ *.exe
+  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ *.exe
   # Build installers.
   in puzzles with wix do/win candle puzzles.wxs && light -ext WixUIExtension -sval puzzles.wixobj
   in puzzles with innosetup do/win iscc puzzles.iss
-  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ -n "Simon Tatham's Portable Puzzle Collection Installer" puzzles.msi Output/installer.exe
+  ifneq "$(winsigncode)" "" in puzzles do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ -n "Simon Tatham's Portable Puzzle Collection Installer" puzzles.msi Output/installer.exe
   return puzzles/puzzles.chm
   return puzzles/*.exe
   return puzzles/Output/installer.exe
diff --git a/README b/README
index 890db567718f732369fe6a69b2d733d0628c20a1..00830126e85a7f62775f28596a3bf272563ae240 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is the README accompanying the source code to Simon Tatham's
 puzzle collection. The collection's web site is at
-<http://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
+<https://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
 
 If you've obtained the source code by downloading a .tar.gz archive
 from the Puzzles web site, you should find several Makefiles in the
@@ -51,4 +51,4 @@ application and for the web site. It is generated from a Halibut
 source file (puzzles.but), which is the preferred form for
 modification. To generate the manual in other formats, rebuild it,
 or learn about Halibut, visit the Halibut website at
-<http://www.chiark.greenend.org.uk/~sgtatham/halibut/>.
+<https://www.chiark.greenend.org.uk/~sgtatham/halibut/>.
index 2508fe3337f2faeecfff4086a67e1a8e121ec380..fde9bca353305fcc77c04d0ca376360bb1ab194f 100644 (file)
@@ -65,13 +65,13 @@ with the game binaries or the code, except pretending you wrote them
 yourself, or suing me if anything goes wrong. 
 
 The most recent versions, and \i{source code}, can be found at
-\I{website}\W{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
+\I{website}\W{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}\cw{https://www.chiark.greenend.org.uk/~sgtatham/puzzles/}.
 
 Please report \I{feedback}\i{bugs} to
 \W{mailto:anakin@pobox.com}\cw{anakin@pobox.com}.
 You might find it helpful to read this article before reporting a bug:
 
-\W{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}\cw{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}
+\W{https://www.chiark.greenend.org.uk/~sgtatham/bugs.html}\cw{https://www.chiark.greenend.org.uk/~sgtatham/bugs.html}
 
 \ii{Patches} are welcome. Especially if they provide a new front end
 (to make all these games run on another platform), or a new game.
index 2ab37f6faf52b18456cadca10557db76cd80ae85..2913e622c6a450802e7aeb9b2d0099a1df47d0a2 100644 (file)
@@ -1,2 +1,2 @@
 [InternetShortcut]
-URL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
+URL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
index eca02d3b15632715c6a2ff3fb12370ca5727864c..32003371383c44e7fd26417b8cb63cd4a214c9f5 100755 (executable)
--- a/winiss.pl
+++ b/winiss.pl
@@ -48,7 +48,7 @@ print 'VersionInfoTextVersion=Version '.$ver."\n";
 print 'AppVersion=r'.$ver."\n";
 print 'VersionInfoVersion=0.0.'.$integer_date.'.0'."\n";
 print 'AppPublisher=Simon Tatham'."\n";
-print 'AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n";
+print 'AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n";
 print 'DefaultDirName={pf}\Simon Tatham\'s Portable Puzzle Collection'."\n";
 print 'DefaultGroupName=Simon Tatham\'s Puzzles'."\n";
 # print 'SetupIconFile=fixmethinkoneup.ico'."\n";