Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jan 1, 2024
1 parent 02f7163 commit 94b0974
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Extract the original Scratch project from HTML or zip files generated by TurboWarp Packager, forkphorus packager, or HTMLifier.">
<meta name="theme-color" content="#ff4c4c">
<title>Unpackager for TurboWarp, forkphorus, and HTMLifier</title>
<title>Unpackager for Snail IDE</title>
<style>
:root {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -62,31 +62,30 @@

<body>
<main>
<h1>Unpackager for TurboWarp, forkphorus, and HTMLifier</h1>
<h1>Unpackager for Snail IDE</h1>

<p>Select or drop an HTML or zip file generated by <a href="https://packager.turbowarp.org/">TurboWarp Packager</a>, <a href="https://forkphorus.github.io/packager/">forkphorus packager</a>, or <a href="https://sheeptester.github.io/htmlifier/">HTMLifier</a> and the unpackager will extract the original Scratch project.</p>
<p>Select or drop an HTML or zip file generated by <a href="https://snail-ide.js.org/Snail-IDE-Packager/">Snail IDE Packager</a> and the unpackager will extract the original Snail IDE project.</p>

<input type="file" class="file-input" accept=".zip, .html" multiple autocomplete="off">

<p class="download-section"></p>

<h2>Limitations</h2>
<p>Having access to a packaged version of a project does not necessarily mean that you are legally allowed to unpackage the project, modify it, or redistribute it. We are not lawyers and will not provide legal advice on this matter.</p>
<p>The TurboWarp Packager removes comments and script positions from packaged projects, so you may have to manually clean up the scripts.</p>
<p>HTMLifier converts Scratch 2 projects to Scratch 3, so some information may be lost from those projects.</p>
<p>The Snail IDE Packager removes comments and script positions from packaged projects, so you may have to manually clean up the scripts.</p

<h2>Bugs</h2>
<p>Report bugs (such as files that couldn't be unpackaged) <a href="https://github.com/TurboWarp/unpackager/issues">on GitHub</a>.</p>
<p>Report bugs (such as files that couldn't be unpackaged) <a href="https://github.com/Snail-IDE/unpackager/issues">on GitHub</a>.</p>

<h2>Code</h2>
<p>Unpackager is <a href="https://github.com/TurboWarp/unpackager">open source</a>.</p>
<p>Unpackager is <a href="https://github.com/Snail-IDE/unpackager">open source</a>.</p>

<h2>Privacy</h2>
<p>Files are processed locally on your computer and never sent to any server.</p>

<h2>I don't want people to unpackage my projects</h2>
<p>All of these project packagers work by embedding the project file and a project runner into the same file. When you open the file, some code passes that project file to the project runner. The unpackager simply does the same process.</p>
<p>This problem is not unique to Scratch projects. Anything web-based has similar issues, as do game engines like Unity.</p>
<p>This problem is not unique to Snail IDE projects. Anything web-based has similar issues, as do game engines like Unity.</p>
<p>We know this makes some people uncomfortable, but realistically you shouldn't worry. If you're worried about people stealing your assets, copyright law still exists. If you're selling something, pirates were never going to pay. Cheaters will always find a way. All of these problems existed long before the unpackager did.</p>
<p>If this still bothers you, the topic to research is "DRM".</p>
</main>
Expand Down

0 comments on commit 94b0974

Please sign in to comment.