diff --git a/_config.yml b/_config.yml index 01544421..9606c823 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ author : # Else if you are pushing to username.github.com, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://hanzz.github.com/libtransport +production_url : http://spectrum.im # All Jekyll-Bootstrap specific configurations are namespaced into this hash # @@ -55,7 +55,7 @@ JB : # - Only the following values are falsy: ["", null, false] # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" - BASE_PATH : http://hanzz.github.com/libtransport + BASE_PATH : http://spectrum.im # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME] @@ -65,7 +65,7 @@ JB : # http://s3.amazonaws.com/yoursite/themes/watermelon # /assets # - ASSET_PATH : http://hanzz.github.com/libtransport + ASSET_PATH : http://spectrum.im # These paths are to the main pages Jekyll-Bootstrap ships with. # Some JB helpers refer to these paths; change theme here if needed. diff --git a/_includes/themes/twitter/my.html b/_includes/themes/twitter/my.html index 241a5fb9..71e82fd1 100644 --- a/_includes/themes/twitter/my.html +++ b/_includes/themes/twitter/my.html @@ -6,7 +6,7 @@ - + Spectrum 2 @@ -22,10 +22,10 @@

Spectrum 2 XMPP transports

diff --git a/documentation/configuration/config_file.md b/documentation/configuration/config_file.md index 2f6258d2..fb912396 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://hanzz.github.com/libtransport/documentation/about.html#server_mode). +server_mode | boolean | 0 | True if Spectrum should run as server in [server-mode](http://spectrum.im/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/tutorials/gateway_mode.md b/documentation/tutorials/gateway_mode.md index ea8307aa..cd2ebe29 100644 --- a/documentation/tutorials/gateway_mode.md +++ b/documentation/tutorials/gateway_mode.md @@ -5,8 +5,8 @@ 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](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/). +* 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://spectrum.im/documentation/about.html) page. +* Install Spectrum 2. Installation is covered in [Installation section on the main page](http://spectrum.im/documentation/). ### Configure your XMPP server @@ -33,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](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). +The default backend is [Libpurple backend](http://spectrum.im/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 @@ -41,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](http://hanzz.github.com/libtransport/documentation/configuration/mysql.html) or [PostgreSQL](http://hanzz.github.com/libtransport/documentation/configuration/postgresql.html) instead of SQLite3 backend. +You can also use [MySQL](http://spectrum.im/documentation/configuration/mysql.html) or [PostgreSQL](http://hanzz.github.com/libtransport/documentation/configuration/postgresql.html) instead of SQLite3 backend. ### Start Spectrum 2 diff --git a/download/index.md b/download/index.md index 36dc0a63..8eb5b811 100644 --- a/download/index.md +++ b/download/index.md @@ -5,12 +5,12 @@ title: Spectrum 2 ### Download -Don't forget to check [Documentation](http://hanzz.github.com/libtransport/documentation) and [Changelog](http://hanzz.github.com/libtransport/changelog) after downloading. +Don't forget to check [Documentation](http://spectrum.im/documentation) and [Changelog](http://hanzz.github.com/libtransport/changelog) after downloading. #### Spectrum 2 -* [Debian/Ubuntu packages](http://hanzz.github.com/libtransport/documentation/installation/debian_ubuntu.html) -* [Fedora/RHEL/CentOS packages](http://hanzz.github.com/libtransport/documentation/installation/fedora_rhel.html) +* [Debian/Ubuntu packages](http://spectrum.im/documentation/installation/debian_ubuntu.html) +* [Fedora/RHEL/CentOS packages](http://spectrum.im/documentation/installation/fedora_rhel.html) * [Spectrum 2.0-beta2 source code](https://github.com/downloads/hanzz/libtransport/spectrum-2.0.0-beta2.tar.gz) #### Spectrum 1 - not maintained version