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.
$(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
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)
</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 & 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 ©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>
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) {
/* 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) {
/* 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) {
/* 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) {
--
-Hammer.js - http://eightmedia.github.io/hammer.js/
+Hammer.js - https://hammerjs.github.io/
Copyright 2011-2014 by Jorik Tangelder (Eight Media)
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:
/* 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 {
/* 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) {
/* 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) {
/* 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) {
/** 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)
/* 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) {
/* 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) {
/* 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) {
/* 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 () {
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
"""