okayu

okayu = おかゆ は、ニコニコ生放送用のシンプルなコメントビューアです。

Download

Github: github.com/kentaroi/okayu/tree/master

Installing

Linux:

# まず、sqlite3を入れてください。
# たとえば、Debian/Ubuntuの場合は、以下のようにします。
sudo aptitude install sqlite3 libsqlite3-dev libsqlite3-ruby1.8

# おかゆのgemを入れます。
sudo gem install kentaroi-okayu --source http://gems.github.com

Windows: www.sqlite.org/download.html から、SQLiteのDLLをダウンロードします。

# Ruby及びRubygemsをインストールしている場合は、gemを入れれば完了です。
gem install kentaroi-okayu --source http://gems.github.com

Note on Patches/Pull Requests

  • 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 © 2009 Kentaro Imai. See LICENSE for details.