Update URLs - mostly s/http/https/, a few moved.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 19 Apr 2015 20:50:17 +0000 (22:50 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 19 Apr 2015 20:50:17 +0000 (22:50 +0200)
18 files changed:
README.md
rules/nwjs.mk
src/index.html
src/pwl6.js
src/yuu/audio.js
src/yuu/ce.js
src/yuu/core.js
src/yuu/data/license.txt
src/yuu/data/yuu.css
src/yuu/director.js
src/yuu/gfx.js
src/yuu/input.js
src/yuu/pre.js
src/yuu/rdr.js
src/yuu/storage.js
src/yuu/yT.js
src/yuu/yf.js
tools/generate-appcache

index f4c8d89..13b65cb 100644 (file)
--- 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
 
 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.
 version.
index bd5f37d..60092a7 100644 (file)
@@ -16,7 +16,7 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms))
 
 $(nwjs-pattern):
        $(MKDIR) '$(@D)'
 
 $(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
        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 $@ '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)
 
 distclean::
        $(RM) $(nwjs-archives)
index adad8fa..f09c381 100644 (file)
@@ -64,8 +64,8 @@
       </p>
       <p class=browser>
         Supported browsers include recent versions of
       </p>
       <p class=browser>
         Supported browsers include recent versions of
-        <a target=_blank href="http://www.mozilla.org/firefox/">Mozilla Firefox</a>
-        and <a target=_blank href="http://www.google.com/chrome/">Google Chrome</a>
+        <a target=_blank href="https://www.mozilla.org/firefox/">Mozilla Firefox</a>
+        and <a target=_blank href="https://www.google.com/chrome/">Google Chrome</a>
         on most desktop computers,
         <a target=_blank href="https://www.google.com/intl/en/chrome/browser/mobile/android.html">Chrome
           for Android</a>, and Safari on Mac OS X 10.7 and later
         on most desktop computers,
         <a target=_blank href="https://www.google.com/intl/en/chrome/browser/mobile/android.html">Chrome
           for Android</a>, and Safari on Mac OS X 10.7 and later
          data-yuu-animation=yuu-from-top
          data-yuu-dismiss-key=escape>
       <div data-yuu-command=dismiss tabindex=0></div>
          data-yuu-animation=yuu-from-top
          data-yuu-dismiss-key=escape>
       <div data-yuu-command=dismiss tabindex=0></div>
-      <h1><a target=_blank href="http://yukkurigames.com/pwl6/">Pixel Witch Lesson #6</a></h1>
+      <h1><a target=_blank href="https://yukkurigames.com/pwl6/">Pixel Witch Lesson #6</a></h1>
       <dl>
         <dt>Designed &amp; Implemented</dt>
         <dd>Joe Wreschnig</dd>
       <dl>
         <dt>Designed &amp; Implemented</dt>
         <dd>Joe Wreschnig</dd>
         </dd>
         <dd>
           Jorik Tangelder
         </dd>
         <dd>
           Jorik Tangelder
-          (<a target=_blank href="http://eightmedia.github.io/hammer.js/">Hammer.js</a>)
+          (<a target=_blank href="https://hammerjs.github.io/">Hammer.js</a>)
         </dd>
         <dt>Fonts</dt>
         <dd>
         </dd>
         <dt>Fonts</dt>
         <dd>
       <div style="text-align: center">
         <p>
           Copyright &copy;2014
       <div style="text-align: center">
         <p>
           Copyright &copy;2014
-          <a target=_blank href="http://yukkurigames.com/">Yukkuri Games</a>
+          <a target=_blank href="https://yukkurigames.com/">Yukkuri Games</a>
           and others
         </p>
         <p>
           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 
           and others
         </p>
         <p>
           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 
-          <a target=_blank href="http://www.gnu.org/licenses/gpl-2.0.html">version
+          <a target=_blank href="https://www.gnu.org/licenses/gpl-2.0.html">version
             2 of the License</a>, or (at your option)
           <a target=_blank href="https://www.gnu.org/copyleft/gpl.html">any later version</a>.
         </p>
             2 of the License</a>, or (at your option)
           <a target=_blank href="https://www.gnu.org/copyleft/gpl.html">any later version</a>.
         </p>
         </p>
         <hr>
         <ul class=link-footer>
         </p>
         <hr>
         <ul class=link-footer>
-          <li><a target=_blank href="http://yukkurigames.com/pwl6/">Pixel Witch Lesson #6</a>
-          <li><a target=_blank href="http://yukkurigames.com/">Yukkuri Games</a>
+          <li><a target=_blank href="https://yukkurigames.com/pwl6/">Pixel Witch Lesson #6</a>
+          <li><a target=_blank href="https://yukkurigames.com/">Yukkuri Games</a>
           <li><a href="mailto:yuuSPAM@MAPSyukkurigames.com"
                  onclick="this.href=this.href.replace(/[A-Z]/g, '')">Email Us</a>
         </ul>
           <li><a href="mailto:yuuSPAM@MAPSyukkurigames.com"
                  onclick="this.href=this.href.replace(/[A-Z]/g, '')">Email Us</a>
         </ul>
index e01eeb8..bfcc879 100644 (file)
@@ -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)) {
             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) {
             } else if (this.current === 0 && this.COLOPHON.contains(p)) {
                 yuu.director.showOverlay("colophon");
             } else if (this.current === 0 || p.x >= -0.2) {
index 881924e..fb352ae 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index bb5c6e5..8cca522 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index d34d201..cf2f282 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index 062800f..216b1dc 100644 (file)
@@ -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)
 
 
 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 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:
 
 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:
index a7b3354..c01dcd8 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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 {
 */
 
 @font-face {
index 83103b3..a078ef5 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index 2c3088e..f819bfd 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index ba58faf..f9e4e04 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index 5381ad7..c50ad45 100644 (file)
@@ -95,7 +95,7 @@
 
         /** Canonicalize fullscreen function names if available.
 
 
         /** 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)
         */
 
         if (!Element.prototype.requestFullscreen)
index a03cbec..312bee1 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (yuu) {
index 1ad702e..604e78e 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (exports) {
index 0c86c89..891f1b2 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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) {
 */
 
 (function (module) {
index 81ccb2e..ab3969b 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2014 Yukkuri Games
    Licensed under the terms of the GNU GPL v2 or later
 /* 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 () {
 */
 
 (function () {
index 674a864..9a03981 100755 (executable)
@@ -9,7 +9,7 @@ directory, then inserting it into each HTML document.
 
 For more information about the HTML5 application cache, see:
 
 
 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
 
 """
 - https://developer.mozilla.org/en/docs/HTML/Using_the_application_cache
 
 """