mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 07:31:30 -07:00
Switch chiark URLs to https.
This commit is contained in:
4
Buildscr
4
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
|
||||
|
4
README
4
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/>.
|
||||
|
@ -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.
|
||||
|
@ -1,2 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
|
||||
URL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
|
||||
|
@ -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";
|
||||
|
Reference in New Issue
Block a user