<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Which makes it look like a bothering sort of day</title>
	<atom:link href="http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/</link>
	<description>Thomas Thurman does not like cold meals because of broken applications.</description>
	<lastBuildDate>Fri, 30 Oct 2009 10:59:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas Thurman</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-371</link>
		<dc:creator>Thomas Thurman</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-371</guid>
		<description>@Claudio:

I think we&#039;re talking at cross-purposes here.  I wanted a means to read a page using existing cookies to save time, but you seem to be suggesting logging in and then using THOSE cookies, which I can do in Python already.  Thanks, though.</description>
		<content:encoded><![CDATA[<p>@Claudio:</p>
<p>I think we&#8217;re talking at cross-purposes here.  I wanted a means to read a page using existing cookies to save time, but you seem to be suggesting logging in and then using THOSE cookies, which I can do in Python already.  Thanks, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-370</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Mon, 17 Nov 2008 17:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-370</guid>
		<description>Thomas,

It will perform its own login with its own cookies. No need to read the firefox config/db...

Anyway, if you want it to integrate in an already python script, I am sure Python has a similar module (ruby and java have...).

C.</description>
		<content:encoded><![CDATA[<p>Thomas,</p>
<p>It will perform its own login with its own cookies. No need to read the firefox config/db&#8230;</p>
<p>Anyway, if you want it to integrate in an already python script, I am sure Python has a similar module (ruby and java have&#8230;).</p>
<p>C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Thurman</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-369</link>
		<dc:creator>Thomas Thurman</dc:creator>
		<pubDate>Mon, 17 Nov 2008 01:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-369</guid>
		<description>@alex:
Oh, nice one.  Thanks.

@Claudio:
I knew about Mech but the existing script&#039;s in Python and I didn&#039;t want to do a complete rewrite.  Besides, cookie_jar doesn&#039;t know how to read sqlite either, does it?

@Dave Miller:
I like that idea-- thanks.  I&#039;m pretty sure our bugzilla isn&#039;t new enough to use the XMLRPC, but the submit script might be helpful.</description>
		<content:encoded><![CDATA[<p>@alex:<br />
Oh, nice one.  Thanks.</p>
<p>@Claudio:<br />
I knew about Mech but the existing script&#8217;s in Python and I didn&#8217;t want to do a complete rewrite.  Besides, cookie_jar doesn&#8217;t know how to read sqlite either, does it?</p>
<p>@Dave Miller:<br />
I like that idea&#8211; thanks.  I&#8217;m pretty sure our bugzilla isn&#8217;t new enough to use the XMLRPC, but the submit script might be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Miller</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-368</link>
		<dc:creator>Dave Miller</dc:creator>
		<pubDate>Mon, 17 Nov 2008 00:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-368</guid>
		<description>Judging by the script you linked to, you&#039;re using python?  Why not just have python do the login?  If you grab a copy of Bugzilla from www.bugzilla.org, there&#039;s a &quot;bugzilla-submit&quot; script in the contrib directory which is written in python, and should be enough sample code for you to figure out how to log in and do basic stuff to Bugzilla.  There&#039;s also an XMLRPC API on newer versions of Bugzilla that you can use to, for example, grab just the list of attachments off a bug without having to download the entire bug.</description>
		<content:encoded><![CDATA[<p>Judging by the script you linked to, you&#8217;re using python?  Why not just have python do the login?  If you grab a copy of Bugzilla from <a href="http://www.bugzilla.org" rel="nofollow">http://www.bugzilla.org</a>, there&#8217;s a &#8220;bugzilla-submit&#8221; script in the contrib directory which is written in python, and should be enough sample code for you to figure out how to log in and do basic stuff to Bugzilla.  There&#8217;s also an XMLRPC API on newer versions of Bugzilla that you can use to, for example, grab just the list of attachments off a bug without having to download the entire bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-367</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Sun, 16 Nov 2008 23:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-367</guid>
		<description>What about the Perl module WWW: Mechanize (http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm). It does *exactly* what you ask (check cookie_jar).

Regards,

C.</description>
		<content:encoded><![CDATA[<p>What about the Perl module WWW: Mechanize (<a href="http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm)" rel="nofollow">http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm)</a>. It does *exactly* what you ask (check cookie_jar).</p>
<p>Regards,</p>
<p>C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blogs.gnome.org/tthurman/2008/11/16/which-makes-it-look-like-a-bothering-sort-of-day/comment-page-1/#comment-366</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 16 Nov 2008 23:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tthurman/?p=163#comment-366</guid>
		<description>sqlite3 $1 &lt;&lt;EOF &#124; tr &quot; &quot; &quot;\t&quot;
select host &#124;&#124; &#039; TRUE &#039; &#124;&#124; path &#124;&#124; &#039; &#039; &#124;&#124; ( case when isSecure = 1 then &#039;TRUE&#039; else &#039;FALSE&#039; end ) &#124;&#124; &#039; &#039; &#124;&#124; expiry &#124;&#124; &#039; &#039; &#124;&#124; name &#124;&#124; &#039; &#039; &#124;&#124; value from moz_cookies ;
EOF

Sends to stdout $1 (a sqlite cookies database from FF) converted to cookies.txt format</description>
		<content:encoded><![CDATA[<p>sqlite3 $1 &lt;&lt;EOF | tr &#8221; &#8221; &#8220;\t&#8221;<br />
select host || &#8216; TRUE &#8216; || path || &#8216; &#8216; || ( case when isSecure = 1 then &#8216;TRUE&#8217; else &#8216;FALSE&#8217; end ) || &#8216; &#8216; || expiry || &#8216; &#8216; || name || &#8216; &#8216; || value from moz_cookies ;<br />
EOF</p>
<p>Sends to stdout $1 (a sqlite cookies database from FF) converted to cookies.txt format</p>
]]></content:encoded>
	</item>
</channel>
</rss>
