public
Fork of tenderlove/mechanize
Description: Mechanize is a ruby library that makes automated web interaction easy.
Homepage: http://mechanize.rubyforge.org/
Clone URL: git://github.com/github/mechanize.git
name age message
file CHANGELOG.txt Fri May 09 11:32:51 -0700 2008 adding history added callback [tenderlove]
file EXAMPLES.txt Tue Dec 04 20:17:00 -0800 2007 merging REL-0.9.0 -> trunk 308:HEAD git-svn-id... [aaronp]
file FAQ.txt Wed Mar 04 13:43:23 -0800 2009 updating rakefile, moving doc files [tenderlove]
file GUIDE.txt Tue Dec 04 20:17:00 -0800 2007 merging REL-0.9.0 -> trunk 308:HEAD git-svn-id... [aaronp]
file LICENSE.txt Wed Mar 04 13:43:23 -0800 2009 updating rakefile, moving doc files [tenderlove]
file Manifest.txt Mon Jan 14 22:59:53 -0800 2008 updating manifest git-svn-id: svn+ssh://rubyfo... [aaronp]
file NOTES.txt Tue Dec 04 20:17:00 -0800 2007 merging REL-0.9.0 -> trunk 308:HEAD git-svn-id... [aaronp]
file README.txt Tue Jan 15 08:50:26 -0800 2008 updating documentation git-svn-id: svn+ssh://r... [aaronp]
file Rakefile Tue Dec 04 20:17:00 -0800 2007 merging REL-0.9.0 -> trunk 308:HEAD git-svn-id... [aaronp]
directory eg/ Sat Sep 20 16:07:42 -0700 2008 renaming eg to examples [tenderlove]
directory lib/ Fri May 09 11:32:51 -0700 2008 adding history added callback [tenderlove]
directory test/ Fri May 09 11:32:51 -0700 2008 adding history added callback [tenderlove]
README.txt
= WWW::Mechanize

  http://mechanize.rubyforge.org/

== 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.4
* hpricot[http://code.whytheluckystiff.net/hpricot/]

Note that the files in the net-overrides/ directory are taken from Ruby 1.9.0.


== Examples

If you are just starting, check out the GUIDE[link://files/GUIDE_txt.html].  
Also, check out the EXAMPLES[link://files/EXAMPLES_txt.html] file.

== Authors

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

New Code:
Copyright (c) 2007 by Aaron Patterson (aaronp@rubyforge.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-1.20/].  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 GPL.  Please see the LICENSE[link://files/LICENSE_txt.html] file.