Changeset - 880df0fba968
[Not reviewed]
0 4 2
Jan Kaluza - 10 years ago 2015-11-27 08:02:21
jkaluza@redhat.com
Some logo try :)
6 files changed with 15 insertions and 6 deletions:
0 comments (0 inline, 0 general)
_includes/themes/twitter/my.html
Show inline comments
 
@@ -9,28 +9,27 @@
 
    <link href="http://spectrum.im/css/style.css" rel="stylesheet" type="text/css" media="all">
 

	
 
    <title>Spectrum 2</title>
 
  </head>
 

	
 
  <body>
 

	
 
    <!-- HEADER -->
 
    <div id="header_wrap" class="outer">
 
        <header class="inner">
 
          <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 IM transports</h2>
 
<img id="logo" src="http://spectrum.im/logo.png" style="width:250px; margin-left: auto;margin-right: auto; display:block;"/>
 

	
 
			<section id="menu">
 
            <section id="menu" style="text-align: center;">
 
            <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="https://github.com/hanzz/spectrum2/issues">Issue tracker</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> -->
_includes/themes/twitter/myconfig.html
Show inline comments
 
@@ -9,28 +9,27 @@
 
    <link href="http://spectrum.im/css/style_config.css" rel="stylesheet" type="text/css" media="all">
 

	
 
    <title>Spectrum 2</title>
 
  </head>
 

	
 
  <body>
 

	
 
    <!-- HEADER -->
 
    <div id="header_wrap" class="outer">
 
        <header class="inner2">
 
          <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 IM transports</h2>
 
<img id="logo" src="http://spectrum.im/logo.png" style="width:250px; margin-left: auto;margin-right: auto; display:block;"/>
 

	
 
			<section id="menu">
 
            <section id="menu" style="text-align: center;">
 
            <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="https://github.com/hanzz/spectrum2/issues">Issue tracker</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> -->
animation.gif
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
css/style_config.css
Show inline comments
 
@@ -167,24 +167,33 @@ img {
 
  max-width: 739px;
 
  padding: 5px;
 
  margin: 10px 0 10px 0;
 
  border: 1px solid #ebebeb;
 

	
 
  box-shadow: 0 0 5px #ebebeb;
 
  -webkit-box-shadow: 0 0 5px #ebebeb;
 
  -moz-box-shadow: 0 0 5px #ebebeb;
 
  -o-box-shadow: 0 0 5px #ebebeb;
 
  -ms-box-shadow: 0 0 5px #ebebeb;
 
}
 

	
 
header img {
 
    border: 0;
 
    box-shadow: 0 0 0px #ebebeb;
 
  -webkit-box-shadow: 0 0 0px #ebebeb;
 
  -moz-box-shadow: 0 0 0px #ebebeb;
 
  -o-box-shadow: 0 0 0px #ebebeb;
 
  -ms-box-shadow: 0 0 0px #ebebeb;
 
}
 

	
 
pre, code {
 
/*   width: 100%; */
 
  color: #222;
 
  background-color: #fff;
 

	
 
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
 
  font-size: 14px;
 

	
 
  border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -webkit-border-radius: 2px;
 

	
index.md
Show inline comments
 
---
 
layout: page
 
title: Spectrum 2
 
---
 

	
 
## About
 

	
 
![Spectrum 2 animation](animation.gif)
 

	
 
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
 

	
logo.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)