Unnamed repository; edit this file 'description' to name the repository.

jdarwood007 jdarwood007 Add some future logic for getting release files from GitHub b63f61b @ 2023-07-11 19:27:56
.github LINT 2023-04-13 16:30:55
languages Initial Commit 2023-04-13 14:52:52
.gitattributes 192 B Initial Commit 2023-04-13 14:52:52
LICENSE.txt 1.48 KB Initial Commit 2023-04-13 14:52:52
Parser.js 35.88 KB Fix a issue with reading really large xml files by using a blob and a reader that is safe for call stacks 2023-04-13 15:52:42
README.md 485 B Initial Commit 2023-04-13 14:52:52
SECURITY.md 240 B Initial Commit 2023-04-13 14:52:52
index.html 10.45 KB Add some future logic for getting release files from GitHub 2023-07-11 19:27:56
README.md

This tool parses SMF Packages to show you the instructions that will be peformed.

This tool is built entirely in javascript and requires no server side utilities.

I built this as an expierement to see if I could parse packages entirely in the borwser, which is succesful. However due to CORS, its not possible to fetch remote files. You can fetch files using the FileName javascript variable. They must exist on the same domain, or the remote domain must allows CORS/XHR requests.