From 7272b992542124f7ad2cc33a002bcfb3c526816e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 6 Nov 2013 21:40:46 +0100 Subject: [PATCH] core: use one line titles in AUTHORS/INSTALL/README --- AUTHORS | 19 ++++++------------- INSTALL | 27 ++++++++++++--------------- README | 11 ++++------- 3 files changed, 22 insertions(+), 35 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1c49b8745..17b511418 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,20 +1,15 @@ -WeeChat Authors -=============== += WeeChat Authors +Sébastien Helleu -Developers ----------- + +== Developers * General code - ** Sébastien Helleu (FlashCode) - * Scripts plugins, debian packager - ** Emmanuel Bouthenot (kolter) - -Contributors ------------- +== Contributors Alphabetically: @@ -61,9 +56,7 @@ Alphabetically: * Stefano Pigozzi * voroskoi - -Contact -------- +== Contact Developers are connected to IRC: diff --git a/INSTALL b/INSTALL index 8731e3a9d..646b9b83c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,6 @@ -WeeChat Installation instructions -================================= += WeeChat Installation instructions +Sébastien Helleu + WeeChat can be built with cmake (recommended) or autotools. @@ -8,9 +9,7 @@ Only cmake is officially supported to build WeeChat. You should use autotools only if you are not able to use cmake. + Build with autotools requires more dependencies and is slower than with cmake. - -Dependencies ------------- +== Dependencies Following packages are *required*: @@ -32,17 +31,15 @@ Following packages are all optional: For a complete list of dependencies and versions recommended, please look at 'User's guide'. +== Installation With cmake -Installation With cmake ------------------------ - ------------------------------------------------------------------- -mkdir build -cd build -cmake .. -DPREFIX=/where/you/want/install -DCMAKE_BUILD_TYPE=Debug -make -make install (as root for installation in system directories) ------------------------------------------------------------------- +---- +$ mkdir build +$ cd build +$ cmake .. -DPREFIX=/path/to/directory +$ make +$ make install (as root for installation in system directories) +---- For more information or installation with autotools, please look at 'User's guide': http://weechat.org/doc diff --git a/README b/README index d40f5f21f..d69bfc0fc 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -WeeChat Readme -============== += WeeChat Readme +Sébastien Helleu WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat @@ -7,8 +7,7 @@ environment for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with scripts. -Features --------- +== Features * chat client with multi-protocols/servers connection * small, fast and very light @@ -18,9 +17,7 @@ Features * multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & other) * free software, released under GPLv3 - -Copyright ---------- +== Copyright Copyright (C) 2003-2013 Sébastien Helleu