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 (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install aaronp-mechanize
commit 583c1248a9d32fb6078504ee4951c19456d58b80
tree 647fad04bcaf0fde2aac1fdbb3a6ed1e575ab021
parent a3a73d89a1a7c38e2fb5103a74e8916759c1cae2 parent 551383ad320f81a2d3dc79f37f00ec16be4a8472
tree 647fad04bcaf0fde2aac1fdbb3a6ed1e575ab021
parent a3a73d89a1a7c38e2fb5103a74e8916759c1cae2 parent 551383ad320f81a2d3dc79f37f00ec16be4a8472
| name | age | message | |
|---|---|---|---|
| |
EXAMPLES.txt | Tue Dec 04 20:17:00 -0800 2007 | [aaronp] |
| |
FAQ.txt | Tue Dec 04 20:17:00 -0800 2007 | [aaronp] |
| |
GUIDE.txt | Tue Dec 04 20:17:00 -0800 2007 | [aaronp] |
| |
History.txt | Sun May 11 19:17:15 -0700 2008 | [aaronp] |
| |
LICENSE.txt | Tue Dec 04 20:17:00 -0800 2007 | [aaronp] |
| |
Manifest.txt | Mon Jan 14 22:59:53 -0800 2008 | [aaronp] |
| |
NOTES.txt | Tue Dec 04 20:17:00 -0800 2007 | [aaronp] |
| |
README.txt | Tue Jan 15 08:50:26 -0800 2008 | [aaronp] |
| |
Rakefile | Sun May 11 19:17:15 -0700 2008 | [aaronp] |
| |
eg/ | Wed Aug 30 22:49:15 -0700 2006 | [aaronp] |
| |
lib/ | Sun May 11 19:17:15 -0700 2008 | [aaronp] |
| |
test/ | Sun May 11 19:17:08 -0700 2008 | [aaronp] |
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.





