From 1b36f379858d1f88eb709ebdd59465957081c455 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 19 Apr 2015 22:50:17 +0200 Subject: [PATCH] Update URLs - mostly s/http/https/, a few moved. --- README.md | 2 +- rules/nwjs.mk | 4 ++-- src/index.html | 16 ++++++++-------- src/pwl6.js | 2 +- src/yuu/audio.js | 4 ++-- src/yuu/ce.js | 4 ++-- src/yuu/core.js | 4 ++-- src/yuu/data/license.txt | 3 +-- src/yuu/data/yuu.css | 4 ++-- src/yuu/director.js | 4 ++-- src/yuu/gfx.js | 4 ++-- src/yuu/input.js | 4 ++-- src/yuu/pre.js | 2 +- src/yuu/rdr.js | 4 ++-- src/yuu/storage.js | 4 ++-- src/yuu/yT.js | 4 ++-- src/yuu/yf.js | 4 ++-- tools/generate-appcache | 2 +- 18 files changed, 37 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index f4c8d89..13b65cb 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This is the source code for Pixel Witch Lesson #6. We sell this for money to eat, so while it's free software, we'd rather not help you check it out just to play it. Instead please -[buy it](http://yukkuri.itch.io/pwl6) and get the nicely-packaged +[buy it](https://yukkurigames.com/pwl6/) and get the nicely-packaged version. diff --git a/rules/nwjs.mk b/rules/nwjs.mk index bd5f37d..60092a7 100644 --- a/rules/nwjs.mk +++ b/rules/nwjs.mk @@ -16,7 +16,7 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms)) $(nwjs-pattern): $(MKDIR) '$(@D)' - wget -O '$@'.inprogress 'http://dl.nwjs.io/v$(*F)/$(@F)' + wget -O '$@'.inprogress 'https://dl.nwjs.io/v$(*F)/$(@F)' mv '$@'.inprogress "$@" nwjs-version ?= 0.12.0 @@ -91,7 +91,7 @@ $(nwjs-directx): wget -O $@ 'https://github.com/cefsharp/cef-binary/raw/1e51255cf77d267899bf7834768b8774affaad2d/cef_binary_3.y.z_windows32/Release/'$(notdir $@) $(nwjsdir)dxwebsetup.exe: - wget -O $@ http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe + wget -O $@ https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe distclean:: $(RM) $(nwjs-archives) diff --git a/src/index.html b/src/index.html index adad8fa..f09c381 100644 --- a/src/index.html +++ b/src/index.html @@ -64,8 +64,8 @@

Supported browsers include recent versions of - Mozilla Firefox - and Google Chrome + Mozilla Firefox + and Google Chrome on most desktop computers, Chrome for Android, and Safari on Mac OS X 10.7 and later @@ -132,7 +132,7 @@ data-yuu-animation=yuu-from-top data-yuu-dismiss-key=escape>

-

Pixel Witch Lesson #6

+

Pixel Witch Lesson #6

Designed & Implemented
Joe Wreschnig
@@ -147,7 +147,7 @@
Jorik Tangelder - (Hammer.js) + (Hammer.js)
Fonts
@@ -168,14 +168,14 @@

Copyright ©2014 - Yukkuri Games + Yukkuri Games and others

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either - version + version 2 of the License, or (at your option) any later version.

@@ -205,8 +205,8 @@


diff --git a/src/pwl6.js b/src/pwl6.js index e01eeb8..bfcc879 100644 --- a/src/pwl6.js +++ b/src/pwl6.js @@ -1716,7 +1716,7 @@ BookScene = new yT(yuu.Scene, { p = this.layer0.worldFromDevice(p); if (this.current === BOOK_FORWARD.length - 1 && this.LOGOTYPE.contains(p)) { - yuu.openURL("http://www.yukkurigames.com/"); + yuu.openURL("https://www.yukkurigames.com/"); } else if (this.current === 0 && this.COLOPHON.contains(p)) { yuu.director.showOverlay("colophon"); } else if (this.current === 0 || p.x >= -0.2) { diff --git a/src/yuu/audio.js b/src/yuu/audio.js index 881924e..fb352ae 100644 --- a/src/yuu/audio.js +++ b/src/yuu/audio.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/ce.js b/src/yuu/ce.js index bb5c6e5..8cca522 100644 --- a/src/yuu/ce.js +++ b/src/yuu/ce.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/core.js b/src/yuu/core.js index d34d201..cf2f282 100644 --- a/src/yuu/core.js +++ b/src/yuu/core.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/data/license.txt b/src/yuu/data/license.txt index 062800f..216b1dc 100644 --- a/src/yuu/data/license.txt +++ b/src/yuu/data/license.txt @@ -365,7 +365,7 @@ freely, subject to the following restrictions: -- -Hammer.js - http://eightmedia.github.io/hammer.js/ +Hammer.js - https://hammerjs.github.io/ Copyright 2011-2014 by Jorik Tangelder (Eight Media) @@ -401,7 +401,6 @@ Copyright (c) 2014, Telefonica S.A. with Reserved Font Name Fira Mono. Copyright (c) 2014, Dave Gandy http://fontawesome.io/ -with Reserved Font Name Font Awesome This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/src/yuu/data/yuu.css b/src/yuu/data/yuu.css index a7b3354..c01dcd8 100644 --- a/src/yuu/data/yuu.css +++ b/src/yuu/data/yuu.css @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ @font-face { diff --git a/src/yuu/director.js b/src/yuu/director.js index 83103b3..a078ef5 100644 --- a/src/yuu/director.js +++ b/src/yuu/director.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/gfx.js b/src/yuu/gfx.js index 2c3088e..f819bfd 100644 --- a/src/yuu/gfx.js +++ b/src/yuu/gfx.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/input.js b/src/yuu/input.js index ba58faf..f9e4e04 100644 --- a/src/yuu/input.js +++ b/src/yuu/input.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/pre.js b/src/yuu/pre.js index 5381ad7..c50ad45 100644 --- a/src/yuu/pre.js +++ b/src/yuu/pre.js @@ -95,7 +95,7 @@ /** Canonicalize fullscreen function names if available. - Based on http://fullscreen.spec.whatwg.org/, June 7th 2013. + Based on https://fullscreen.spec.whatwg.org/, June 7th 2013. */ if (!Element.prototype.requestFullscreen) diff --git a/src/yuu/rdr.js b/src/yuu/rdr.js index a03cbec..312bee1 100644 --- a/src/yuu/rdr.js +++ b/src/yuu/rdr.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (yuu) { diff --git a/src/yuu/storage.js b/src/yuu/storage.js index 1ad702e..604e78e 100644 --- a/src/yuu/storage.js +++ b/src/yuu/storage.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (exports) { diff --git a/src/yuu/yT.js b/src/yuu/yT.js index 0c86c89..891f1b2 100644 --- a/src/yuu/yT.js +++ b/src/yuu/yT.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function (module) { diff --git a/src/yuu/yf.js b/src/yuu/yf.js index 81ccb2e..ab3969b 100644 --- a/src/yuu/yf.js +++ b/src/yuu/yf.js @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ (function () { diff --git a/tools/generate-appcache b/tools/generate-appcache index 674a864..9a03981 100755 --- a/tools/generate-appcache +++ b/tools/generate-appcache @@ -9,7 +9,7 @@ directory, then inserting it into each HTML document. For more information about the HTML5 application cache, see: -- http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html +- https://html.spec.whatwg.org/multipage/browsers.html#offline - https://developer.mozilla.org/en/docs/HTML/Using_the_application_cache """ -- 2.20.1