From 2ee0d67877f1cf6f9260e7c68e1b2dba9a2a4fbb Mon Sep 17 00:00:00 2001 From: HanzZ Date: Fri, 14 Dec 2012 21:31:30 +0100 Subject: [PATCH] Fixed links --- documentation/configuration/config_file.md | 2 +- documentation/installation/from_source_code.md | 4 ++-- documentation/tutorials/gateway_mode.md | 13 ++++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/documentation/configuration/config_file.md b/documentation/configuration/config_file.md index d8267379..2f6258d2 100644 --- a/documentation/configuration/config_file.md +++ b/documentation/configuration/config_file.md @@ -13,7 +13,7 @@ Spectrum 2 config file is not compatible with Spectrum 1, although some importan Key | Type | Default | Description ----|------|---------|------------ -server_mode | boolean | 0 | True if Spectrum should run as server in [server-mode](http://spectrum.im/projects/spectrum/wiki/Spectrum_2_Admin_-_New_design#Server-mode). +server_mode | boolean | 0 | True if Spectrum should run as server in [server-mode](http://hanzz.github.com/libtransport/documentation/about.html#server_mode). jid | string | | Jabber ID of Spectrum2 instance. For example "localhost", "icq.domain.tld". server | string | | Hostname or IP address of server to which Spectrum connects in gateway-mode. port | integer | 0 | Port on which Spectrum listens to in server-mode or to which connects in gateway-mode. diff --git a/documentation/installation/from_source_code.md b/documentation/installation/from_source_code.md index e9587fd3..586f823e 100644 --- a/documentation/installation/from_source_code.md +++ b/documentation/installation/from_source_code.md @@ -80,7 +80,7 @@ You should definitely have latest libpurple, so download Pidgin and compile it, ## Install libCommuni for libCommuni IRC backend -The instructions are defined on "libCommuni wiki":https://github.com/communi/communi/wiki. +The instructions are defined on [libCommuni wiki](https://github.com/communi/communi/wiki). ## Install Spectrum 2 @@ -91,4 +91,4 @@ The instructions are defined on "libCommuni wiki":https://github.com/communi/com Before running make, check cmake output if the supported features are OK for you. If not, install libraries needed by Spectrum to provide specific feature. -You can also install spectrum using "sudo make install" +You can also install spectrum using `sudo make install`. diff --git a/documentation/tutorials/gateway_mode.md b/documentation/tutorials/gateway_mode.md index 49b7f1a3..ea8307aa 100644 --- a/documentation/tutorials/gateway_mode.md +++ b/documentation/tutorials/gateway_mode.md @@ -5,12 +5,15 @@ title: Spectrum 2 ### Before you start -* Check that you really want to run Spectrum 2 in gateway mode and not in server mode. The difference is documentation on [What is Spectrum 2](about.html) page. -* Install Spectrum 2. Installation is covered in [Installation section on the main page](index.html). +* Check that you really want to run Spectrum 2 in gateway mode and not in server mode. The difference is documentation on [What is Spectrum 2](http://hanzz.github.com/libtransport/documentation/about.html) page. +* Install Spectrum 2. Installation is covered in [Installation section on the main page](http://hanzz.github.com/libtransport/documentation/). ### Configure your XMPP server -XMPP server configuration is addressed on [Configure XMPP server page](configure_xmpp_server.html). +You have to change your XMPP server configuration and set JID of the Spectrum 2 instance and the password it will use there. + +* [Adding components with Prosody](http://prosody.im/doc/components) +* [Adding components with Ejabberd](http://www.ejabberd.im/node/5134) ### Configure Spectrum 2 @@ -30,7 +33,7 @@ All config options with description are located at [Config file page](config_fil You have to choose the Spectrum 2 backend and legacy network to which this Spectrum 2 gateway will connect the users. -The default backend is [Libpurple backend](backends/libpurple.html). Read the [Libpurple backend documentation](backends/libpurple.html) to see how to choose particular legacy network. If you want to use different backend, change the path to it according to [List of backends](backends.html). +The default backend is [Libpurple backend](http://hanzz.github.com/libtransport/documentation/backends/libpurple.html). Read the [Libpurple backend documentation](http://hanzz.github.com/libtransport/documentation/backends/libpurple.html) to see how to choose particular legacy network. If you want to use different backend, change the path to it according to [List of backends](http://hanzz.github.com/libtransport/documentation/backends/backends.html). #### Choose the storage backend @@ -38,7 +41,7 @@ Category| Option| Change to value| Meaning -|-|-|- database|type|sqlite3|Spectrum 2 will use SQLite3 as storage backend -You can also use [MySQL](mysql.html) or [PostgreSQL](postgresql.html) instead of SQLite3 backend. +You can also use [MySQL](http://hanzz.github.com/libtransport/documentation/configuration/mysql.html) or [PostgreSQL](http://hanzz.github.com/libtransport/documentation/configuration/postgresql.html) instead of SQLite3 backend. ### Start Spectrum 2