version of weechat using utf8proc
 
 
 
 
 
 
Go to file
Sébastien Helleu b58d9910e3 debian: replace symbolic link by the file weechat.xpm in devel package 2017-05-05 20:51:04 +02:00
cmake core: add detection for Ruby 2.4 2017-01-24 14:33:59 -05:00
debian-devel debian: replace symbolic link by the file weechat.xpm in devel package 2017-05-05 20:51:04 +02:00
debian-stable buflist: new plugin "buflist" (bar with list of buffers) 2017-03-25 14:18:19 +01:00
doc doc: update German auto-generated files 2017-05-03 23:22:42 +02:00
po core: update German translations 2017-05-03 23:17:34 +02:00
src core: fix memory leak in display of mouse event debug info 2017-05-04 07:29:24 +02:00
tests core: add wildcard matching operators to eval (closes #608) 2017-04-29 17:04:44 +02:00
tools core: move script makedist.sh to tools directory, make all arguments optional 2017-01-14 15:14:37 +01:00
.gitattributes core: add a script tools/build-debian.sh to build stable/devel Debian packages 2015-10-24 13:00:06 +02:00
.gitignore core: add weechat-curses link in .gitignore 2016-08-13 14:45:31 +02:00
.mailmap core: add old email of Krzysztof Korościk in .mailmap 2016-08-07 10:21:47 +02:00
.travis.yml core: install asciidoctor gem on Travis CI (issue #722) 2016-08-30 18:49:01 +02:00
AUTHORS.adoc core: add contributor in AUTHORS.adoc 2017-04-22 15:13:05 +02:00
CMakeLists.txt buflist: new plugin "buflist" (bar with list of buffers) 2017-03-25 14:18:19 +01:00
COPYING Replaced GPL 2 license by GPL 3 2007-07-02 12:25:13 +00:00
ChangeLog.adoc core: fix memory leak in display of mouse event debug info 2017-05-04 07:29:24 +02:00
Contributing.adoc core: add styles in Contributing 2017-04-09 07:41:59 +02:00
Makefile.am core: move script makedist.sh to tools directory, make all arguments optional 2017-01-14 15:14:37 +01:00
README.adoc core: move the build status on a separate line in README 2017-01-15 11:53:31 +01:00
ReleaseNotes.adoc core: add buflist plugin in ReleaseNotes 2017-04-28 08:27:42 +02:00
autogen.sh core: update copyright dates 2017-01-01 11:32:04 +01:00
config.h.cmake Revert "api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (closes #770)" 2016-08-19 19:44:08 +02:00
configure.ac core: fix typo librairies -> libraries 2017-03-26 08:19:26 +02:00
version.sh core: update stable version in script version.sh 2017-04-22 21:29:08 +02:00
weechat.cygport.in core: build weechat-guile package on Cygwin 2017-04-04 07:15:20 +02:00
weechat.pc.in Install developement files for plugins and pkg-config support (cmake). 2009-05-08 23:37:13 +02:00
weechat.png core: update WeeChat logo (32x32 icon) 2013-05-23 14:53:42 +02:00
weechat.spec core: add version 1.7.1 in weechat.spec 2017-04-27 08:27:40 +02:00

README.adoc

= WeeChat
:author: Sébastien Helleu
:email: flashcode@flashtux.org
:lang: en


image:https://img.shields.io/badge/diaspora*-follow-blue.svg["Diaspora*", link="https://diasp.eu/u/weechat"]
image:https://img.shields.io/badge/google%2B-follow-blue.svg["Google+", link="https://plus.google.com/+WeeChat"]
image:https://img.shields.io/badge/devel%20blog-follow-blue.svg["Devel blog", link="http://dev.weechat.org/"]
image:https://img.shields.io/badge/slant-recommend-28acad.svg["Slant", link="http://www.slant.co/topics/1323/~irc-clients-for-linux"]
image:https://img.shields.io/badge/paypal-donate%20%E2%9D%A4-yellow.svg["Paypal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4LSMSNLUAJWNS"]

image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]

WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and
light, designed for many operating systems.
It is highly customizable and extensible with scripts.

Homepage: https://weechat.org/

== Features

* *Modular chat client*: WeeChat has a lightweight core and optional plugins. All plugins (including IRC) are independent and can be unloaded.
* *Multi-platform*: WeeChat runs on GNU/Linux, *BSD, GNU/Hurd, Mac OS X and Windows (Bash/Ubuntu and Cygwin).
* *Multi-protocols*: WeeChat is designed to support multiple protocols by plugins, like IRC.
* *Standards-compliant*: the IRC plugin is compliant with RFCs 1459, 2810, 2811, 2812 and 2813.
* *Small, fast and very light*: the core is and should stay as light and fast as possible.
* *Customizable and extensible*: there are a lot of options to customize WeeChat, and it is extensible with C plugins and scripts (Perl, Python, Ruby, Lua, Tcl, Scheme and Javascript).
* *Fully documented*: there is comprehensive documentation, which is translated into several languages.
* *Developed from scratch*: WeeChat was built from scratch and is not based on any other client.
* *Free software*: WeeChat is released under GPLv3.

image::https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]

Other screenshots are on https://weechat.org/about/screenshots/[this page].

== Install

=== Dependencies

Following packages are *required*:

* CMake
* libncurses
* libcurl
* zlib
* libgcrypt

Following packages are optional:

* for i18n: gettext
* for SSL: gnutls, ca-certificates
* for spell checking: aspell
* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript)
* for building doc and man page: asciidoctor
* for building tests: C++ compiler, CppUTest

For a complete list of dependencies and versions recommended, please look at
https://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's guide].

=== Compile

WeeChat can be built with http://cmake.org/[CMake] (recommended) or autotools.

[NOTE]
Only CMake is officially supported to build WeeChat. You should only use
autotools if you are not able to use CMake. +
Building with autotools requires more dependencies and is slower than with CMake.

----
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/directory
$ make
$ make install     (as root for installation in system directories)
----

For more information or installation with autotools, please look at
https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide].

== Copyright

Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>

This file is part of WeeChat, the extensible chat client.

WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

WeeChat is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.