view doc/html/index.md @ 370:a60142be369a

Docs: improve headers
author David Demelier <markand@malikania.fr>
date Tue, 06 Dec 2016 19:32:48 +0100
parents 5aca8eeebcf1
children 46e9ecf974a5
line wrap: on
line source

---
header: "Irccd documentation"
guide: true
---

Welcome to the irccd documentation.

# Building

Everything you need to build irccd.

  - [Build from sources](build/build-from-sources.html)
  - [Build options](build/build-options.html)

# Running

Running irccd, configuration and command line options.

  - [Paths](irccd/paths.html)
  - [Configure irccd](irccd/configuring.html)

And about irccdctl.

  - [Configure irccdctl](irccdctl/configuring.html)
  - [Irccdctl command line usage](irccdctl/usage.html)
  - [List of irccdctl commands](irccdctl/commands.html)

# Plugins

Documentation about official irccd plugins.

  - [ask](plugin/ask.html)
  - [auth](plugin/auth.html)
  - [hangman](plugin/hangman.html)
  - [history](plugin/history.html)
  - [logger](plugin/logger.html)
  - [plugin](plugin/plugin.html)
  - [roulette](plugin/roulette.html)

# Development

Development of plugins and other development documentation.

  - [Javascript plugin introduction](dev/plugin-javascript-introduction.html)
  - [Network protocol](dev/socket-protocol.html)
  - [Network commands](dev/socket-commands.html)

# Plugin API

The official Javascript API.

  - [Javascript API](api/index.html)

# Miscellaneous

Miscellaneous documentation.

  - [Common patterns and formatting](misc/common-patterns-and-formatting.html)
  - [Configuration file syntax](misc/configuration-syntax.html)