Documentation improvement
This commit is contained in:
parent
dfc12989cc
commit
08c20df8fe
3 changed files with 15 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<meta name="description" content="Spectrum 2 : Spectrum 2 transports" />
|
||||
<meta name="description" content="Spectrum 2 : Spectrum 2 IM transports" />
|
||||
|
||||
<link href="http://spectrum.im/css/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
|
||||
|
@ -16,17 +16,18 @@
|
|||
<!-- HEADER -->
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
<a id="forkme_banner" href="https://github.com/hanzz/libtransport">View on GitHub</a>
|
||||
<a id="forkme_banner" href="https://github.com/hanzz/spectrum2">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">Spectrum 2</h1>
|
||||
<h2 id="project_tagline">Spectrum 2 XMPP transports</h2>
|
||||
<h2 id="project_tagline">Spectrum 2 IM transports</h2>
|
||||
|
||||
<section id="menu">
|
||||
<a class="menuitem" href="http://spectrum.im">About</a>
|
||||
<a class="menuitem" href="http://slack.spectrum.im">Add Spectrum 2 to my Slack Team</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>
|
||||
<a class="menuitem" href="http://spectrum.im/tracker">Issue tracker</a>
|
||||
<a class="menuitem" href="https://github.com/hanzz/spectrum2/issues">Issue tracker</a>
|
||||
</section>
|
||||
<!-- <section id="downloads"> -->
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<meta name="description" content="Spectrum 2 : Spectrum 2 transports" />
|
||||
<meta name="description" content="Spectrum 2 : Spectrum 2 IM transports" />
|
||||
|
||||
<link href="http://spectrum.im/css/style_config.css" rel="stylesheet" type="text/css" media="all">
|
||||
|
||||
|
@ -16,17 +16,18 @@
|
|||
<!-- HEADER -->
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner2">
|
||||
<a id="forkme_banner" href="https://github.com/hanzz/libtransport">View on GitHub</a>
|
||||
<a id="forkme_banner" href="https://github.com/hanzz/spectrum2">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">Spectrum 2</h1>
|
||||
<h2 id="project_tagline">Spectrum 2 XMPP transports</h2>
|
||||
<h2 id="project_tagline">Spectrum 2 IM transports</h2>
|
||||
|
||||
<section id="menu">
|
||||
<a class="menuitem" href="http://spectrum.im">About</a>
|
||||
<a class="menuitem" href="http://slack.spectrum.im">Add Spectrum 2 to my Slack Team</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>
|
||||
<a class="menuitem" href="http://spectrum.im/tracker">Issue tracker</a>
|
||||
<a class="menuitem" href="https://github.com/hanzz/spectrum2/issues">Issue tracker</a>
|
||||
</section>
|
||||
<!-- <section id="downloads"> -->
|
||||
|
||||
|
|
13
index.md
13
index.md
|
@ -3,19 +3,16 @@ layout: page
|
|||
title: Spectrum 2
|
||||
---
|
||||
|
||||
## Looking for developers
|
||||
|
||||
As HanzZ (the original main developer of Spectrum) is not able to continue with Spectrum development, we are looking for maintainer and developers for this project. Currently, the development is stalled and only the most urgent problems are fixed.
|
||||
|
||||
## About
|
||||
|
||||
Spectrum 2 is an XMPP transport/gateway and also simple server.
|
||||
It allows XMPP users to communicate with their friends who are using one of the supported networks.
|
||||
It supports a wide range of different networks such as ICQ, XMPP (Jabber, GTalk), AIM, MSN, Facebook, Twitter, or IRC.
|
||||
Spectrum 2 is an Generic transport/gateway.
|
||||
It supports multiple frontends like XMPP or Slack and can transport messages using these
|
||||
frontends to wide range of different networks such as such as ICQ, XMPP (Jabber, GTalk),
|
||||
AIM, MSN, Facebook, Twitter, or IRC.
|
||||
|
||||
Spectrum 2 is written in C++ and uses the [Swiften](http://swift.im/swiften) library and various different libraries for "legacy networks".
|
||||
Spectrum 2 is open source and released under the GNU GPL.
|
||||
|
||||
|
||||
Spectrum 2 is not intended for strictly desktop users, ie those who have no familiarity with running server side applications. It is intended to provide a service to desktop users, but be managed by server administrators. If you are interested in the project but have no familiarity with running a server (and no interest in learning), please speak with your local system administrators about making Spectrum 2 available.
|
||||
|
||||
## News
|
||||
|
|
Loading…
Add table
Reference in a new issue