Changeset - ed8bf3bd657d
[Not reviewed]
0 3 3
HanzZ - 13 years ago 2012-11-29 13:53:30
hanzz.k@gmail.com
some tweaks
6 files changed with 96 insertions and 42 deletions:
0 comments (0 inline, 0 general)
_includes/themes/twitter/my.html
Show inline comments
 
@@ -21,10 +21,17 @@
 
          <h1 id="project_title">Spectrum 2</h1>
 
          <h2 id="project_tagline">Spectrum 2 transports</h2>
 

	
 
            <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>
 
			<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>
 
			</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> -->
 
        </header>
 
    </div>
 

	
 
@@ -38,8 +45,7 @@
 
    <!-- FOOTER  -->
 
    <div id="footer_wrap" class="outer">
 
      <footer class="inner">
 
        <p class="copyright">Spectrum 2 maintained by <a href="https://github.com/hanzz">hanzz</a></p>
 
        <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
 
        <p class="copyright">Spectrum 2 maintained by <a href="https://github.com/hanzz">Jan Kaluza - HanzZ</a></p>
 
      </footer>
 
    </div>
 

	
css/style.css
Show inline comments
 
@@ -331,6 +331,24 @@ Full-Width Styles
 
  background: url('../images/icon_download.png') no-repeat 0% 90%;
 
}
 

	
 
#menu {
 
  position: absolute;
 
  width: 100%;
 
  z-index: 10;
 
  bottom: -20px;
 
  left: 0;
 
  height: 35px;
 
}
 

	
 
.menuitem {
 
	margin:0;
 
	margin-right:7px;
 
	color:white;
 
	padding:10px;
 
	height: 35px;
 
	background: #0090FF;
 
}
 

	
 
.zip_download_link {
 
  display: block;
 
  float: right;
discussion/index.md
Show inline comments
 
new file 100644
 
---
 
layout: page
 
title: Spectrum 2
 
---
 

	
 
#### Discussion
documentation/index.md
Show inline comments
 
new file 100644
 
---
 
layout: page
 
title: Spectrum 2
 
---
 

	
 
#### About
 

	
 
* [What is Spectrum 2?](about.html)
 

	
 
#### Installation
 

	
 
* [Debian/Ubuntu packages](debian_ubuntu.html)
 
* [Fedora/RHEL/CentOS packages](fedora_rhel.html)
 
* [Installing from source code](from_source_code.html)
 

	
 
#### Tutorials
 

	
 
* [Spectrum 2 in gateway mode](tutorial_gateway_mode.html)
 

	
 
#### Configuration
 

	
 
* [Configuration file description](config_file.html)
 
* [MySQL Support](mysql.html)
 
* [PostgreSQL Support](postgresql.html)
 
* [Using SSL in server mode](server_ssl.html)
 
* [Logging](logging.html)
 

	
 
#### Backends
 

	
 
* [Backends overview](backends.html)
 
* [Libpurple backend](libpurple.html)
 
* [Swiften backend](swiften.html)
 
* [Libcommuni backend](libcommuni.html)
 
* [Skype backend](skype.html)
 
* [Twitter backend](twitter.html)
 

	
 
#### Management
 

	
 
* [spectrum2_manager tool](spectrum2_manager.html)
 
* [Getting a backtrace](getting_backtrace.html)
 
* [Munin integration](munin.html)
 

	
 
#### Development
 

	
 
* [Spectrum 2 architecture](developer_arch.html)
 
* [Low level backend creation](developer_lowlevel.html)
download/index.md
Show inline comments
 
new file 100644
 
---
 
layout: page
 
title: Spectrum 2
 
---
 

	
 
#### Download
index.md
Show inline comments
 
---
 
layout: page
 
title: Hello World!
 
tagline: Supporting tagline
 
title: Spectrum 2
 
---
 

	
 
Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
 
## About
 

	
 
Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
 
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 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.
 

	
 
## Update Author Attributes
 
## News
 

	
 
In `_config.yml` remember to specify your own data:
 
    
 
    title : My Blog =)
 
    
 
    author :
 
      name : Name Lastname
 
      email : blah@email.test
 
      github : username
 
      twitter : username
 

	
 
The theme should reference these variables whenever needed.
 
    
 
## Sample Posts
 

	
 
This blog contains sample posts which help stage pages and blog data.
 
When you don't need the samples anymore just delete the `_posts/core-samples` folder.
 

	
 
    $ rm -rf _posts/core-samples
 

	
 
Here's a sample "posts list".
 

	
 
<ul class="posts">
 
  {% for post in site.posts %}
 
    <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
 
  {% endfor %}
 
</ul>
 

	
 
## To-Do
 

	
 
This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
 
We need to clean up the themes, make theme usage guides with theme-specific markup examples.
 

	
 

	
0 comments (0 inline, 0 general)