diff options
Diffstat (limited to 'network/js/slack-desc')
-rw-r--r-- | network/js/slack-desc | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/network/js/slack-desc b/network/js/slack-desc index 2ff3f95aed..b4c9fd547d 100644 --- a/network/js/slack-desc +++ b/network/js/slack-desc @@ -1,19 +1,19 @@ # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. - |-----handy-ruler--------------------------------------------------------| -js: js (SpiderMonkey JavaScript-C Engine) + |-----handy-ruler-------------------------------------------------------| +js: SpiderMonkey, Mozilla's JavaScript Engine +js: +js: SpiderMonkey is the code-name for the Mozilla's C implementation of +js: JavaScript. It can be used by applications such as elinks and others. +js: +js: This is the standalone version of the engine used by Firefox and other +js: Mozilla applications. +js: +js: Homepage: http://www.mozilla.org/js/spidermonkey +js: js: -js: The SpiderMonkey engine is Mozilla's C implementation of JavaScript. -js: It is intended to be embedded into other programs. In particular, -js: it's used by ELinks for JavaScript support. -js: -js: Homepage: http://www.mozilla.org/js/spidermonkey/ -js: -js: -js: -js: |