diff options
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index b41ce31b9..ff321bd43 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -97,7 +97,7 @@ compile WeeChat. | Package ^(1)^ | Version | Required | Feature | C compiler (gcc, clang, ...) | | *yes* | Build. -| C++ compiler | | | Build and run tests, javascript plugin. +| C++ compiler | | | Build and run tests, JavaScript plugin. | cmake | | *yes* | Build (autotools still possible, but cmake is recommended). | pkg-config | | *yes* | Detect installed libraries. | libncursesw5-dev ^(2)^ | | *yes* | Ncurses interface. @@ -115,7 +115,7 @@ compile WeeChat. | liblua5.3-dev | | | Lua plugin. | tcl-dev | ≥ 8.5 | | Tcl plugin. | guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin. -| libv8-dev | ≤ 3.24.3 | | Javascript plugin. +| libv8-dev | ≤ 3.24.3 | | JavaScript plugin. | php7.0-dev, libphp7.0-embed | ≥ 7.0 | | PHP plugin. | asciidoctor | ≥ 1.5.4 | | Build man page and documentation. | libcpputest-dev | ≥ 3.4 | | Build and run tests. @@ -228,7 +228,7 @@ List of commonly used options: Compile <<irc_plugin,IRC plugin>>. | ENABLE_JAVASCRIPT | `ON`, `OFF` | ON | - Compile <<scripts_plugins,Javascript plugin>>. + Compile <<scripts_plugins,JavaScript plugin>>. | ENABLE_LARGEFILE | `ON`, `OFF` | ON | Support of large files. @@ -269,7 +269,7 @@ List of commonly used options: | ENABLE_SCRIPTS | `ON`, `OFF` | ON | Compile <<scripts_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl, - Guile, Javascript, PHP). + Guile, JavaScript, PHP). | ENABLE_TCL | `ON`, `OFF` | ON | Compile <<scripts_plugins,Tcl plugin>>. @@ -542,8 +542,8 @@ The directories are: | autoload/ | Tcl scripts auto-loaded on startup ^(1)^. | guile/ | Guile scripts. | autoload/ | Guile scripts auto-loaded on startup ^(1)^. -| javascript/ | Javascript scripts. -| autoload/ | Javascript scripts auto-loaded on startup ^(1)^. +| javascript/ | JavaScript scripts. +| autoload/ | JavaScript scripts auto-loaded on startup ^(1)^. | php/ | PHP scripts. | autoload/ | PHP scripts auto-loaded on startup ^(1)^. |=== @@ -2089,7 +2089,7 @@ Default plugins are: | lua | Lua scripting API. | tcl | Tcl scripting API. | guile | Guile (scheme) scripting API. -| javascript | Javascript scripting API. +| javascript | JavaScript scripting API. | php | PHP scripting API. | trigger | Text replacement and command execution on events triggered by WeeChat/plugins. | xfer | File transfer and direct chat. @@ -3136,7 +3136,7 @@ The Relay plugin is used to relay data via network, using different protocols: ** QWeeChat (Qt): https://weechat.org/download ** WeeChat-Android (Android): https://github.com/ubergeek42/weechat-android ** weechat.el (Emacs): https://github.com/the-kenny/weechat.el -** WeeCloud (Javascript): https://github.com/eirikb/weecloud +** WeeCloud (JavaScript): https://github.com/eirikb/weecloud [[relay_password]] ==== Password @@ -3273,7 +3273,7 @@ include::autogen/user/relay_options.adoc[] === Scripts WeeChat provides 8 scripting plugins: Python, Perl, Ruby, Lua, Tcl, Guile -(scheme), Javascript and PHP. +(scheme), JavaScript and PHP. These plugins can load, execute and unload scripts for these languages. Another plugin called "script" is a scripts manager and is used to load/unload @@ -3319,7 +3319,7 @@ include::autogen/user/tcl_commands.adoc[] include::autogen/user/guile_commands.adoc[] [[javascript_commands]] -==== Javascript commands +==== JavaScript commands include::autogen/user/javascript_commands.adoc[] |