forked from sparklemotion/mechanize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
51 lines (32 loc) · 1.56 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
= 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 ([email protected])
New Code:
Copyright (c) 2007 by Aaron Patterson ([email protected])
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 ([email protected]), 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.