From 01afee6c336f0a76b53241aabb14bb1550ce29b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Mar 2015 11:33:08 +0100 Subject: [PATCH] core: add javascript plugin in README --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 1bcf94e33..1d446b481 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -19,7 +19,8 @@ image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", li * Multi-protocols architecture (mainly IRC). * Compliant with IRC RFCs 1459, 2810, 2811, 2812 and 2813. * Small, fast and very light. -* Customizable and extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl, Guile). +* Customizable and extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl, + Guile, Javascript). * Fully documented and translated into several languages. * Developed from scratch. * Free software, released under GPLv3. @@ -43,7 +44,7 @@ Following packages are optional: * for i18n: gettext * for SSL: gnutls, ca-certificates * for spell checking: aspell -* for scripting: python, perl, ruby, lua, tcl, guile +* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript) * for building doc: asciidoc, source-highlight (for man page: xsltproc, docbook-xml, docbook-xsl) * for building tests: C++ compiler, CppUTest