Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Created gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Apr 7, 2012
0 parents commit ac6d6a0
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 0 deletions.
98 changes: 98 additions & 0 deletions index.html
@@ -0,0 +1,98 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Sonia by pusewicz</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Sonia</h1>
<p>Awesome Office Dashboard</p>
<p class="view"><a href="https://github.com/pusewicz/sonia">View the Project on GitHub <small>pusewicz/sonia</small></a></p>
<ul>
<li><a href="https://github.com/pusewicz/sonia/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/pusewicz/sonia/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/pusewicz/sonia">Fork On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>Sonia <img src="http://stillmaintained.com/pusewicz/sonia.png" alt="Still Maintained"> <img src="https://gemnasium.com/pusewicz/sonia.png?travis" alt="Dependencies">
</h1>

<p>Sonia is an Awesome Office Dashboard.</p>

<h2>What is Sonia?</h2>

<p><img src="http://soniaapp.com/images/screenshot.png" alt="Sonia"></p>

<p>Sonia allows you to set up a dashboard with information that is important to you. Think <a href="http://www.panic.com/blog/2010/03/the-panic-status-board/">Panic's Status Board</a>.</p>

<p>At the moment, Sonia comes with <a href="http://campfirenow.com/">Campfire</a>, <a href="http://foursquare.com/">Foursquare</a>, <a href="http://github.com/">Github</a>, <a href="http://www.icinga.org/">Icinga</a>, RSS, <a href="http://www.tfl.gov.uk/">TfL</a>, <a href="http://www.twitter.com/">Twitter</a> and <a href="http://weather.yahoo.com/">Yahoo! Weather</a> widgets.</p>

<p>Go ahead and have a look at <a href="http://demo.soniaapp.com:8080/">the demo</a>.</p>

<p>Thanks to Aaalex, you can watch a nice screencast introduction to Sonia at <a href="http://www.rubypulse.com/episode-0.38_sonia.html">RubyPulse</a>.</p>

<h1>BYOW</h1>

<p>Bring Your Own Widgets! It's so easy to create your own widgets! Have a look at <a href="http://github.com/pusewicz/sonia/tree/master/widgets/">example</a> ones.</p>

<h2>Requirements</h2>

<ul>
<li>Ruby 1.9.3</li>
<li>Bundler gem <code>gem install bundler</code>
</li>
</ul><h2>Quick Start</h2>

<pre><code>$ git clone <a href="http://github.com/pusewicz/sonia.git">http://github.com/pusewicz/sonia.git</a>

# If you are using RVM (Ruby Version Manager)
$ rvm 1.9.3
$ rvm gemset create sonia

# Run Sonia
$ cd sonia
$ bundle install
$ bundle exec ./bin/sonia start --config example/config.yml
</code></pre>

<h2>More Information</h2>

<p>Have a look in the <a href="http://wiki.github.com/pusewicz/sonia/">Wiki</a>.</p>

<p>Initial documentation is available on <a href="http://yardoc.org/docs/pusewicz-sonia">YardDoc</a>.</p>

<p>Follow Sonia on <a href="http://www.twitter.com/soniaappcom">Twitter</a>.</p>

<h2>Note on Patches/Pull Requests</h2>

<ul>
<li>Fork the project.</li>
<li>Make your feature addition or bug fix.</li>
<li>Add tests for it. This is important so I don't break it in a
future version unintentionally.</li>
<li>Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)</li>
<li>Send me a pull request. Bonus points for topic branches.</li>
</ul><h2>Copyright</h2>

<p>Copyright (c) 2012 Piotr Usewicz. See LICENSE for details.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/pusewicz">pusewicz</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>
17 changes: 17 additions & 0 deletions javascripts/scale.fix.js
@@ -0,0 +1,17 @@
var metas = document.getElementsByTagName('meta');
var i;
if (navigator.userAgent.match(/iPhone/i)) {
for (i=0; i<metas.length; i++) {
if (metas[i].name == "viewport") {
metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
}
}
document.addEventListener("gesturestart", gestureStart, false);
}
function gestureStart() {
for (i=0; i<metas.length; i++) {
if (metas[i].name == "viewport") {
metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
}
}
}
1 change: 1 addition & 0 deletions params.json
@@ -0,0 +1 @@
{"name":"Sonia","body":"# Sonia ![Still Maintained](http://stillmaintained.com/pusewicz/sonia.png)&nbsp;![Dependencies](https://gemnasium.com/pusewicz/sonia.png?travis)\r\n\r\nSonia is an Awesome Office Dashboard.\r\n\r\n## What is Sonia?\r\n\r\n![Sonia](http://soniaapp.com/images/screenshot.png)\r\n\r\nSonia allows you to set up a dashboard with information that is important to you. Think [Panic's Status Board](http://www.panic.com/blog/2010/03/the-panic-status-board/).\r\n\r\nAt the moment, Sonia comes with [Campfire](http://campfirenow.com/), [Foursquare](http://foursquare.com/), [Github](http://github.com/), [Icinga](http://www.icinga.org/), RSS, [TfL](http://www.tfl.gov.uk/), [Twitter](http://www.twitter.com/) and [Yahoo! Weather](http://weather.yahoo.com/) widgets.\r\n\r\nGo ahead and have a look at [the demo](http://demo.soniaapp.com:8080/).\r\n\r\nThanks to Aaalex, you can watch a nice screencast introduction to Sonia at [RubyPulse](http://www.rubypulse.com/episode-0.38_sonia.html).\r\n\r\n# BYOW\r\n\r\nBring Your Own Widgets! It's so easy to create your own widgets! Have a look at [example](http://github.com/pusewicz/sonia/tree/master/widgets/) ones.\r\n\r\n## Requirements\r\n\r\n* Ruby 1.9.3\r\n* Bundler gem `gem install bundler`\r\n\r\n## Quick Start\r\n\r\n $ git clone http://github.com/pusewicz/sonia.git\r\n\r\n # If you are using RVM (Ruby Version Manager)\r\n $ rvm 1.9.3\r\n $ rvm gemset create sonia\r\n\r\n # Run Sonia\r\n $ cd sonia\r\n $ bundle install\r\n $ bundle exec ./bin/sonia start --config example/config.yml\r\n\r\n## More Information\r\n\r\nHave a look in the [Wiki](http://wiki.github.com/pusewicz/sonia/).\r\n\r\nInitial documentation is available on [YardDoc](http://yardoc.org/docs/pusewicz-sonia).\r\n\r\nFollow Sonia on [Twitter](http://www.twitter.com/soniaappcom).\r\n\r\n## Note on Patches/Pull Requests\r\n\r\n* Fork the project.\r\n* Make your feature addition or bug fix.\r\n* Add tests for it. This is important so I don't break it in a\r\n future version unintentionally.\r\n* Commit, do not mess with rakefile, version, or history.\r\n (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\r\n* Send me a pull request. Bonus points for topic branches.\r\n\r\n## Copyright\r\n\r\nCopyright (c) 2012 Piotr Usewicz. See LICENSE for details.\r\n","tagline":"Awesome Office Dashboard","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
69 changes: 69 additions & 0 deletions stylesheets/pygment_trac.css
@@ -0,0 +1,69 @@
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

.type-csharp .highlight .k { color: #0000FF }
.type-csharp .highlight .kt { color: #0000FF }
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
.type-csharp .highlight .nc { color: #2B91AF }
.type-csharp .highlight .nn { color: #000000 }
.type-csharp .highlight .s { color: #A31515 }
.type-csharp .highlight .sc { color: #A31515 }

0 comments on commit ac6d6a0

Please sign in to comment.