]> jfr.im git - irc/weechat/weechat.git/blame - README.adoc
core: set terminal title using curses emulation of termcap (WIP)
[irc/weechat/weechat.git] / README.adoc
CommitLineData
b2a48a99
SH
1:author: Sébastien Helleu
2:email: flashcode@flashtux.org
458dc883 3:lang: en
109101fa 4
0a097bd7 5
f1d30dc0 6pass:[<p align="center">] image:https://weechat.org/media/images/weechat_logo_large.png[align="center"] pass:[</p>]
a817327b 7
dcbb3ed0 8image:https://img.shields.io/badge/diaspora*-follow-blue.svg["Diaspora*", link="https://diasp.eu/u/weechat"]
6ebd97cc
SH
9image:https://img.shields.io/badge/mastodon-follow-blue.svg["Mastodon", link="https://hostux.social/@weechat"]
10image:https://img.shields.io/badge/twitter-follow-blue.svg["Twitter", link="https://twitter.com/WeeChatClient"]
90aec7be 11image:https://img.shields.io/badge/devel%20blog-follow-blue.svg["Devel blog", link="https://blog.weechat.org/"]
342261d3 12image:https://img.shields.io/badge/slant-recommend-28acad.svg["Slant", link="https://www.slant.co/topics/1323/~best-irc-clients-for-linux"]
b3fc7c1b 13image:https://img.shields.io/badge/help-donate%20%E2%9D%A4-ff69b4.svg["Donate", link="https://weechat.org/donate/"]
dcbb3ed0 14
c4832737 15image:https://github.com/weechat/weechat/workflows/CI/badge.svg["CI", link="https://github.com/weechat/weechat/actions"]
3f80ae0e 16image:https://codecov.io/gh/weechat/weechat/branch/master/graph/badge.svg["Code coverage", link="https://codecov.io/gh/weechat/weechat"]
9eafa1e4 17
a817327b 18*WeeChat* (Wee Enhanced Environment for Chat) is a free chat client, fast and
c8992540
SH
19light, designed for many operating systems.
20It is highly customizable and extensible with scripts.
109101fa 21
0cd2aff7 22Homepage: https://weechat.org/
b2a48a99 23
7272b992 24== Features
041b7549 25
8ac67ff5 26* *Modular chat client*: WeeChat has a lightweight core and optional https://weechat.org/doc/user/#plugins[plugins]. All plugins (including https://weechat.org/doc/user/#irc[IRC]) are independent and can be unloaded.
2da148eb 27* *Multi-platform*: WeeChat runs on GNU/Linux, *BSD, GNU/Hurd, Haiku, macOS and Windows (Bash/Ubuntu and Cygwin).
b49c510d 28* *Multi-protocols*: WeeChat is designed to support multiple protocols by plugins, like IRC.
a1cc70b7
SH
29* *Standards-compliant*: the IRC plugin is compliant with RFCs https://tools.ietf.org/html/rfc1459[1459], https://tools.ietf.org/html/rfc2810[2810], https://tools.ietf.org/html/rfc2811[2811], https://tools.ietf.org/html/rfc2812[2812], and https://tools.ietf.org/html/rfc2813[2813].
30* *Small, fast, and very light*: the core is and should stay as light and fast as possible.
31* *Customizable and extensible*: there are a lot of options to customize WeeChat, and it is extensible with C plugins and https://weechat.org/scripts/[scripts] (https://weechat.org/scripts/language/perl/[Perl], https://weechat.org/scripts/language/python/[Python], https://weechat.org/scripts/language/ruby[Ruby], https://weechat.org/scripts/language/lua/[Lua], https://weechat.org/scripts/language/tcl/[Tcl], https://weechat.org/scripts/language/guile/[Scheme], https://weechat.org/scripts/language/javascript/[JavaScript] and https://weechat.org/scripts/language/php/[PHP]).
8ac67ff5 32* *Fully documented*: there is comprehensive https://weechat.org/doc/[documentation], which is https://weechat.org/doc/dev/#translations[translated] into several languages.
b49c510d 33* *Developed from scratch*: WeeChat was built from scratch and is not based on any other client.
4712d0bb 34* *Free software*: WeeChat is released under https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
b2a48a99 35
f1d30dc0 36pass:[<p align="center">] image:https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"] pass:[</p>]
0edf3c06 37
c2a2146a 38On WeeChat's website you can find https://weechat.org/about/screenshots/[more screenshots].
d2b5c97c 39
64592951 40== Installation
b2a48a99 41
abb7d364 42WeeChat can be installed using your favorite package manager (recommended) or by compiling it yourself.
b2a48a99 43
8ac67ff5 44For detailed instructions, please check the https://weechat.org/doc/user/#install[WeeChat user's guide].
b9d762b3 45
7272b992 46== Copyright
8f69c86d 47
33bba784 48Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
109101fa 49
6562d676
SH
50This file is part of WeeChat, the extensible chat client.
51
52WeeChat is free software; you can redistribute it and/or modify
109101fa 53it under the terms of the GNU General Public License as published by
f1a39ce7 54the Free Software Foundation; either version 3 of the License, or
109101fa
SH
55(at your option) any later version.
56
6562d676 57WeeChat is distributed in the hope that it will be useful,
109101fa
SH
58but WITHOUT ANY WARRANTY; without even the implied warranty of
59MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
60GNU General Public License for more details.
61
62You should have received a copy of the GNU General Public License
4712d0bb 63along with WeeChat. If not, see <https://www.gnu.org/licenses/>.