A minor rewording

Attempt to get a little google love from fellas searching for
"unpack javascript".
This commit is contained in:
Einar Lielmanis 2009-06-21 21:34:20 +03:00
parent 748e9d92cb
commit b89576c4b4

View File

@ -177,8 +177,8 @@ if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}
<p>You can always see the latest version of the code in <a
href="http://github.com/einars/js-beautify">github</a>, and you can download the beautifier for
local use (<a href="http://github.com/einars/js-beautify/zipball/master">zip</a>, <a href="http://github.com/einars/js-beautify/tarball/master">tar.gz</a>) as well.</p>
<h2>Packed javascript, updated</h2>
<p>As many of you are using this beautifier to format the code after unpacking, I thought of making the job easier for you and added a simple unpacker right here. Yes, you may now paste (p,a,c,k,e,d) scripts and they'll hopefully get decoded — your feedback is welcome.</p>
<h2>Unpacking javascript</h2>
<p>The beautifier has a simple unpacker for <a href="http://dean.edwards.name/packer/">Dean Edward's packer</a>. To unpack javascript, paste (p,a,c,k,e,d) scripts and they'll hopefully get decoded. Your feedback is welcome.</p>
<h2>Formatting from command-line</h2>
<p>If <a href="http://mozilla.com/rhino/">Rhino javascript engine</a> doesn't scare you, Patrick Hof made sure so that you can pretttify the files from the
command line. See the beautify-cl.js file.</p>