spectrum2/documentation/index.md

57 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2012-11-29 13:53:30 +01:00
---
layout: page
title: Spectrum 2
---
2017-07-26 14:30:44 +03:00
#### About
2012-11-29 13:53:30 +01:00
2017-07-26 14:30:44 +03:00
* [What is Spectrum 2?](about.html)
2012-11-29 13:53:30 +01:00
2017-07-26 14:30:44 +03:00
#### Installation
2012-11-29 13:53:30 +01:00
2017-07-26 14:30:44 +03:00
* [Installing using Docker](installation/docker.html)
* [Installing on Debian/Ubuntu](installation/packages_debian_ubuntu.html)
* [Installing from source code](installation/from_source_code.html)
2012-11-29 13:53:30 +01:00
2017-07-26 14:30:44 +03:00
#### Frontends
* [Frontends overview](frontends/frontends.html)
* [XMPP Frontend](frontends/xmpp.html)
* [Using SSL in server mode](configuration/server_ssl.html)
* [Spectrum 2 as bouncer](configuration/bouncer.html)
* [Slack Frontend](frontends/slack.html)
#### Backends
* [Backends overview](backends/backends.html)
* [Libpurple backend](backends/libpurple.html)
* [Libcommuni backend](backends/libcommuni.html)
* [Twitter backend](backends/twitter.html)
* [Transwhat backend](backends/transwhat.html)
#### Tutorials
* [XMPP Frontend](frontends/xmpp.html)
* [Spectrum 2 in gateway mode](tutorials/gateway_mode.html)
* [Beginners guide (prosody + spectrum2 + twitter backend)](tutorials/beginners_guide.html)
#### Configuration
* [Configuration file description](configuration/config_file.html)
* [MySQL Support](configuration/mysql.html)
* [PostgreSQL Support](configuration/postgresql.html)
* [Logging](configuration/logging.html)
* [Web storage](configuration/web_storage.html)
#### Management
* [spectrum2_manager tool](management/spectrum2_manager.html)
* [Web Interface](management/web_interface.html)
* [Getting a backtrace](management/getting_backtrace.html)
* [Munin integration](management/munin.html)
#### Development
* [Spectrum 2 architecture](development/architecture.html)
* [Writing backend in any language (or How the backend works inside)](development/protocol.html)