diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ecb8e4bb..35766565 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at team@jsbeautifier.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at team@beautifier.io. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30446d4c..2e874624 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Files related to the JavaScript implementations of the beautifiers. Files related to the Python implementations of the beautifiers. ## `web` -Files related to http://jsbeautifier.org/. +Files related to https://beautifier.io/. ## `test` Test data files and support files used to generate implementation-specific test files. diff --git a/README.md b/README.md index 76018af3..cfd000f4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ JavaScript, unpack scripts packed by Dean Edward’s popular packer, as well as partly deobfuscate scripts processed by the npm package [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator). -Open [jsbeautifier.org](http://jsbeautifier.org/) to try it out. Options are available via the UI. +Open [beautifier.io](https://beautifier.io/) to try it out. Options are available via the UI. # Contributors Needed I'm putting this front and center above because existing owners have very limited time to work on this project currently. @@ -92,7 +92,7 @@ $ pip install jsbeautifier You can beautify javascript using JS Beautifier in your web browser, or on the command-line using node.js or python. ## Web Browser -Open [jsbeautifier.org](http://jsbeautifier.org/). Options are available via the UI. +Open [beautifier.io](https://beautifier.io/). Options are available via the UI. ## Web Libary The script tags above expose three functions: `js_beautify`, `css_beautify`, and `html_beautify`. @@ -365,10 +365,10 @@ You are free to use this in any way you want, in case you find this useful or wo # Credits -* Created by Einar Lielmanis, +* Created by Einar Lielmanis, * Python version flourished by Stefano Sanfilippo * Command-line for node.js by Daniel Stockman -* Maintained and expanded by Liam Newman +* Maintained and expanded by Liam Newman Thanks also to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider, Dave Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison, Chris J. Shull, diff --git a/index.html b/index.html index d5f3777d..f2fbd2f9 100644 --- a/index.html +++ b/index.html @@ -190,7 +190,7 @@
    -
  • A bookmarklet (drag +
  • A bookmarklet (drag it to your bookmarks) by Ichiro Hiroshi to see all scripts used on the page,
  • Chrome, in case the built-in CSS and javascript formatting isn't enough for you:
    @@ -246,7 +246,7 @@
  • LIVEditor, a live-editing HTML/CSS/JS IDE (commercial, Windows-only) uses the library,
-

Doing anything interesting? Write us to team@jsbeautifier.org so we can add your project to the list.

+

Doing anything interesting? Write us to team@beautifier.io so we can add your project to the list.

Written by Einar Lielmanis, maintained and evolved by Liam Newman.

We use the wonderful CodeMirror syntax highlighting editor, written by Marijn Haverbeke. diff --git a/js/src/unpackers/javascriptobfuscator_unpacker.js b/js/src/unpackers/javascriptobfuscator_unpacker.js index 929e5b38..359c15d0 100644 --- a/js/src/unpackers/javascriptobfuscator_unpacker.js +++ b/js/src/unpackers/javascriptobfuscator_unpacker.js @@ -27,7 +27,7 @@ // // simple unpacker/deobfuscator for scripts messed up with javascriptobfuscator.com -// written by Einar Lielmanis +// written by Einar Lielmanis // // usage: // diff --git a/js/src/unpackers/myobfuscate_unpacker.js b/js/src/unpackers/myobfuscate_unpacker.js index fe66e3ff..09063eb5 100644 --- a/js/src/unpackers/myobfuscate_unpacker.js +++ b/js/src/unpackers/myobfuscate_unpacker.js @@ -43,7 +43,7 @@ */ // -// written by Einar Lielmanis +// written by Einar Lielmanis // // usage: // diff --git a/js/src/unpackers/urlencode_unpacker.js b/js/src/unpackers/urlencode_unpacker.js index df13f12d..19da934d 100644 --- a/js/src/unpackers/urlencode_unpacker.js +++ b/js/src/unpackers/urlencode_unpacker.js @@ -30,7 +30,7 @@ // // trivial bookmarklet/escaped script detector for the javascript beautifier -// written by Einar Lielmanis +// written by Einar Lielmanis // // usage: // diff --git a/js/test/sanitytest.js b/js/test/sanitytest.js index 3246ff8f..891ac004 100644 --- a/js/test/sanitytest.js +++ b/js/test/sanitytest.js @@ -1,6 +1,6 @@ // // simple testing interface -// written by Einar Lielmanis, einar@jsbeautifier.org +// written by Einar Lielmanis, einar@beautifier.io // // usage: // diff --git a/package.json b/package.json index be221618..0746adcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "js-beautify", "version": "1.8.4", - "description": "jsbeautifier.org for node", + "description": "beautifier.io for node", "main": "js/index.js", "bin": { "css-beautify": "./js/bin/css-beautify.js", @@ -21,7 +21,7 @@ ], "scripts": {}, "bugs": "https://github.com/beautify-web/js-beautify/issues", - "homepage": "http://jsbeautifier.org/", + "homepage": "https://beautifier.io/", "repository": { "type": "git", "url": "git://github.com/beautify-web/js-beautify.git" @@ -31,7 +31,7 @@ "beautifier", "code-quality" ], - "author": "Einar Lielmanis ", + "author": "Einar Lielmanis ", "contributors": [ "Vital Batmanov ", "Chris J. Shull ", @@ -41,7 +41,7 @@ "Daniel Stockman ", "Harutyun Amirjanyan ", "Nochum Sossonko ", - "Liam Newman " + "Liam Newman " ], "license": "MIT", "dependencies": { diff --git a/python/cssbeautifier/__init__.py b/python/cssbeautifier/__init__.py index f636e1b4..e17cb3a0 100644 --- a/python/cssbeautifier/__init__.py +++ b/python/cssbeautifier/__init__.py @@ -68,7 +68,7 @@ def usage(stream=sys.stdout): print("cssbeautifier.py@" + __version__ + """ -CSS beautifier (http://jsbeautifier.org/) +CSS beautifier (https://beautifier.io/) Usage: cssbeautifier.py [options] diff --git a/python/cssbeautifier/css/beautifier.py b/python/cssbeautifier/css/beautifier.py index 87e38ff3..c17e96eb 100644 --- a/python/cssbeautifier/css/beautifier.py +++ b/python/cssbeautifier/css/beautifier.py @@ -68,7 +68,7 @@ def usage(stream=sys.stdout): print("cssbeautifier.py@" + __version__ + """ -CSS beautifier (http://jsbeautifier.org/) +CSS beautifier (https://beautifier.io/) """, file=stream) if stream == sys.stderr: diff --git a/python/jsbeautifier/__init__.py b/python/jsbeautifier/__init__.py index 50bac665..1ef14181 100644 --- a/python/jsbeautifier/__init__.py +++ b/python/jsbeautifier/__init__.py @@ -37,9 +37,9 @@ from jsbeautifier.javascript.beautifier import Beautifier # SOFTWARE. # # Originally written by Einar Lielmanis et al., -# Conversion to python by Einar Lielmanis, einar@jsbeautifier.org, +# Conversion to python by Einar Lielmanis, einar@beautifier.io, # Parsing improvement for brace-less and semicolon-less statements -# by Liam Newman +# by Liam Newman # Python is not my native language, feel free to push things around. # # Use either from command line (script displays its usage when run @@ -130,7 +130,7 @@ def usage(stream=sys.stdout): print("jsbeautifier.py@" + __version__ + """ -Javascript beautifier (http://jsbeautifier.org/) +Javascript beautifier (https://beautifier.io/) Usage: jsbeautifier.py [options] diff --git a/python/jsbeautifier/unpackers/evalbased.py b/python/jsbeautifier/unpackers/evalbased.py index e59decbe..62995ca1 100644 --- a/python/jsbeautifier/unpackers/evalbased.py +++ b/python/jsbeautifier/unpackers/evalbased.py @@ -1,6 +1,6 @@ # # Unpacker for eval() based packers, a part of javascript beautifier -# by Einar Lielmanis +# by Einar Lielmanis # # written by Stefano Sanfilippo # diff --git a/python/jsbeautifier/unpackers/javascriptobfuscator.py b/python/jsbeautifier/unpackers/javascriptobfuscator.py index ac831c5b..0a9edb10 100644 --- a/python/jsbeautifier/unpackers/javascriptobfuscator.py +++ b/python/jsbeautifier/unpackers/javascriptobfuscator.py @@ -2,7 +2,7 @@ # simple unpacker/deobfuscator for scripts messed up with # javascriptobfuscator.com # -# written by Einar Lielmanis +# written by Einar Lielmanis # rewritten in Python by Stefano Sanfilippo # # Will always return valid javascript: if `detect()` is false, `code` is diff --git a/python/jsbeautifier/unpackers/myobfuscate.py b/python/jsbeautifier/unpackers/myobfuscate.py index 0f305799..d8bc8fdf 100644 --- a/python/jsbeautifier/unpackers/myobfuscate.py +++ b/python/jsbeautifier/unpackers/myobfuscate.py @@ -1,6 +1,6 @@ # # deobfuscator for scripts messed up with myobfuscate.com -# by Einar Lielmanis +# by Einar Lielmanis # # written by Stefano Sanfilippo # diff --git a/python/jsbeautifier/unpackers/packer.py b/python/jsbeautifier/unpackers/packer.py index 9540c5af..c8e4edee 100644 --- a/python/jsbeautifier/unpackers/packer.py +++ b/python/jsbeautifier/unpackers/packer.py @@ -1,6 +1,6 @@ # # Unpacker for Dean Edward's p.a.c.k.e.r, a part of javascript beautifier -# by Einar Lielmanis +# by Einar Lielmanis # # written by Stefano Sanfilippo # diff --git a/python/jsbeautifier/unpackers/urlencode.py b/python/jsbeautifier/unpackers/urlencode.py index b231e4ef..7b79d0db 100644 --- a/python/jsbeautifier/unpackers/urlencode.py +++ b/python/jsbeautifier/unpackers/urlencode.py @@ -1,6 +1,6 @@ # # Trivial bookmarklet/escaped script detector for the javascript beautifier -# written by Einar Lielmanis +# written by Einar Lielmanis # rewritten in Python by Stefano Sanfilippo # # Will always return valid javascript: if `detect()` is false, `code` is diff --git a/python/setup.py b/python/setup.py index 2c28e4fd..0dfc88ef 100755 --- a/python/setup.py +++ b/python/setup.py @@ -32,8 +32,8 @@ setup(name='jsbeautifier', long_description=('Beautify, unpack or deobfuscate JavaScript. ' 'Handles popular online obfuscators.'), author='Liam Newman, Einar Lielmanis, et al.', - author_email='team@jsbeautifier.org', - url='http://jsbeautifier.org', + author_email='team@beautifier.io', + url='https://beautifier.io', entry_points={ 'console_scripts': [ 'js-beautify = jsbeautifier:main' diff --git a/tools/template/beautify-css.wrapper.js b/tools/template/beautify-css.wrapper.js index f0656a54..31a6b7ab 100644 --- a/tools/template/beautify-css.wrapper.js +++ b/tools/template/beautify-css.wrapper.js @@ -31,8 +31,8 @@ Written by Harutyun Amirjanyan, (amirjanyan@gmail.com) - Based on code initially developed by: Einar Lielmanis, - http://jsbeautifier.org/ + Based on code initially developed by: Einar Lielmanis, + https://beautifier.io/ Usage: css_beautify(source_text); diff --git a/tools/template/beautify-html.wrapper.js b/tools/template/beautify-html.wrapper.js index ecbc9df0..7f0e2dc1 100644 --- a/tools/template/beautify-html.wrapper.js +++ b/tools/template/beautify-html.wrapper.js @@ -31,8 +31,8 @@ Written by Nochum Sossonko, (nsossonko@hotmail.com) - Based on code initially developed by: Einar Lielmanis, - http://jsbeautifier.org/ + Based on code initially developed by: Einar Lielmanis, + https://beautifier.io/ Usage: style_html(html_source); diff --git a/tools/template/beautify.wrapper.js b/tools/template/beautify.wrapper.js index bf2514e4..696ab560 100644 --- a/tools/template/beautify.wrapper.js +++ b/tools/template/beautify.wrapper.js @@ -29,12 +29,12 @@ --------------- - Written by Einar Lielmanis, - http://jsbeautifier.org/ + Written by Einar Lielmanis, + https://beautifier.io/ Originally converted to javascript by Vital, "End braces on own line" added by Chris J. Shull, - Parsing improvements for brace-less statements by Liam Newman + Parsing improvements for brace-less statements by Liam Newman Usage: