Sha256: 3975afe960f71d8fe7f0654d9d33952ce89f82b661de98796effcd9049c98390

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 KB

Contents

= Mechanize

* http://mechanize.rubyforge.org
* http://github.com/tenderlove/mechanize/tree/master

== DESCRIPTION

The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
can follow links, and submit forms.  Form fields can be populated and
submitted.  Mechanize also keeps track of the sites that you have visited as
a history.

== Dependencies

* ruby 1.8.7, 1.9.2, or 1.9.3
* nokogiri[http://nokogiri.rubyforge.org]

== SUPPORT:

The mechanize mailing list is available here:

  * http://rubyforge.org/mailman/listinfo/mechanize-users

The bug tracker is available here:

  * http://github.com/tenderlove/mechanize/issues

== Examples

If you are just starting, check out the GUIDE.
Also, check out the EXAMPLES file.

== Authors

Copyright (c) 2005 by Michael Neumann (mneumann@ntecs.de)

Copyright (c) 2006-2011:

* {Aaron Patterson}[http://tenderlovemaking.com] (aaronp@rubyforge.org)
* {Mike Dalessio}[http://mike.daless.io] (mike@csa.net)

Copyright (c) 2011:

* {Eric Hodel}[http://blog.segment7.net] (drbrain@segment7.net)
* {Akinori MUSHA}[http://blog.akinori.org] (knu@idaemons.org)

This library comes with a shameless plug for employing me
(Aaron[http://tenderlovemaking.com/]) programming Ruby, my favorite language!

== Acknowledgments

This library was heavily influenced by its namesake in the perl world.  A big
thanks goes to Andy Lester (andy@petdance.com), the author of the original
perl Mechanize which is available here[http://search.cpan.org/~petdance/WWW-Mechanize/].  Ruby Mechanize would not be around without you!

Thank you to Michael Neumann for starting the Ruby version.  Thanks to everyone
who's helped out in various ways.  Finally, thank you to the people using this
library!

== License

This library is distributed under the MIT license.  Please see the LICENSE file.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mechanize-2.2 README.rdoc
mechanize-2.1.1 README.rdoc