Sonia is an Awesome Office Dashboard.
<script type="text/javascript" src="http://www.ohloh.net/p/482920/widgets/project_users_logo.js"></script>Sonia allows you to set up a dashboard with information that is important to you. Think Panic's Status Board.
At the moment, Sonia comes with Campfire, Foursquare, Github, Icinga, RSS, TfL, Twitter and Yahoo! Weather widgets.
Go ahead and have a look at the demo.
Thanks to Aaalex, you can watch a nice screencast introduction to Sonia at RubyPulse.
Bring Your Own Widgets! It's so easy to create your own widgets! Have a look at example ones.
- Ruby 1.9.2
- Bundler gem
gem install bundler
$ git clone http://github.com/pusewicz/sonia.git
# If you are using RVM (Ruby Version Manager)
$ rvm 1.9.2
$ rvm gemset create sonia
# Run Sonia
$ cd sonia
$ bundle install
$ ./bin/sonia start --config example/config.yml
Have a look in the Wiki.
Initial documentation is available on YardDoc.
Follow Sonia on Twitter.
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- 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)
- Send me a pull request. Bonus points for topic branches.
Copyright (c) 2010 Piotr Usewicz. See LICENSE for details.