From cce13ed7129a06fe7454f9e10906cb6663de45f7 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 7 May 2017 16:25:56 +0100 Subject: [PATCH] Switch chiark URLs to https. --- Buildscr | 4 ++-- README | 4 ++-- puzzles.but | 4 ++-- website.url | 2 +- winiss.pl | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Buildscr b/Buildscr index 910981f..79cbcf5 100644 --- 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 890db56..0083012 100644 --- 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 -. +. 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 -. +. diff --git a/puzzles.but b/puzzles.but index 2508fe3..fde9bca 100644 --- a/puzzles.but +++ b/puzzles.but @@ -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. diff --git a/website.url b/website.url index 2ab37f6..2913e62 100644 --- a/website.url +++ b/website.url @@ -1,2 +1,2 @@ [InternetShortcut] -URL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ +URL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ diff --git a/winiss.pl b/winiss.pl index eca02d3..3200337 100755 --- 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";