public
Description: Wassr Client for Mac OSX using RubyCocoa
Homepage:
Clone URL: git://github.com/walf443/iwassr.git
walf443 (author)
Tue Sep 02 09:44:28 -0700 2008
commit  e3fa33239f4f78a37991162c3b89ba6129bf98c9
tree    7127c971d37c1a2199574ee1df3c24586978791e
parent  4b4bbef70580e4c81c807c5019d74f80697e3d4e
iwassr /
name age message
file AppController.rb Tue Sep 02 09:44:28 -0700 2008 change channel feed to use not body but html. [walf443]
directory English.lproj/ Mon Aug 18 07:05:33 -0700 2008 change MAX_STATUS to 500. [walf443]
file GrowlController.rb Sat Aug 02 06:24:24 -0700 2008 tweak growl notify. [walf443]
file Info.plist Mon Jul 07 16:21:23 -0700 2008 change to show public timeline to user friends ... [walf443]
file README Sun Aug 03 06:15:45 -0700 2008 tweak doc. [walf443]
file Rakefile Sun Jul 06 09:10:34 -0700 2008 iniitial import. [walf443]
directory build/ Tue Sep 02 09:44:28 -0700 2008 change channel feed to use not body but html. [walf443]
directory iWassr.xcodeproj/ Tue Sep 02 09:44:28 -0700 2008 change channel feed to use not body but html. [walf443]
file main.m Sun Jul 06 09:10:34 -0700 2008 iniitial import. [walf443]
file rb_main.rb Sun Aug 03 02:21:36 -0700 2008 support hotkey with Cmd+Shift+; . thanks cho45'... [walf443]
directory vendor/ Sun Aug 03 02:21:36 -0700 2008 support hotkey with Cmd+Shift+; . thanks cho45'... [walf443]
README
= iWassr

== Description
Wassr Client for Mac OSX ( Leopard ) using RubyCocoa.

== Installation
it required to build.
  - RubyCocoa
  - ruby 1.8.6
  - Mac OSX ( may be Tiger or later, it may only worked on Intel CPU. ).

== Features/Problems
patches are always welcome.

== Info
 * http://github.com/walf443/iwassr/tree
 * http://wassr.jp/channel/iwassr

== Thanks
Floarian Frank ( author of json library in Ruby: http://rubyforge.org/projects/json/ ).
  this project include it at /vendor/json-1-1-3

cho45 ( author of osxhotkey library: http://coderepos.org/share/browser/lang/ruby/osxhotkey/ )
  this project include it at /vendor/osxhotkey/

many source code learned from LimeChat ( IRC Client using RubyCocoa ).
and this project include growl library using LimeChat at /vendor/growl/ .


== Copyright

Author::    Keiji, Yoshimi <walf443 at gmail.com>
Copyright:: Copyright (c) 2008 Keiji, Yoshimi
License:: you can redistribute it and/or modify it under the same terms as Ruby itself.