This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 17 13:27:36 -0700 2008 | |
| |
EXAMPLES.txt | Wed Mar 04 13:43:23 -0800 2009 | |
| |
FAQ.txt | Wed Mar 04 13:43:23 -0800 2009 | |
| |
GUIDE.txt | Wed Mar 04 13:43:23 -0800 2009 | |
| |
History.txt | Mon Feb 23 21:53:49 -0800 2009 | |
| |
LICENSE.txt | Wed Mar 04 13:43:23 -0800 2009 | |
| |
Manifest.txt | Sun Jan 25 19:26:58 -0800 2009 | |
| |
README.txt | Mon Feb 23 21:47:30 -0800 2009 | |
| |
Rakefile | Mon Feb 23 21:40:44 -0800 2009 | |
| |
examples/ | Sat Sep 20 16:07:42 -0700 2008 | |
| |
lib/ | Mon Feb 23 21:44:50 -0800 2009 | |
| |
mechanize.gemspec | Sun Dec 21 19:21:11 -0800 2008 | |
| |
test/ |
README.txt
= WWW::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.4 * nokogiri[http://nokogiri.rubyforge.org] == 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 Copyright (c) 2005 by Michael Neumann (mneumann@ntecs.de) Copyright (c) 2006-2008: * {Aaron Patterson}[http://tenderlovemaking.com] (aaronp@rubyforge.org) * {Mike Dalessio}[http://mike.daless.io] (mike@csa.net) 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.









