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 f4c8d89febde24151711f385b966f00ddf54b47c..13b65cb1d03ac714e9844a4d967de4b6dbbf7635 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
-[buy it](http://yukkuri.itch.io/pwl6) and get the nicely-packaged
+[buy it](https://yukkurigames.com/pwl6/) and get the nicely-packaged
 version.
index bd5f37de8d6b46c40b4bd5c04b5b9089e8d6afb8..60092a7234a26ae3882a119cf86a5b24ab532cc9 100644 (file)
@@ -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)
index adad8fad6a17b9b86264b972b637ff7519745470..f09c3813e92760e178273c1ea01ae40efb69c75c 100644 (file)
@@ -64,8 +64,8 @@
       </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
          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>
         </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>
       <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 
-          <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>
         </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>
index e01eeb84eb546479fa474c826fa1665dfd83e9d1..bfcc8790680f80dafe41a899f7360bf2e48fd3a5 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)) {
-                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) {
index 881924ee58ff4c8fe85cf0b6071a8c8827a740b4..fb352aeb9a7686beb2e4d924ab030eadc3c66cac 100644 (file)
@@ -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) {
index bb5c6e5935897b22b13d73cbcb463fd57247bb64..8cca5227ecc30428bca408dfec12cf36e8ebc3a4 100644 (file)
@@ -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) {
index d34d2016010253b77c199701306fb3240d9e1fd4..cf2f282b3b918408520ffb309cabe7009d3f88ab 100644 (file)
@@ -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) {
index 062800f82fec26b9050ecd5ed7455e4b74637322..216b1dcb2e14d9dad7fd1ab713a1b4d44319cd06 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)
 
@@ -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:
index a7b3354eae5822cce66f7051f35560945b895544..c01dcd8afb444a1025ec86cdb2fa2ced12579d1d 100644 (file)
@@ -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 {
index 83103b332ebc20d51439d98854d99b16996485f7..a078ef5c6f8eea014bd7189fb0f3dc672af5be6f 100644 (file)
@@ -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) {
index 2c3088e8868e6ad6cb62435e919bdcaec36a0305..f819bfd799aa8a8426ac64e41bb8cd56a2bf9e35 100644 (file)
@@ -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) {
index ba58faf2aa95cf73f9f8b36b1985993d7a7ba0a1..f9e4e044449cc39f458cfa59f95831e3f14ee0f5 100644 (file)
@@ -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) {
index 5381ad719e5d4bc68a9090829884a161741458a1..c50ad4506fc5eefef317b4c56d11e314c73d0a6e 100644 (file)
@@ -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)
index a03cbec56482b6274583b09a581ec5082e425591..312bee1443e6804c1e5e99494aabbc74872bb2fa 100644 (file)
@@ -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) {
index 1ad702e2f63654660c1be31409cc9c52051b95f4..604e78edd7a1bc8bb6b48f7899e2a19bc8cc01a2 100644 (file)
@@ -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) {
index 0c86c89151f6a269438e56a2b7f4a8c36bc790f5..891f1b2626f9e44a4281b0e391f1dfc448874daf 100644 (file)
@@ -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) {
index 81ccb2e27e0590e8060c8c793b505f1883f47d85..ab3969b664d824f43131d67e28b1ae2cd6a125e0 100644 (file)
@@ -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 () {
index 674a864f74866a0b5791dc706a31223a2ce9026b..9a03981fc5cfe9f27464029cc13969890796d41e 100755 (executable)
@@ -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
 
 """