= dango -- Ruby - Flash conneciton network flamework


== Download

The latest version of dango can be found at

* http://rubyforge.org/frs/?group_id=****

== Installation

=== Normal Installation

You can install dango with the following command.

% ruby setup.rb

from its distribution directory.

=== GEM Installation

Download and install dango with the following.

gem install dango

== dango References

* dango Project Page: http://rubyforge.org/projects/dango
* dango API Documents: http://dango.rubyforge.org

== Simple Example

ruby "rubygems" # you use rubygems
ruby "image_size"
ruby "open-uri"
open("http://www.rubycgi.org/image/ruby_gtk_book_title.jpg", "rb") do |fh|
p ImageSize.new(fh.read).get_size
end

== Licence

This code is free to use under the terms of the Ruby's licence.

== Contact

Comments are welcome. Send an email to "Keisuke Minami":mailto:[email protected]