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
6d1251415f
doc: fix compilation of man pages with autotools in source directory
2015-01-03 10:06:36 +01:00
Sébastien Helleu
a020c28ea6
core: update copyright dates
2015-01-01 09:23:23 +01:00
Sébastien Helleu
dc0229617a
doc: use .asciidoc extension instead of .txt for doc files
2014-05-25 12:47:24 +02:00
Sebastien Helleu
2b4401339a
doc: clean temporary files used to build man pages (autotools)
2014-02-08 23:40:21 +01: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
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
c273b87ccc
doc: fix build of man page (add missing copy of file cmdline_options.xx.txt)
2013-11-12 07:55:19 +01:00
Sebastien Helleu
6f5d1228a4
doc: fix warnings on build of man page with a2x 8.6.9
...
The -D/--destination-dir displays a warning for non HTML doc (so for
man page). So the man page is copied to the build directory before
being built.
2013-11-11 09:06:14 +01:00
Sebastien Helleu
3088d319cf
doc: use asciidoc system attribute {sys:command} for year in copyright of man page
2013-10-20 21:26:17 +02:00
Sebastien Helleu
43c1280343
doc: use asciidoc attribute for year in copyright of man page
2013-10-19 12:52:45 +02: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
43c889da50
doc: add flag "-L" for a2x when building man page (do not check asciidoc output with xmllint)
2013-06-29 11:11:25 +02:00
Sebastien Helleu
1cadbdf6a9
core: update man page and add translations (in french, german, italian, and japanese)
2013-06-28 20:08:16 +02:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
47e4a03be6
core: update copyright dates
2012-01-08 18:59:50 +01:00
Sebastien Helleu
abd95bf1b1
doc: fix toclevels (from 3 to 4) for user guide in Makefile.am
2011-11-04 10:38:23 +01:00
Sebastien Helleu
3f5d865d64
core: uninstall docs and weechat-plugin.h on "make uninstall", fix compilation of doc in standalone package
2011-10-10 18:41:25 +02:00
Sebastien Helleu
6c5bdb36d3
doc: set asciidoc language with "-a lang=xx" to translate notes, tips, warnings,...
2011-08-20 11:25:56 +02:00
Sebastien Helleu
6068f7d268
core: fix compilation of doc in standalone package
2011-05-15 09:05:11 +02:00
Sebastien Helleu
4678802cbc
Use new style for keys in FAQ
2011-03-16 19:31:16 +01:00
Sebastien Helleu
a4621a7ee3
Add styles for keys in user guide
2011-02-25 14:33:20 +01:00
Sebastien Helleu
d24f6e9e17
Update copyright dates
2011-01-01 18:06:29 +01:00
Sebastien Helleu
c1b3c3bd33
Add some custom css styles for asciidoc
2010-12-06 11:30:33 +01:00
Sebastien Helleu
dc6e7a1c0f
Add doc for some signals and hsignals in plugin API reference
...
Doc for signals:
- logger_backlog
- xxx_script_install
- xxx_script_remove
- irc_input_send
Doc for hsignals:
- irc_redirect_command
- irc_redirect_pattern
2010-11-08 11:04:55 +01:00
Sebastien Helleu
6562d676fe
Update licenses and copyrights, add missing author names in sources
2010-06-22 19:46:28 +02:00
Sebastien Helleu
1df46609ce
Add italian scripting guide
2010-04-11 13:17:03 +02:00
Sebastien Helleu
f1a946054e
Add italian translation of Plugin API Reference
2010-03-23 18:05:07 +01:00
Sebastien Helleu
eb56a98fc8
Remove evil tabs in sources
2010-01-24 10:47:53 +01:00
Sebastien Helleu
f8e7953b7c
Add missing autogen files for italian doc
2010-01-16 12:52:01 +01:00
Sebastien Helleu
2133eb30ff
Update copyright dates
2010-01-03 19:31:55 +01:00
Sebastien Helleu
da6b882ed8
Add italian user guide
2009-12-04 12:11:12 +01:00
Sebastien Helleu
d2cf981fd9
Add italian FAQ
2009-11-22 11:50:13 +01:00
Sebastien Helleu
3c7c99b1b5
Add italian docs: quickstart and tester
2009-11-18 21:36:21 +01:00