view doc/html/index.md @ 368:d731ce3ae821

Docs: add new documentation about paths
author David Demelier <markand@malikania.fr>
date Tue, 06 Dec 2016 13:13:11 +0100
parents 5795a1769de5
children 5aca8eeebcf1
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)
  - [List of irccdctl commands](irccdctl/commands.html)
  - [Irccdctl command line usage](irccdctl/usage.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)