This file is indexed.

/usr/share/doc/ruby-mechanize/README.rdoc is in ruby-mechanize 2.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
51
52
53
54
55
56
57
58
59
60
61
62
63
= Mechanize

* http://mechanize.rubyforge.org
* https://github.com/tenderlove/mechanize

== DESCRIPTION

The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
and 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:

  * https://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-2012:

* {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.