<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user">
    <title>gmane.comp.lang.ruby.modules.mechanize.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/705"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/704"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/703"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/702"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/689"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/710">
    <title>Re: Error trying to reload serialized page</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/710</link>
    <description>&lt;pre&gt;
A String is not an acceptable substitute for a Net::HTTPResponse or Hash (representing the headers of a response).


Try:

  p2 = Mechanize::Page.new p1.uri, p1.response, p1.body, agent

While Mechanize::Page defaults all these to nil, this doesn't actually work for Page.  I'll see what I can do to fix this.


A Mechanize instance is consulted to determine how &amp;lt;meta&amp;gt; tags should be found, so you must pass it in.
&lt;/pre&gt;</description>
    <dc:creator>Eric Hodel</dc:creator>
    <dc:date>2012-05-23T20:24:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/709">
    <title>Error trying to reload serialized page</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/709</link>
    <description>&lt;pre&gt;What is the correct way to serialize an HTML page gotten from Agent::get, and then to reload the serialized page back into Mechanize?  I tried the following code:
agent = Mechanize.new
p1 = agent.get(url)
=&amp;gt; #&amp;lt;Mechanize::Page … &amp;gt;

p2 = Mechanize::Page.new(p1.uri.to_s, p1.response.to_s, p1.body)

and got the error:
Mechanize::ContentTypeError Exception: Mechanize::ContentTypeError

I also tried:
p2 = Mechanize::Page .new(p1.uri, p1.response, p1.body)

and got the error:
INTERNAL ERROR!!! undefined method `follow_meta_refresh' for nil:NilClass
/Users/jackrg/Documents/Novelty-Stats/vendor/local/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/whiny_nil.rb:48:in `method_missing'
/Users/jackrg/Documents/Novelty-Stats/vendor/local/ruby/1.9.1/gems/mechanize-2.4/lib/mechanize/page.rb:350:in `meta_refresh'
/Users/jackrg/Documents/Novelty-Stats/vendor/local/ruby/1.9.1/gems/mechanize-2.4/lib/mechanize/page.rb:139:in `block (2 levels) in pretty_print'
/Users/jackrg/.rbenv/versions/1.9.2-p290/lib/ruby/&lt;/pre&gt;</description>
    <dc:creator>Jack Royal-Gordon</dc:creator>
    <dc:date>2012-05-23T19:40:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/708">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/708</link>
    <description>&lt;pre&gt;right, sorry.

On Wed, May 16, 2012 at 4:58 PM, Godfrey Chan &amp;lt;godfreykfc&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T21:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/707">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/707</link>
    <description>&lt;pre&gt;
It's possible that google has already picked up the email from the list archive page. I'm unsure if there are any mirrors of this list, but it's possible your password has been transferred far beyond this list by now.

Changing the password should be sufficient.
&lt;/pre&gt;</description>
    <dc:creator>Eric Hodel</dc:creator>
    <dc:date>2012-05-16T21:05:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/706">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/706</link>
    <description>&lt;pre&gt;The cat's shredded the bag.  it's out.   I'm a scrupulous security
professional, but like he said, it's a public list. You can guarantee that
somebody on the list is using your access already and exploring what a
raps.org is.  If what it is needs to be secure then you need to be hurrying
with your password change.

You're not getting out of it.   If you've messed up then you admit your
mistake and work to correct it.   as a hiring/firing manager I can say: Do
that and everything goes well, try to cover it up and get your poop smelled
later and it's likely you're fired.


On Wed, May 16, 2012 at 4:54 PM, Kevin Kornemann &amp;lt;kevin&amp;lt; at &amp;gt;proofimaging.com&amp;gt;wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Brian Kennedy</dc:creator>
    <dc:date>2012-05-16T21:00:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/705">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/705</link>
    <description>&lt;pre&gt;I don't think you understand how a mailing list works. Basically you just sent an *email* out to hundreds of email addresses. So the short answer is, no.

Godfrey

On 2012-05-16, at 1:54 PM, Kevin Kornemann wrote:


_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Godfrey Chan</dc:creator>
    <dc:date>2012-05-16T20:58:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/704">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/704</link>
    <description>&lt;pre&gt;changed, but didn't get the rest.

On Wed, May 16, 2012 at 4:47 PM, Brian Kennedy &amp;lt;sirbeep&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T20:50:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/703">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/703</link>
    <description>&lt;pre&gt;If possible, can you delete the email in your inbox? I mean surely a posted
can be deleted somehow?

On Wed, May 16, 2012 at 4:50 PM, Kevin Kornemann &amp;lt;kevin&amp;lt; at &amp;gt;proofimaging.com&amp;gt;wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T20:54:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/702">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/702</link>
    <description>&lt;pre&gt;It's in my email inbox,  so nope.  :)

Cat's already shredded the bag and is working on the curtains.  Change your
password quick, you don't know who's on the list that may have taken it and
is running with it already.

On Wed, May 16, 2012 at 4:38 PM, Kevin Kornemann &amp;lt;kevin&amp;lt; at &amp;gt;proofimaging.com&amp;gt;wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Brian Kennedy</dc:creator>
    <dc:date>2012-05-16T20:47:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/701">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/701</link>
    <description>&lt;pre&gt;shit, didn't realize this was public. Can I delete this post?

On Wed, May 16, 2012 at 4:25 PM, Eric Hodel &amp;lt;drbrain&amp;lt; at &amp;gt;segment7.net&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T20:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/700">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/700</link>
    <description>&lt;pre&gt;
You're going to need to emulate what the javascript does when you click on the request page.  You can use browser debugging tools to compare what query a browser makes with what query mechanize makes (through use of the debugger).

PS:  This is a public list so you will want to change the password.
&lt;/pre&gt;</description>
    <dc:creator>Eric Hodel</dc:creator>
    <dc:date>2012-05-16T20:25:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/699">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/699</link>
    <description>&lt;pre&gt;cool, thanks! I'm trying to scrape a page that requires login, and then
clicking on form check boxes and then hitting search. I managed to get this
far with mechanize but the search results I get are garbage (not what I get
when I do the same with a browser), so I was grasping at straws that it was
a js script not being executed problem, but I really don't know. Looking
into other options but realy nothing I found was as easy or nice to use as
mechanize.

If it's not too much trouble, any hints are appreciated... to re-woord my
problem, search results are not as expected, even wrong page is being
returned from what I can tell. This is my script:

require 'nokogiri'
require 'mechanize'

agent = Mechanize.new

agent.follow_meta_refresh = true
agent.user_agent_alias = 'Mac Safari'

page = agent.get('http://connect.raps.org/RAPS/Directory/AdvancedSearch/')

login_form = page.form()

login_form.LoginTextBox = 'alexa coppola'
login_form.PasswordTextBox = 'goodfriend123'

page = agent.submit(login_form, login_form.&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T18:35:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/698">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/698</link>
    <description>&lt;pre&gt;
It handles JavaScript exactly the same as every other version, you can download them and display them, but not execute them.

Execution of JavaScript requires a JavaScript interpreter and DOM implementation atop Nokogiri, both of which are beyond the scope of mechanize.
&lt;/pre&gt;</description>
    <dc:creator>Eric Hodel</dc:creator>
    <dc:date>2012-05-16T18:26:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/697">
    <title>Re: [ANN] mechanize 2.5.1 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/697</link>
    <description>&lt;pre&gt;Does this handle js better than older versions?

On Tue, May 15, 2012 at 10:30 PM, Eric Hodel &amp;lt;drbrain&amp;lt; at &amp;gt;segment7.net&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Kevin Kornemann</dc:creator>
    <dc:date>2012-05-16T04:39:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/694">
    <title>Re: way to get response headers only?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/694</link>
    <description>&lt;pre&gt;Thanks. I didn't realize that there were methods in correspondence with the
http verbs.

Message: 7
Date: Mon, 30 Apr 2012 08:32:17 -0600
From: Matt White &amp;lt;mattw922&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: Ruby Mechanize Users List &amp;lt;mechanize-users&amp;lt; at &amp;gt;rubyforge.org
Subject: Re: [Mechanize-users] way to get response headers only?
Message-ID:
       &amp;lt;CA+BUVh0UXgkEObUSc6CW8Qpdkz8WnfMjHLXJk=ONwQgVhT1qtA&amp;lt; at &amp;gt;mail.gmail.com&amp;gt;
Content-Type: text/plain; charset="iso-8859-1"

Just use .head instead of .gethttps://
www.goldstar.com/shows/555643/checkout/new

On Mon, Apr 30, 2012 at 8:21 AM, shig odani &amp;lt;sodani&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>shig odani</dc:creator>
    <dc:date>2012-04-30T17:45:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/693">
    <title>Re: way to get response headers only?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/693</link>
    <description>&lt;pre&gt;Sorry for the copy/paste.

On Mon, Apr 30, 2012 at 8:32 AM, Matt White &amp;lt;mattw922&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Matt White</dc:creator>
    <dc:date>2012-04-30T14:32:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/692">
    <title>Re: way to get response headers only?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/692</link>
    <description>&lt;pre&gt;Just use .head instead of .gethttps://
www.goldstar.com/shows/555643/checkout/new

On Mon, Apr 30, 2012 at 8:21 AM, shig odani &amp;lt;sodani&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Matt White</dc:creator>
    <dc:date>2012-04-30T14:32:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/691">
    <title>way to get response headers only?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/691</link>
    <description>&lt;pre&gt;Hello, I'm interested in grabbing the final uri of a given uri after any
redirects without retrieving the response body of this final uri. For
example, if uri1 redirects to uri2, which in turn redirects to uri3, I'd
like to just grab the response header of uri3.

I know that I can get the full response (header and body) by doing
Mechanize.new.get(uri1).uri, but again, I'm looking to make just a header
request.

Thanks.
_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>shig odani</dc:creator>
    <dc:date>2012-04-30T14:21:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/690">
    <title>Resource time out error handling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/690</link>
    <description>&lt;pre&gt;Hi

I have a long running process and eventually get the following error:

/home/linker/.rvm/gems/ruby-1.8.7-p358/gems/net-http-persistent-2.5.2/lib/net/http/persistent.rb:821:in 
`request': too many connection resets (due to Resource temporarily 
unavailable - Timeout::Error) after 0 requests on 1777511481920, last 
used 1332824337.78363 seconds ago (Net::HTTP::Persistent::Error)

I have not found a way as yet to trap Net:HTTP errors through Mechanize.

Would someone please point me in the right direction for dealing 
/handling this situation.

Thanks
Ross



_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Ross Cameron</dc:creator>
    <dc:date>2012-03-27T05:25:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/689">
    <title>Re: Mechanize::ResponseCodeError: 500</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/689</link>
    <description>&lt;pre&gt;
Mechanize automatically uses SSL, there's no need to set anything.

Without working SSL a 500 could not be returned.
&lt;/pre&gt;</description>
    <dc:creator>Eric Hodel</dc:creator>
    <dc:date>2012-02-18T02:11:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/688">
    <title>Re: Mechanize::ResponseCodeError: 500</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.modules.mechanize.user/688</link>
    <description>&lt;pre&gt;Do u set to use ssl???

Att.
Thiago Imolesi

Em 17/02/2012, às 23:20, Eric Hodel &amp;lt;drbrain&amp;lt; at &amp;gt;segment7.net&amp;gt; escreveu:

_______________________________________________
Mechanize-users mailing list
Mechanize-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/mechanize-users&lt;/pre&gt;</description>
    <dc:creator>Thiago Imolesi</dc:creator>
    <dc:date>2012-02-18T01:59:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.modules.mechanize.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.modules.mechanize.user</link>
  </textinput>
</rdf:RDF>

