Sébastien Helleu
a4ee38d881
doc: remove wrong links in quickstart guide
2017-08-12 18:37:45 +02:00
Sébastien Helleu
4a6e23059a
doc: replace script iset.pl by go.py in example (quickstart guide)
2017-07-22 10:51:38 +02:00
Sébastien Helleu
705d86e684
core: update copyright dates
2017-01-01 11:32:04 +01:00
Sébastien Helleu
2165610401
doc: fix typo in quickstart and user's guide
2016-11-21 07:21:09 +01:00
Sébastien Helleu
0710d076c2
doc: add note in quickstart guide to mention it's not recommended to edit config files by hand (issue #851 )
2016-11-20 20:01:32 +01:00
Sébastien Helleu
fe0e554d2a
core: add missing files docinfo.html in packages built by autotools
2016-10-02 09:12:12 +02:00
Sébastien Helleu
1a4bfcdddc
doc: add command "/window merge" in quickstart
2016-08-26 08:08:01 +02:00
Sébastien Helleu
b1d32b29f9
doc: fix styles in docs
2016-06-15 08:01:45 +02:00
Sébastien Helleu
adf6ed3f67
doc: fix source-highlighter in autotools (issue #722 )
2016-05-15 09:01:49 +02:00
Sébastien Helleu
b7bdbbdc50
core: rename .asciidoc files to .adoc (issue #722 )
2016-05-15 08:52:19 +02:00
Sébastien Helleu
93b71769cd
doc: fix styles in quickstart guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
220bd837ae
doc: use asciidoctor instead of asciidoc (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
f51b4219eb
doc: remove unneeded parentheses in quickstart guide
2016-03-10 21:52:14 +01:00
Sébastien Helleu
3cdecb08a2
doc: add command /disconnect in quickstart guide
2016-03-08 07:53:31 +01:00
Sébastien Helleu
de35dbab99
doc: add secured data in quickstart guide
2016-01-29 07:44:19 +01:00
Sébastien Helleu
3330724574
core: update copyright dates
2016-01-01 11:09:53 +01:00
Sébastien Helleu
10f0873bee
doc: change key bindings examples in docs
2015-11-15 12:35:36 +01:00
Sébastien Helleu
7c6c450662
core: replace "create" by "add" in messages and docs for IRC servers and proxies
2015-06-04 22:00:10 +02:00
Sébastien Helleu
ac8ccba8c8
irc: remove server "freenode" from default config file ( closes #309 )
2015-01-24 13:55:29 +01:00
Sébastien Helleu
25671248e3
doc: add more info about scripts in quickstart guide
2015-01-21 22:34:05 +01:00
Sébastien Helleu
66e0455951
doc: remove build of asciidoc CSS files
...
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems
to not work well with dependencies across different directories
(/doc and /doc/xx).
2015-01-14 07:35:56 +01:00
Sébastien Helleu
fdcf46b476
doc: add translators in docs, move table of contents on the left, build HTML5
2015-01-12 21:53:34 +01:00
Sébastien Helleu
07b0585ca5
doc: remove option ssl_dhkey_size for freenode
...
The default value (2048) is now OK for freenode.
2015-01-06 21:14:15 +01:00
Sébastien Helleu
a020c28ea6
core: update copyright dates
2015-01-01 09:23:23 +01:00
Sébastien Helleu
1c3ee27c46
doc: remove SASL mechanism "dh-blowfish" from docs
2014-12-15 07:43:13 +01:00
Sébastien Helleu
0cd2aff765
core: use https for WeeChat URLs
2014-12-13 09:16:09 +01:00
Sébastien Helleu
955ed344c2
doc: add "in option command" in quickstart
2014-06-09 10:12:25 +02:00
Sébastien Helleu
3fa4f8a4bc
doc: add SSL options in quickstart guide
2014-06-08 17:54:49 +02:00
Sébastien Helleu
dc0229617a
doc: use .asciidoc extension instead of .txt for doc files
2014-05-25 12:47:24 +02:00
Sébastien Helleu
93e4b5e4bf
doc: add chapter about IRC private messages in quickstart guide
2014-04-22 21:11:52 +02:00
Sébastien Helleu
7618fdd240
core: use lower case for CMake keywords
2014-04-12 18:00:27 +02:00
Sébastien Helleu
e143518e4b
doc: use freenode instead of oftc in examples (quickstart guide)
2014-04-04 16:12:33 +02:00
Sebastien Helleu
bf16399096
doc: move asciidoc attributes from command line into files
2014-01-23 18:38:53 +01:00
Sebastien Helleu
892aa79fb5
core: update copyright dates
2014-01-01 00:14:12 +01:00
Sebastien Helleu
50a489bc33
doc: use syntax key[xxx] for key bindings in quickstart guide
2013-12-02 19:11:03 +01:00
Sebastien Helleu
0226a1934a
doc: use asciidoc attribute for date of docs (fix cmake warning)
...
CMake was displaying some warnings about a space in argument used for
asciidoc command:
-a date=`date "+%F"`
Warning displayed:
CMake Warning (dev) in doc/en/CMakeLists.txt:
Syntax Warning in cmake code at
/path/to/doc/en/CMakeLists.txt:41:82
Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.
2013-11-20 08:32:39 +01:00
Sebastien Helleu
e3c6384972
doc: use one line titles and less chars for delimited blocks/tables in asciidoc files
2013-11-04 21:41:34 +01:00
Sebastien Helleu
996da2f662
core: rename binary and man page from "weechat-curses" to "weechat" (task #11027 )
...
A symbolic link weechat-curses -> weechat is now created (by both cmake and
configure), so that the /upgrade will work from an old version.
However, if you upgrade from an old version, it is recommended to force the use
of the new binary name with the command: `/upgrade /path/to/weechat` (replace
the path accordingly).
2013-08-02 08:54:16 +02:00
Sebastien Helleu
261efe6299
core: add cmake option ENABLE_MAN to compile man page (on by default)
...
For configure, the option is "--disable-man".
2013-07-31 13:28:59 +02:00
Sebastien Helleu
f93c7ebe6d
doc: update WeeChat URLs (for new site design)
2013-05-23 15:21:41 +02:00
Sebastien Helleu
239f853120
doc: use listing style for commands in quickstart guide
2013-03-21 07:36:49 +01:00
Sebastien Helleu
53c6b62ae3
core: fix some copyright dates
2013-01-10 23:14:33 +01:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
cdb13120ab
doc: add SASL authentication in quickstart guide
2012-11-27 10:00:20 +01:00
Sebastien Helleu
425256b38d
doc: fix typo in quickstart (part message is not allowed in /close or /buffer close)
2012-11-22 18:20:58 +01:00
Sebastien Helleu
a99d136018
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
2012-08-14 18:29:32 +02:00
Sebastien Helleu
9f09c26fca
doc: add commands to download weeget.py in quickstart guide
2012-06-09 22:03:56 +02:00
Lázaro A
9a821b9d3c
doc: add spanish quickstart guide
2012-01-26 18:08:34 +01:00