Changeset - 1108cb8b58fe
[Not reviewed]
0 5 0
HanzZ - 13 years ago 2013-01-12 16:55:26
hanzz.k@gmail.com
Use spectrum.im url instead of hanzz.github.com
5 files changed with 16 insertions and 16 deletions:
0 comments (0 inline, 0 general)
_config.yml
Show inline comments
 
@@ -23,13 +23,13 @@ author :
 
# Most places will/should use BASE_PATH to make the urls
 
#
 
# If you have set a CNAME (pages.github.com) set your custom domain here.
 
# 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
 
#
 
JB :
 
  version : 0.2.13
 

	
 
@@ -52,23 +52,23 @@ JB :
 
  #
 
  # CAUTION:
 
  #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
 
  #   - 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]
 
  #
 
  # Override this by defining an absolute path to assets here.
 
  # ex: 
 
  #   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.
 
  #
 
  #archive_path: /archive.html
 
  #categories_path : /categories.html
_includes/themes/twitter/my.html
Show inline comments
 
@@ -3,13 +3,13 @@
 

	
 
  <head>
 
    <meta charset='utf-8' />
 
    <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>
 

	
 
  <body>
 

	
 
@@ -19,16 +19,16 @@
 
          <a id="forkme_banner" href="https://github.com/hanzz/libtransport">View on GitHub</a>
 

	
 
          <h1 id="project_title">Spectrum 2</h1>
 
          <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"> -->
 
				
 
<!--               <a class="zip_download_link" href="https://github.com/hanzz/libtransport/zipball/master">Download this project as a .zip file</a> -->
 
<!--               <a class="tar_download_link" href="https://github.com/hanzz/libtransport/tarball/master">Download this project as a tar.gz file</a> -->
 
<!--             </section> -->
documentation/configuration/config_file.md
Show inline comments
 
@@ -10,13 +10,13 @@ Spectrum 2 config file is not compatible with Spectrum 1, although some importan
 
### [service] section
 

	
 
#### General settings
 

	
 
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.
 
password | string | | Password used to connect Jabber server in gateway-mode.
 
cert | string | | Full path to PKCS#12 certificate which is used for TLS in server-mode.
 
cert_password | string | | PKCS#12 certificate password.
documentation/tutorials/gateway_mode.md
Show inline comments
 
@@ -2,14 +2,14 @@
 
layout: page
 
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
 

	
 
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)
 
@@ -30,21 +30,21 @@ service|port|Jabber server port to which Spectrum 2 connects|You have configured
 
All config options with description are located at [Config file page](config_file.html).
 

	
 
#### Choose the Spectrum 2 backend and legacy network
 

	
 
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
 

	
 
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
 

	
 
The following command should now start your first Spectrum 2 instance:
 

	
 
	spectrum2_manager start
download/index.md
Show inline comments
 
@@ -2,17 +2,17 @@
 
layout: page
 
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
 

	
 
* [Spectrum 1.4.8 source code](https://github.com/downloads/hanzz/libtransport/spectrum-1.4.8.tar.gz)
0 comments (0 inline, 0 general)