You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>wickphorus - phosphorus for Scratch 3</title>
10
10
<script>
11
11
// Apply local dark mode preference very early to avoid a flash of white
12
12
(function(){
@@ -33,8 +33,8 @@
33
33
<divid="app">
34
34
35
35
<divclass="area" id="title-area">
36
-
<h1class="title">forkphorus</h1>
37
-
<p>forkphorus runs Scratch 3, 2, and 1 projects really fast by compiling them to JavaScript. Try it out by pasting a project ID or URL into the field below, <aclass="upload-button"><inputid="upload-file-input" type="file" autocomplete="off" accept=".sb,.sb2,.sb3">selecting a project file</a>, dropping a file on the page, or <aid="examples">exploring the examples studio</a>.</p>
36
+
<h1class="title">wickphorus</h1>
37
+
<p>wickphorus runs Scratch 3, 2, and 1 projects really fast by compiling them to JavaScript. Try it out by pasting a project ID or URL into the field below, <aclass="upload-button"><inputid="upload-file-input" type="file" autocomplete="off" accept=".sb,.sb2,.sb3">selecting a project file</a>, dropping a file on the page, or <aid="examples">exploring the examples studio</a>.</p>
38
38
</div>
39
39
40
40
<divid="examples-container" class="area">
@@ -63,12 +63,12 @@ <h1>Unshared projects are no longer visible</h1>
63
63
64
64
<section>
65
65
<h1data-i18n="index.report">Report a problem</h1>
66
-
<p>forkphorus is in maintenance mode, but it still receives occasional bug fixes. <aid="bug-link" target="_blank" rel="noopener" href="https://github.com/forkphorus/forkphorus/issues/new">Click here</a> to report a problem with this project. You can also comment problems <ahref="https://scratch.mit.edu/projects/366001364/" target="_blank" rel="noopener">here</a> if you don't have a GitHub account.</p>
66
+
<p>wickphorus is in maintenance mode, but it still receives occasional bug fixes. <aid="bug-link" target="_blank" rel="noopener" href="https://github.com/wiktorlaskowski/wickphorus/issues/new">Click here</a> to report a problem with this project. You can also comment problems <ahref="https://scratch.mit.edu/projects/366001364/" target="_blank" rel="noopener">here</a> if you don't have a GitHub account.</p>
67
67
</section>
68
68
69
69
<sectionclass=package>
70
70
<h1data-i18n="index.embed">Embed this project</h1>
71
-
<pdata-i18n="index.embed.description">Include the forkphorus player in your web site.</p>
71
+
<pdata-i18n="index.embed.description">Include the wickphorus player in your web site.</p>
<p>Help test unfinished features. These require a refresh to apply.</b><ahref="https://github.com/forkphorus/forkphorus/wiki/Advanced-Features" target="_blank">Please read this first</a>.</p>
145
+
<p>Help test unfinished features. These require a refresh to apply.</b><ahref="https://github.com/wiktorlaskowski/wickphorus/wiki/Advanced-Features" target="_blank">Please read this first</a>.</p>
<pstyle="margin-bottom: 0;"><aid="turbowarp" href="https://turbowarp.org/" target="_black" rel="noopener">TurboWarp</a> typically has better performance and compatibility than forkphorus and has an editor. Give it a try, you might like it.</p>
153
+
<pstyle="margin-bottom: 0;"><aid="turbowarp" href="https://turbowarp.org/" target="_black" rel="noopener">TurboWarp</a> typically has better performance and compatibility than wickphorus and has an editor. Give it a try, you might like it.</p>
154
154
155
155
<h1data-i18n="index.credits">Credits</h1>
156
-
<p>forkphorus is maintained by <ahref="https://scratch.mit.edu/users/GarboMuffin/">GarboMuffin</a> and <ahref="https://github.com/forkphorus/forkphorus/graphs/contributors">other contributors</a>. It is a fork of <ahref="https://github.com/nathan">Nathan</a>'s <ahref="https://phosphorus.github.io/">phosphorus</a>. Its CPS-style compilation was inspired by <ahref="https://github.com/RHY3756547">Rhys</a>'s <ahref="https://code.google.com/p/sb2-js/">sb2.js</a>. The <ahref="https://stuk.github.io/jszip/">JSZip</a> library is used to read <code>.sb2</code> and <code>.sb3</code> files. The <ahref="https://github.com/canvg/canvg">canvg</a> library is used to render SVGs for Scratch 2 projects. The <ahref="https://github.com/LLK/scratch-sb1-converter">scratch-sb1-converter</a> library is used to support Scratch 1 projects.</p>
156
+
<p>wickphorus is maintained by <ahref="https://scratch.mit.edu/users/GarboMuffin/">GarboMuffin</a> and <ahref="https://github.com/wiktorlaskowski/wickphorus/graphs/contributors">other contributors</a>. It is a fork of <ahref="https://github.com/nathan">Nathan</a>'s <ahref="https://phosphorus.github.io/">phosphorus</a>. Its CPS-style compilation was inspired by <ahref="https://github.com/RHY3756547">Rhys</a>'s <ahref="https://code.google.com/p/sb2-js/">sb2.js</a>. The <ahref="https://stuk.github.io/jszip/">JSZip</a> library is used to read <code>.sb2</code> and <code>.sb3</code> files. The <ahref="https://github.com/canvg/canvg">canvg</a> library is used to render SVGs for Scratch 2 projects. The <ahref="https://github.com/LLK/scratch-sb1-converter">scratch-sb1-converter</a> library is used to support Scratch 1 projects.</p>
157
157
158
158
<h1data-i18n="index.code">Code</h1>
159
-
<p>The source code for forkphorus is available <ahref=https://github.com/forkphorus/forkphorus>on GitHub</a>.</p>
159
+
<p>The source code for wickphorus is available <ahref=https://github.com/wiktorlaskowski/wickphorus>on GitHub</a>.</p>
0 commit comments