Skip to content

Commit

Permalink
modified: README
Browse files Browse the repository at this point in the history
         - added some text :)
	modified:   twittershoes.rb
  • Loading branch information
pedromg committed Oct 1, 2008
1 parent d1a0a9f commit 16bf86b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions README
@@ -0,0 +1,13 @@
TwitterShoes
============

ruby script created to be a Twitter (http://www.twitter.com) client,
that uses Shoes.rb (http://code.whytheluckystiff.net/shoes) to be run
on various platforms (Linux, MacOSX, Windows). Shoes.rb is a winner !!

Please have Shoes installed on your operating system of choice.
The original idea was to create a simple Twitter client based on the intention
of testing Shoes.rb

Please feel free to give a hand and produce some code, review it, fix bugs, etc.

8 changes: 3 additions & 5 deletions twittershoes.rb
@@ -1,5 +1,5 @@
# TwitterShoes.rb
# v0.6 > 29-03-2008
# v0.6.1 > 29-09-2008
# Last tested on shoes-0.r396
# by pedro mg (http://blog.tquadrado.com)
# TwitterShoes is a ruby script created to be a Twitter (http://www.twitter.com) client, that uses
Expand Down Expand Up @@ -293,9 +293,9 @@ def listen
end
stack :width => 50 do
para(link(" Update ", :size => 8, :font => "Arial", :fill => "#4992E6" , :stroke => "#D5E0ED", :underline => false) { upandaway })
para(link("< ", :size => 8, :font => "Arial", :stroke => "#3276BA", :underline => false) { alert("previous page (temporarily disabled by Twitter)") },
para(link("<· ", :size => 8, :font => "Arial", :stroke => "#3276BA", :underline => false) { alert("previous page (temporarily disabled by Twitter)") },
" 1 ",
link(" >", :size => 8, :font => "Arial", :stroke => "#3276BA", :underline => false) { alert("next page (temporarily disabled by Twitter)") }, :top => 15, :size => 7, :font => "Arial", :stroke => "#3276BA", :underline => false)
link(" ·>", :size => 8, :font => "Arial", :stroke => "#3276BA", :underline => false) { alert("next page (temporarily disabled by Twitter)") }, :top => 15, :size => 7, :font => "Arial", :stroke => "#3276BA", :underline => false)
@remaining = para "140", " chars", :top => 30, :size => 6, :font => "Arial", :stroke => "#3276BA"
end
end
Expand All @@ -306,5 +306,3 @@ def listen

Shoes.app :title => "Twitter needs Shoes", :width => 300, :height => 550, :radius => 12, :resizable => true



0 comments on commit 16bf86b

Please sign in to comment.