forked from TurboWarp/mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 3ba9041 🚀
- Loading branch information
mirror build bot
committed
Nov 21, 2023
0 parents
commit 3b29837
Showing
461 changed files
with
4,151 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Addon Settings - TurboWarp</title><style>body[splash-theme="dark"]:not(.tw-loaded) { | ||
background: #111; | ||
}</style><meta name="robots" content="noindex"></head><body><script>(function() { | ||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.body.setAttribute('splash-theme', 'dark'); | ||
})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.3e609736d74b93411c51.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.1af613e0edbf7211ac43.js"></script><script src="js/addon-settings.97df712938ad681d1e10.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf8"> | ||
<title>August 2023 Scratch Maintenance - TurboWarp</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<style> | ||
body { | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
margin: 0; | ||
border-top: 4px solid #ff4c4c; | ||
padding: 0 4px; | ||
} | ||
main { | ||
max-width: 600px; | ||
margin: auto; | ||
} | ||
.quote { | ||
padding: 12px 20px; | ||
border: 1px solid #ccc; | ||
background-color: #f7f7f7; | ||
} | ||
.quote p { | ||
font-weight: bold; | ||
margin: 0; | ||
} | ||
.quote ul { | ||
margin: 0.5rem 0 0 0; | ||
padding: 0 0 0 1.2rem; | ||
} | ||
h2 { | ||
font-size: 1.2em; | ||
} | ||
</style> | ||
<meta name="robots" content="noindex"></head> | ||
|
||
<body> | ||
<main> | ||
<h1>August 2023 Scratch Maintenance</h1> | ||
<p>The Scratch Team <a href="https://scratch.mit.edu/discuss/topic/702112/">announced</a> that Scratch may be temporarily down for maintenance in the near future:</p> | ||
<div class="quote"> | ||
<p>ScratchCat wrote:</p> | ||
<ul> | ||
<li>August 11 at 8 PM ET - August 13 at 1159 PM ET: scratch.mit.edu will be in maintenance mode during portions of this weekend, and you may not be able to access Scratch. If you want to use Scratch during this time, make sure to download the Scratch App to your device.</li> | ||
<li>August 18, 8 PM ET - August 20, 1159 ET: Translation extension blocks, Text-To-Speech extension blocks, and access to projects and assets will be temporarily unavailable during portions of the weekend. The rest of the site should be working normally during this time.</li> | ||
<li>August 25, 8 PM ET - August 27, 1159 ET: The Backpack tool, Cloud Data, and thumbnail updates will be temporarily unavailable during portions of the weekend. The rest of the site should be working normally during this time.</li> | ||
</ul> | ||
</div> | ||
|
||
<p>Parts of this maintenance will impact TurboWarp and other tools that use the Scratch API. <s>We're assuming this maintenance is mostly internal stuff and that there won't be significant outwards changes.</s></p> | ||
|
||
<!-- https://crt.sh/?q=scratch.org --> | ||
<p><b>Update:</b> Based on public logs, we speculate that Scratch could make larger changes than we initially anticipated. We are already preparing if they do (which seems unlikely), but it could result in parts of TurboWarp being unavailable for longer than originally anticipated.</p> | ||
|
||
<h2>What won't be affected</h2> | ||
<p>All of the TurboWarp websites will be up. You will still be able to load projects saved to your computer using the <a href="https://turbowarp.org/editor">website</a>, <a href="https://desktop.turbowarp.org/">desktop app</a>, or <a href="https://forkphorus.github.io/">packager</a>. Packaged projects will still load. TurboWarp's backpack and restore points will be unaffected. Our cloud variable server should still work, and almost all custom extensions will not be affected.</p> | ||
|
||
<h2>August 11 at 8 PM ET – August 13 at 11:59 PM ET</h2> | ||
<p>Loading projects from the Scratch website <b>may not</b> work. (Forum post is a bit vague)</p> | ||
|
||
<h2>August 18 at 8 PM ET – August 20 at 11:59 PM ET</h2> | ||
<p>Loading projects from the Scratch website <b>may not</b> work anywhere. Translate blocks, text-to-speech blocks, and extensions that use the Scratch API <b>may not</b> work in any project. (We cache translate requests, so some common translations may still work)</p> | ||
|
||
<h2>August 25 at 8 PM ET – August 27 at 11:59 PM ET</h2> | ||
<p>No effect anticipated.</p> | ||
|
||
<h2>If Scratch does make significant changes</h2> | ||
<p>It will take a bit longer, but we will get everything working again shortly.</p> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>TurboWarp Credits</title><style>body[splash-theme="dark"]:not(.tw-loaded) { | ||
background: #111; | ||
}</style><meta name="robots" content="noindex"></head><body><script>(function() { | ||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.body.setAttribute('splash-theme', 'dark'); | ||
})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.3e609736d74b93411c51.js"></script><script src="js/credits.e29bf294595c69cbcae3.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><meta name="description" content="TurboWarp is a Scratch mod with a compiler to run projects faster, dark mode for your eyes, a bunch of addons to improve the editor, and more."/><title>TurboWarp - Run Scratch projects faster</title><link rel="apple-touch-icon" href="images/apple-touch-icon.png"><style>#splash { | ||
position: absolute; width: 100%; height: 100%; top: 0; left: 0; | ||
display: flex; align-items: center; justify-content: center; | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ff4c4c; | ||
} | ||
.tw-loaded #splash, #splash-content { display: none; } | ||
#splash[splash-theme="dark"] { background-color: #333; color: #fff; } | ||
#splash-spinner:after { | ||
content: " "; display: block; width: 64px; height: 64px; | ||
border-radius: 50%; border: 6px solid; border-color: currentColor transparent currentColor transparent; | ||
animation: splash-spinner 1.2s linear infinite; | ||
} | ||
@keyframes splash-spinner { | ||
0% { transform: rotate(0deg); } | ||
100% { transform: rotate(360deg); } | ||
}</style><meta name="robots" content="noindex"></head><body><div id="splash" aria-hidden="true"><noscript><h1>Enable JavaScript</h1></noscript><div id="splash-content"><div id="splash-spinner"></div></div></div><script>(function() { | ||
document.querySelector('#splash-content').style.display = 'block'; | ||
|
||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.querySelector('#splash').setAttribute('splash-theme', 'dark'); | ||
|
||
})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.3e609736d74b93411c51.js"></script><script src="js/vendors~editor~embed~fullscreen~player.87e06b03cfe512d21060.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.1af613e0edbf7211ac43.js"></script><script src="js/editor~embed~fullscreen~player.3ba770d2469c8f9fe6c5.js"></script><script src="js/editor.8dee5410f9fb38d9a09f.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="robots" content="noindex"> | ||
<style> | ||
body { | ||
/* not quite white so we can test transparency */ | ||
background-color: #ffeecc; | ||
} | ||
</style> | ||
<meta name="robots" content="noindex"></head> | ||
<body> | ||
<iframe src="embed.html?addons=pause,gamepad&settings-button&fullscreen-background=black#443603478" width="499" height="416" allowtransparency="true" frameborder="0" scrolling="no" allowfullscreen></iframe> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><meta name="description" content="TurboWarp is a Scratch mod with a compiler to run projects faster, dark mode for your eyes, a bunch of addons to improve the editor, and more."/><title>TurboWarp - Run Scratch projects faster</title><link rel="apple-touch-icon" href="images/apple-touch-icon.png"><style>#splash { | ||
position: absolute; width: 100%; height: 100%; top: 0; left: 0; | ||
display: flex; align-items: center; justify-content: center; | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ff4c4c; | ||
} | ||
.tw-loaded #splash, #splash-content { display: none; } | ||
#splash[splash-theme="dark"] { background-color: #333; color: #fff; } | ||
#splash-spinner:after { | ||
content: " "; display: block; width: 64px; height: 64px; | ||
border-radius: 50%; border: 6px solid; border-color: currentColor transparent currentColor transparent; | ||
animation: splash-spinner 1.2s linear infinite; | ||
} | ||
@keyframes splash-spinner { | ||
0% { transform: rotate(0deg); } | ||
100% { transform: rotate(360deg); } | ||
}</style><meta name="robots" content="noindex"></head><body><div id="splash" aria-hidden="true"><noscript><h1>Enable JavaScript</h1></noscript><div id="splash-content"><div id="splash-spinner"></div></div></div><script>(function() { | ||
document.querySelector('#splash-content').style.display = 'block'; | ||
|
||
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {} | ||
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.querySelector('#splash').setAttribute('splash-theme', 'dark'); | ||
|
||
})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.3e609736d74b93411c51.js"></script><script src="js/vendors~editor~embed~fullscreen~player.87e06b03cfe512d21060.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.1af613e0edbf7211ac43.js"></script><script src="js/editor~embed~fullscreen~player.3ba770d2469c8f9fe6c5.js"></script><script src="js/editor.8dee5410f9fb38d9a09f.js"></script></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.