Use spectrum.im url instead of hanzz.github.com

This commit is contained in:
HanzZ 2013-01-12 16:55:26 +01:00
parent 0c9701f3fc
commit 1108cb8b58
5 changed files with 16 additions and 16 deletions

View file

@ -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.

View file

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Spectrum 2 : Spectrum 2 transports" />
<link href="http://hanzz.github.com/libtransport/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="http://spectrum.im/css/style.css" rel="stylesheet" type="text/css" media="all">
<title>Spectrum 2</title>
</head>
@ -22,10 +22,10 @@
<h2 id="project_tagline">Spectrum 2 XMPP transports</h2>
<section id="menu">
<a class="menuitem" href="http://hanzz.github.com/libtransport">About</a>
<a class="menuitem" href="http://hanzz.github.com/libtransport/documentation">Documentation</a>
<a class="menuitem" href="http://hanzz.github.com/libtransport/download">Download</a>
<a class="menuitem" href="http://hanzz.github.com/libtransport/discussion">Discussion</a>
<a class="menuitem" href="http://spectrum.im">About</a>
<a class="menuitem" href="http://spectrum.im/documentation">Documentation</a>
<a class="menuitem" href="http://spectrum.im/download">Download</a>
<a class="menuitem" href="http://spectrum.im/discussion">Discussion</a>
</section>
<!-- <section id="downloads"> -->

View file

@ -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.

View file

@ -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

View file

@ -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