Initial commit
This commit is contained in:
commit
309eb33fa8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/archive/
|
8
ISSUES.md
Normal file
8
ISSUES.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Id's with issues:
|
||||||
|
Identified ID's with issues so big that they can not be played.
|
||||||
|
- 35
|
||||||
|
- 41
|
||||||
|
- 43
|
||||||
|
- 50
|
||||||
|
- 60
|
||||||
|
- 68
|
55
public/css/main.css
Normal file
55
public/css/main.css
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
|
font-family: verdana;
|
||||||
|
font-size: 10px;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.enclosed {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-container { flex: auto; }
|
||||||
|
|
||||||
|
.info { padding: 3px; text-align: right; width: 167px; }
|
||||||
|
.info > a { font-size: 16px; display: block; }
|
||||||
|
.info > i { display: block; }
|
||||||
|
|
||||||
|
a { color: #f00; text-decoration: none; }
|
||||||
|
a:hover { color:#fff; text-decoration:none;}
|
||||||
|
|
||||||
|
.flex {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-around;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content > * { padding: auto; }
|
||||||
|
|
||||||
|
#ruffle-container {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#flavourtext {
|
||||||
|
color: #fff;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#audio-test {
|
||||||
|
line-height: 0;
|
||||||
|
color: #fff;
|
||||||
|
}
|
56
public/index.html
Normal file
56
public/index.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="title" content="sieni.rip">
|
||||||
|
<meta name="description" content="sieni.rip may cause permanent damge to the mental health.">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="robots" content="all">
|
||||||
|
<meta property="og:title" content="sieni.rip - mielipuolista paskaa!">
|
||||||
|
<meta property="og:site_name" content="sieni.rip">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="sieni.rip may cause permanent damge to the mental health.">
|
||||||
|
<meta name="twitter:title" content="sieni.rip - mielipuolista paskaa!">
|
||||||
|
<meta name="twitter:description" content="sieni.rip may cause permanent damge to the mental health.">
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/ruffle/ruffle.js"></script>
|
||||||
|
<script type="text/javascript" src="/js/main.js"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
|
||||||
|
<title>sieni.rip - mielipuolista paskaa!</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body onload="on_load()">
|
||||||
|
<div class="enclosed">
|
||||||
|
<div class="flex-container">
|
||||||
|
<div class="flex">
|
||||||
|
<div class="content">
|
||||||
|
<div id="audio-test">
|
||||||
|
<p>Klikkaa tai paina jotain näppäintä salliaksesi äänet.</p>
|
||||||
|
</div>
|
||||||
|
<div id="flavourtext">
|
||||||
|
<p>Sieni elää symbioosissa, eli ns. verkossa.</p>
|
||||||
|
</div>
|
||||||
|
<div id="ruffle-container">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<a id="previous"><< Previous</a> |
|
||||||
|
<a id="random"> Random</a> |
|
||||||
|
<a id="next"> Next >></a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="info">
|
||||||
|
<a href="http://sieni.us/info.php">sieni.us for life!</a>
|
||||||
|
<i>click above for information</i>
|
||||||
|
<a class="spa" href="/info.html">sieni.rip?</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
38
public/info.html
Normal file
38
public/info.html
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="title" content="sieni.rip">
|
||||||
|
<meta name="description" content="sieni.rip info.">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="robots" content="all">
|
||||||
|
<meta property="og:title" content="sieni.rip - info">
|
||||||
|
<meta property="og:site_name" content="sieni.rip">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="sieni.rip info.">
|
||||||
|
<meta name="twitter:title" content="sieni.rip - info">
|
||||||
|
<meta name="twitter:description" content="sieni.rip info.">
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/ruffle/ruffle.js"></script>
|
||||||
|
<script type="text/javascript" src="/js/main.js"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
|
||||||
|
<title>sieni.rip - info</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body onload="on_load()">
|
||||||
|
<div class="enclosed">
|
||||||
|
<div class="flex-container">
|
||||||
|
<div class="flex">
|
||||||
|
<div class="content">
|
||||||
|
<h1>Info - sieni.rip</h1>
|
||||||
|
<p><a class="spa" href="/">Back to sieni.rip</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
206
public/js/main.js
Normal file
206
public/js/main.js
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
ID_MAX = 68;
|
||||||
|
POSSIBLE_FLAVOURTEXTS = [
|
||||||
|
"Sieni elää symbioosissa, eli ns. verkossa.",
|
||||||
|
"Viikingit söivät kärpässieniä saavuttaakseen raivoisan taisteluvireen.",
|
||||||
|
"Sieni.us saattaa aiheuttaa pysyvää vahinkoa mielenterveydelle liikaa nautittuna.",
|
||||||
|
"Sieni ei ole kasvi.",
|
||||||
|
"Sieni ei ole eläin.",
|
||||||
|
"Kärpässienet aiheuttavat aistiharhoja.",
|
||||||
|
'Todellisuus on vain <a href="https://fi.wikipedia.org/wiki/Psilosybiini">psilosybiinin</a> puutteesta johtuva illuusio.'
|
||||||
|
];
|
||||||
|
ISSUES = [35, 41, 43, 50, 60, 68]
|
||||||
|
CURRENT_SWF = null;
|
||||||
|
LAST_LOADED_SWF = null;
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////// Initializing stuff
|
||||||
|
|
||||||
|
// Called on document.onload by definition in html document:
|
||||||
|
// <body onload="on_load()">
|
||||||
|
function on_load() {
|
||||||
|
player = window["player"];
|
||||||
|
let is_info = (window.location.pathname === "/info.html");
|
||||||
|
make_links_spa();
|
||||||
|
|
||||||
|
if (!is_info) {
|
||||||
|
on_load_index();
|
||||||
|
}
|
||||||
|
|
||||||
|
window.onpopstate = e => {
|
||||||
|
if (player.instance && window.location.pathname === "/") {
|
||||||
|
load_current_id();
|
||||||
|
} else {
|
||||||
|
load_page_spa(location.toString());
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// on_load index.html
|
||||||
|
function on_load_index() {
|
||||||
|
window.RufflePlayer = window.RufflePlayer || {};
|
||||||
|
window.RufflePlayer.config =
|
||||||
|
{
|
||||||
|
"public_path": "/js/ruffle/ruffle.js"
|
||||||
|
};
|
||||||
|
|
||||||
|
let ruffle = window.RufflePlayer.newest();
|
||||||
|
player = ruffle.create_player();
|
||||||
|
let ruffle_container = document.getElementById("ruffle-container");
|
||||||
|
ruffle_container.appendChild(player);
|
||||||
|
|
||||||
|
context = new AudioContext();
|
||||||
|
context.resume().then(_ => {
|
||||||
|
document.getElementById("audio-test").innerHTML = "";
|
||||||
|
}).catch(e => {
|
||||||
|
console.log("Failure : " + e);
|
||||||
|
});
|
||||||
|
|
||||||
|
setInterval(_ => {
|
||||||
|
if (LAST_LOADED_SWF !== CURRENT_SWF) {
|
||||||
|
LAST_LOADED_SWF = CURRENT_SWF;
|
||||||
|
if (CURRENT_SWF) {
|
||||||
|
load_and_play(CURRENT_SWF);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, 100);
|
||||||
|
|
||||||
|
load_current_id();
|
||||||
|
document.onkeypress = try_resume;
|
||||||
|
document.onmousedown = try_resume;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////// SPA (single-page-application) stuff
|
||||||
|
|
||||||
|
// Load a page as spa
|
||||||
|
function load_page_spa(url) {
|
||||||
|
let request = new XMLHttpRequest();
|
||||||
|
request.addEventListener("loadend", _ => {
|
||||||
|
CURRENT_SWF = null;
|
||||||
|
|
||||||
|
document.onkeypress = _ => { };
|
||||||
|
document.onmousedown = _ => { };
|
||||||
|
|
||||||
|
let parser = new DOMParser();
|
||||||
|
let new_document = parser.parseFromString(request.responseText, "text/html");
|
||||||
|
|
||||||
|
document.title = new_document.title;
|
||||||
|
document.body = new_document.body;
|
||||||
|
|
||||||
|
window.history.pushState(url, url, url);
|
||||||
|
|
||||||
|
on_load();
|
||||||
|
});
|
||||||
|
console.log("get " + url);
|
||||||
|
request.open("GET", url);
|
||||||
|
request.send();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Make all elements with class "spa" be spa'd links
|
||||||
|
function make_links_spa() {
|
||||||
|
let elems = document.getElementsByClassName("spa");
|
||||||
|
for (i = 0; i < elems.length; i++) {
|
||||||
|
let elem = elems[i];
|
||||||
|
url = elem.href;
|
||||||
|
elem.onclick = e => {
|
||||||
|
e.preventDefault();
|
||||||
|
load_page_spa(url);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Load the given id as spa. Assumes we are on index.html already
|
||||||
|
function load_id_spa(id) {
|
||||||
|
let new_url = window.location.protocol + ":/" + window.location.host + "/?id=" + id;
|
||||||
|
console.log(new_url);
|
||||||
|
window.history.pushState(new_url, new_url, "/?id=" + id);
|
||||||
|
load_current_id();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////// Ruffle stuff
|
||||||
|
|
||||||
|
// Get current id, or random id if no id can be found
|
||||||
|
function current_id() {
|
||||||
|
let id = null;
|
||||||
|
search = window.location.search.split("=");
|
||||||
|
if (search[0] === "?id" && search.length > 1) {
|
||||||
|
id = parseInt(search[1]);
|
||||||
|
}
|
||||||
|
return try_get_id(id, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns id if id is valid, otherwise increments increment to it, or chooses a random id if increment is null
|
||||||
|
function try_get_id(id, increment) {
|
||||||
|
let random_id = Math.floor(Math.random() * (ID_MAX + 1));
|
||||||
|
|
||||||
|
let returned = random_id;
|
||||||
|
if (id === null || isNaN(id) || id < 0 || id > ID_MAX) {
|
||||||
|
returned = random_id;
|
||||||
|
}
|
||||||
|
|
||||||
|
return returned;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Load the swf with current_id(), and set_up_link() previous, random and next
|
||||||
|
function load_current_id() {
|
||||||
|
let flavourtext = POSSIBLE_FLAVOURTEXTS[Math.floor(Math.random() * POSSIBLE_FLAVOURTEXTS.length)].trim();
|
||||||
|
var template = document.createElement('template');
|
||||||
|
template.innerHTML = flavourtext;
|
||||||
|
document.getElementById("flavourtext").innerHTML = "";
|
||||||
|
document.getElementById("flavourtext").append(template.content);
|
||||||
|
|
||||||
|
let id = current_id();
|
||||||
|
let url = swf_url(id);
|
||||||
|
|
||||||
|
CURRENT_SWF = url;
|
||||||
|
|
||||||
|
let previous_id = (id + ID_MAX) % (ID_MAX + 1);
|
||||||
|
let next_id = (id + ID_MAX + 2) % (ID_MAX + 1);
|
||||||
|
let random_id = Math.floor(Math.random() * (ID_MAX + 1));
|
||||||
|
set_up_link("previous", previous_id);
|
||||||
|
set_up_link("random", random_id);
|
||||||
|
set_up_link("next", next_id);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Set up the link at id elem_id, so it's href points at /?id=[id], and update it's onclick
|
||||||
|
function set_up_link(elem_id, id) {
|
||||||
|
let elem = document.getElementById(elem_id);
|
||||||
|
elem.href = "/?id=" + id;
|
||||||
|
elem.onclick = e => {
|
||||||
|
e.preventDefault();
|
||||||
|
load_id_spa(id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Get the swf file url from the given ID
|
||||||
|
function swf_url(id) {
|
||||||
|
return "/swf/" + ("00" + id).substr(-2) + ".swf"
|
||||||
|
}
|
||||||
|
|
||||||
|
// Load and play the swf file from the given URL
|
||||||
|
function load_and_play(url) {
|
||||||
|
let abs_url = new URL(url, window.location.href).toString();
|
||||||
|
console.log("Loading SWF file " + url);
|
||||||
|
|
||||||
|
fetch(abs_url).then(response => {
|
||||||
|
if (response.ok) {
|
||||||
|
response.arrayBuffer().then(data => {
|
||||||
|
player.play_swf_data(data).then(_ => {
|
||||||
|
if (player.play_button) player.play_button.style.display = "none";
|
||||||
|
player.play_button_clicked(player);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
console.error("SWF load failed: " + response.status + " " + response.statusText + " for " + url);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Try to resume the ruffle instance, and update fake-context's resume
|
||||||
|
function try_resume() {
|
||||||
|
context.resume();
|
||||||
|
if (player.instance) {
|
||||||
|
player.instance.play();
|
||||||
|
}
|
||||||
|
};
|
BIN
public/js/ruffle/1d7f9c2524fb344daa8b.module.wasm
Normal file
BIN
public/js/ruffle/1d7f9c2524fb344daa8b.module.wasm
Normal file
Binary file not shown.
176
public/js/ruffle/LICENSE_APACHE
Normal file
176
public/js/ruffle/LICENSE_APACHE
Normal file
@ -0,0 +1,176 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
25
public/js/ruffle/LICENSE_MIT
Normal file
25
public/js/ruffle/LICENSE_MIT
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Copyright (c) 2018 Mike Welsh <mwelsh@gmail.com>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any
|
||||||
|
person obtaining a copy of this software and associated
|
||||||
|
documentation files (the "Software"), to deal in the
|
||||||
|
Software without restriction, including without
|
||||||
|
limitation the rights to use, copy, modify, merge,
|
||||||
|
publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software
|
||||||
|
is furnished to do so, subject to the following
|
||||||
|
conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice
|
||||||
|
shall be included in all copies or substantial portions
|
||||||
|
of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||||
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||||
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||||
|
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
||||||
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
DEALINGS IN THE SOFTWARE.
|
53
public/js/ruffle/README.md
Normal file
53
public/js/ruffle/README.md
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
# ruffle-selfhosted
|
||||||
|
|
||||||
|
ruffle-selfhosted is the intended way to get Ruffle onto your website.
|
||||||
|
|
||||||
|
You may either include it and forget about it, and we will polyfill existing Flash content,
|
||||||
|
or use our APIs for custom configurations or more advanced usages of the Ruffle player.
|
||||||
|
|
||||||
|
## Using ruffle-selfhosted
|
||||||
|
|
||||||
|
For more examples and in-depth documentation on how to use Ruffle on your website, please
|
||||||
|
[check out our wiki](https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#web).
|
||||||
|
|
||||||
|
### Host Ruffle
|
||||||
|
|
||||||
|
Before you can get started with using Ruffle on your website, you must host its files yourself.
|
||||||
|
Either take the [latest build](https://ruffle-rs.s3-us-west-1.amazonaws.com/builds/web/ruffle_web_latest.zip)
|
||||||
|
or [build it yourself](../../README.md), and make these files accessible by your web server.
|
||||||
|
|
||||||
|
Please note that the `.wasm` file must be served properly, and some web servers may not do that
|
||||||
|
correctly out of the box. Please see [our wiki](https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configure-wasm-mime-type)
|
||||||
|
for instructions on how to configure this, if you encounter a `Incorrect response MIME type` error.
|
||||||
|
|
||||||
|
### "Plug and Play"
|
||||||
|
|
||||||
|
If you have an existing website with flash content, you can simply include Ruffle as a script and
|
||||||
|
our polyfill magic will replace everything for you. No fuss, no mess.
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="path/to/ruffle/ruffle.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Javascript API
|
||||||
|
|
||||||
|
If you want to control the Ruffle player, you may use our Javascript API.
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script>
|
||||||
|
window.RufflePlayer = window.RufflePlayer || {};
|
||||||
|
|
||||||
|
window.addEventListener("DOMContentLoaded", () => {
|
||||||
|
let ruffle = window.RufflePlayer.newest();
|
||||||
|
let player = ruffle.create_player();
|
||||||
|
let container = document.getElementById("container");
|
||||||
|
container.appendChild(player);
|
||||||
|
player.stream_swf_url("movie.swf");
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script src="path/to/ruffle/ruffle.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Building, testing or contributing
|
||||||
|
|
||||||
|
Please see [the ruffle-web README](../../README.md).
|
1
public/js/ruffle/core.ruffle.683ad1fed53e69d660e8.js
Normal file
1
public/js/ruffle/core.ruffle.683ad1fed53e69d660e8.js
Normal file
File diff suppressed because one or more lines are too long
1
public/js/ruffle/ruffle.js
Normal file
1
public/js/ruffle/ruffle.js
Normal file
File diff suppressed because one or more lines are too long
BIN
public/swf/00.swf
Normal file
BIN
public/swf/00.swf
Normal file
Binary file not shown.
BIN
public/swf/01.swf
Normal file
BIN
public/swf/01.swf
Normal file
Binary file not shown.
BIN
public/swf/02.swf
Normal file
BIN
public/swf/02.swf
Normal file
Binary file not shown.
BIN
public/swf/03.swf
Normal file
BIN
public/swf/03.swf
Normal file
Binary file not shown.
BIN
public/swf/04.swf
Normal file
BIN
public/swf/04.swf
Normal file
Binary file not shown.
BIN
public/swf/05.swf
Normal file
BIN
public/swf/05.swf
Normal file
Binary file not shown.
BIN
public/swf/06.swf
Normal file
BIN
public/swf/06.swf
Normal file
Binary file not shown.
BIN
public/swf/07.swf
Normal file
BIN
public/swf/07.swf
Normal file
Binary file not shown.
BIN
public/swf/08.swf
Normal file
BIN
public/swf/08.swf
Normal file
Binary file not shown.
BIN
public/swf/09.swf
Normal file
BIN
public/swf/09.swf
Normal file
Binary file not shown.
BIN
public/swf/10.swf
Normal file
BIN
public/swf/10.swf
Normal file
Binary file not shown.
BIN
public/swf/11.swf
Normal file
BIN
public/swf/11.swf
Normal file
Binary file not shown.
BIN
public/swf/12.swf
Normal file
BIN
public/swf/12.swf
Normal file
Binary file not shown.
BIN
public/swf/13.swf
Normal file
BIN
public/swf/13.swf
Normal file
Binary file not shown.
BIN
public/swf/14.swf
Normal file
BIN
public/swf/14.swf
Normal file
Binary file not shown.
BIN
public/swf/15.swf
Normal file
BIN
public/swf/15.swf
Normal file
Binary file not shown.
BIN
public/swf/16.swf
Normal file
BIN
public/swf/16.swf
Normal file
Binary file not shown.
BIN
public/swf/17.swf
Normal file
BIN
public/swf/17.swf
Normal file
Binary file not shown.
BIN
public/swf/18.swf
Normal file
BIN
public/swf/18.swf
Normal file
Binary file not shown.
BIN
public/swf/19.swf
Normal file
BIN
public/swf/19.swf
Normal file
Binary file not shown.
BIN
public/swf/20.swf
Normal file
BIN
public/swf/20.swf
Normal file
Binary file not shown.
BIN
public/swf/21.swf
Normal file
BIN
public/swf/21.swf
Normal file
Binary file not shown.
BIN
public/swf/22.swf
Normal file
BIN
public/swf/22.swf
Normal file
Binary file not shown.
BIN
public/swf/23.swf
Normal file
BIN
public/swf/23.swf
Normal file
Binary file not shown.
BIN
public/swf/24.swf
Normal file
BIN
public/swf/24.swf
Normal file
Binary file not shown.
BIN
public/swf/25.swf
Normal file
BIN
public/swf/25.swf
Normal file
Binary file not shown.
BIN
public/swf/26.swf
Normal file
BIN
public/swf/26.swf
Normal file
Binary file not shown.
BIN
public/swf/27.swf
Normal file
BIN
public/swf/27.swf
Normal file
Binary file not shown.
BIN
public/swf/28.swf
Normal file
BIN
public/swf/28.swf
Normal file
Binary file not shown.
BIN
public/swf/29.swf
Normal file
BIN
public/swf/29.swf
Normal file
Binary file not shown.
BIN
public/swf/30.swf
Normal file
BIN
public/swf/30.swf
Normal file
Binary file not shown.
BIN
public/swf/31.swf
Normal file
BIN
public/swf/31.swf
Normal file
Binary file not shown.
BIN
public/swf/32.swf
Normal file
BIN
public/swf/32.swf
Normal file
Binary file not shown.
BIN
public/swf/33.swf
Normal file
BIN
public/swf/33.swf
Normal file
Binary file not shown.
BIN
public/swf/34.swf
Normal file
BIN
public/swf/34.swf
Normal file
Binary file not shown.
BIN
public/swf/35.swf
Normal file
BIN
public/swf/35.swf
Normal file
Binary file not shown.
BIN
public/swf/36.swf
Normal file
BIN
public/swf/36.swf
Normal file
Binary file not shown.
BIN
public/swf/37.swf
Normal file
BIN
public/swf/37.swf
Normal file
Binary file not shown.
BIN
public/swf/38.swf
Normal file
BIN
public/swf/38.swf
Normal file
Binary file not shown.
BIN
public/swf/39.swf
Normal file
BIN
public/swf/39.swf
Normal file
Binary file not shown.
BIN
public/swf/40.swf
Normal file
BIN
public/swf/40.swf
Normal file
Binary file not shown.
BIN
public/swf/41.swf
Normal file
BIN
public/swf/41.swf
Normal file
Binary file not shown.
BIN
public/swf/42.swf
Normal file
BIN
public/swf/42.swf
Normal file
Binary file not shown.
BIN
public/swf/43.swf
Normal file
BIN
public/swf/43.swf
Normal file
Binary file not shown.
BIN
public/swf/44.swf
Normal file
BIN
public/swf/44.swf
Normal file
Binary file not shown.
BIN
public/swf/45.swf
Normal file
BIN
public/swf/45.swf
Normal file
Binary file not shown.
BIN
public/swf/46.swf
Normal file
BIN
public/swf/46.swf
Normal file
Binary file not shown.
BIN
public/swf/47.swf
Normal file
BIN
public/swf/47.swf
Normal file
Binary file not shown.
BIN
public/swf/48.swf
Normal file
BIN
public/swf/48.swf
Normal file
Binary file not shown.
BIN
public/swf/49.swf
Normal file
BIN
public/swf/49.swf
Normal file
Binary file not shown.
BIN
public/swf/50.swf
Normal file
BIN
public/swf/50.swf
Normal file
Binary file not shown.
BIN
public/swf/51.swf
Normal file
BIN
public/swf/51.swf
Normal file
Binary file not shown.
BIN
public/swf/52.swf
Normal file
BIN
public/swf/52.swf
Normal file
Binary file not shown.
BIN
public/swf/53.swf
Normal file
BIN
public/swf/53.swf
Normal file
Binary file not shown.
BIN
public/swf/54.swf
Normal file
BIN
public/swf/54.swf
Normal file
Binary file not shown.
BIN
public/swf/55.swf
Normal file
BIN
public/swf/55.swf
Normal file
Binary file not shown.
BIN
public/swf/56.swf
Normal file
BIN
public/swf/56.swf
Normal file
Binary file not shown.
BIN
public/swf/57.swf
Normal file
BIN
public/swf/57.swf
Normal file
Binary file not shown.
BIN
public/swf/58.swf
Normal file
BIN
public/swf/58.swf
Normal file
Binary file not shown.
BIN
public/swf/59.swf
Normal file
BIN
public/swf/59.swf
Normal file
Binary file not shown.
BIN
public/swf/60.swf
Normal file
BIN
public/swf/60.swf
Normal file
Binary file not shown.
BIN
public/swf/61.swf
Normal file
BIN
public/swf/61.swf
Normal file
Binary file not shown.
BIN
public/swf/62.swf
Normal file
BIN
public/swf/62.swf
Normal file
Binary file not shown.
BIN
public/swf/63.swf
Normal file
BIN
public/swf/63.swf
Normal file
Binary file not shown.
BIN
public/swf/64.swf
Normal file
BIN
public/swf/64.swf
Normal file
Binary file not shown.
BIN
public/swf/65.swf
Normal file
BIN
public/swf/65.swf
Normal file
Binary file not shown.
BIN
public/swf/66.swf
Normal file
BIN
public/swf/66.swf
Normal file
Binary file not shown.
BIN
public/swf/67.swf
Normal file
BIN
public/swf/67.swf
Normal file
Binary file not shown.
BIN
public/swf/68.swf
Normal file
BIN
public/swf/68.swf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user