annotate doc/html/index.md @ 363:c26b75fb97e3

Irccd: upgrade Duktape to 1.5.1
author David Demelier <markand@malikania.fr>
date Thu, 01 Dec 2016 13:05:12 +0100
parents 5795a1769de5
children d731ce3ae821
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
260
904ee87bc808 CMake: split documentation into several topic, closes #535
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 ---
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
2 header: "Irccd documentation"
260
904ee87bc808 CMake: split documentation into several topic, closes #535
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 guide: true
904ee87bc808 CMake: split documentation into several topic, closes #535
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 ---
904ee87bc808 CMake: split documentation into several topic, closes #535
David Demelier <markand@malikania.fr>
parents:
diff changeset
5
904ee87bc808 CMake: split documentation into several topic, closes #535
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 Welcome to the irccd documentation.
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
7
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
8 # Building
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
9
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
10 Everything you need to build irccd.
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
11
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
12 - [Build from sources](build/build-from-sources.html)
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
13 - [Build options](build/build-options.html)
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
14
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
15 # Running
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
16
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
17 Running irccd, configuration and command line options.
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
18
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
19 - [Configure irccd](irccd/configuring.html)
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
20
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
21 And about irccdctl.
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
22
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
23 - [Configure irccdctl](irccdctl/configuring.html)
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
24 - [List of irccdctl commands](irccdctl/commands.html)
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
25 - [Irccdctl command line usage](irccdctl/usage.html)
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
26
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
27 # Development
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
28
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
29 Development of plugins and other development documentation.
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
30
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
31 - [Javascript plugin introduction](dev/plugin-javascript-introduction.html)
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
32 - [Network protocol](dev/socket-protocol.html)
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
33 - [Network commands](dev/socket-commands.html)
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
34
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
35 # Plugin API
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
36
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
37 The official Javascript API.
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
38
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
39 - [Javascript API](api/index.html)
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
40
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
41 # Miscellaneous
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
42
276
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
43 Miscellaneous documentation.
5795a1769de5 Docs: add more indexes
David Demelier <markand@malikania.fr>
parents: 275
diff changeset
44
275
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
45 - [Common patterns and formatting](misc/common-patterns-and-formatting.html)
c143682678b9 CMake: improve documentation related to plugins
David Demelier <markand@malikania.fr>
parents: 260
diff changeset
46 - [Configuration file syntax](misc/configuration-syntax.html)