<?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 about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python">
    <title>gmane.comp.gnome.gtk+.python</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python</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.gnome.gtk+.python/11898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879"/>
      </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.gnome.gtk+.python/11898">
    <title>PyGTK - one of the packages might be infected with a virus</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11898</link>
    <description>Hello,

My computer was recently attacked by a virus. After some checking the
result that I got is that it's probably (not 100% sure, yet there is a
high chance) from one of the packages listed below:

pycairo-1.4.12-1.win-32-py2.5.exe
pygobject-2.14.1-1.win-32-py2.5.exe
pygtk-2.12.1-2.win-32-py2.5.exe
pygtk sourceview-2.4.0.tar.bz2

I have no data on my pc that I can send you to help since it was
formated as the only solution for the virus. I don't know what to do with
this info so I'm emailing this to the maling list - hoping that someone here
could help.

Just to be safe, I think it might be a good idea to recompile theese
packages and/or warn people about the potential virus in them.

The packages were downloaded from the download link for the windows
binaries in the PyGTK website (they were downloaded from ftp.gnome.org
), and I downloaded the python binding for the GTKsourceview from the
same ftp site.

Please email me back to confirm that you got this email.

~LightningIsMyName
_______________________</description>
    <dc:creator>Lightning LIMN</dc:creator>
    <dc:date>2008-10-07T06:01:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11897">
    <title>Custom button for Combobox</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11897</link>
    <description>Hi,

I'm trying to do this :
http://www.pygtk.org/pygtk2tutorial/figures/comboboxwrap.png but I
would like to have a customised button. The popup() method does not
seem to work when I connect it to a customised gtk.Button() if the
combobox is hidden (in fact I just want to have the button of the
combobox hidden).

Maybe there is other way to do what I want. I had a look to gtk.Menu()
but there is not wrap mode like the combobox has (to have the same
render of the screenshot above). Another thing I tried is to use the
set_active() method on the item I always want to have by default on
the button. But the problem is that the 'changed' signal does not work
on the default item (of course). It seems there is no 'selected'
signal which act as the 'changed' one but with the unchanged item
too...

So if you have any idea, I'll be very gratefull, it's been a while I'm
on this problem...

Another thing : I think I found a mistake in the documentation while
looking for my problem. On this page :
http://www.pygtk.org/do</description>
    <dc:creator>Ubitux</dc:creator>
    <dc:date>2008-10-07T11:14:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896</link>
    <description>
    &gt;&gt; Or is it possible to get a list of all the handlers defined for the
    &gt;&gt; object in the Glade file?  With that information I can poke around
    &gt;&gt; myself.

    Christian&gt; If you switch to GtkBuilder and latest pygtk (you need a svn
    Christian&gt; snapshot &gt;= revision 3012), you should get warnings about
    Christian&gt; missing handlers.

Thanks.  I'll check it out.  Looks like we need to upgrade our Gtk
installation a bit.

    Christian&gt; To extract handler names from glade files, you could use
    Christian&gt; e.g. sed: sed -n -e 's/^.*&lt;signal.*handler="\(.*\)".*\/&gt;.*$/\1/pg' my-ui.glade

That won't help me because I actually store multiple objects in one glade
file and call wtree.get_widget() multiple times.

Skip
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T20:26:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895</link>
    <description>skip&lt; at &gt;pobox.com schrieb:
If you switch to GtkBuilder and latest pygtk (you need a svn snapshot &gt;= 
revision 3012), you should get warnings about missing handlers.

To extract handler names from glade files, you could use e.g. sed:
sed -n -e 's/^.*&lt;signal.*handler="\(.*\)".*\/&gt;.*$/\1/pg' my-ui.glade


HTH,

Chris

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Christian Becke</dc:creator>
    <dc:date>2008-10-06T18:44:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894</link>
    <description>
    skip&gt; Is it possible to coax signal_autoconnect to warn about signal
    skip&gt; handlers defined in the widget tree but which are missing from the
    skip&gt; dict or instance argument?

Or is it possible to get a list of all the handlers defined for the object
in the Glade file?  With that information I can poke around myself.

Thx,

Skip
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T16:29:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893">
    <title>Can you get signal_autoconnect to warn about missinghandlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893</link>
    <description>As I work on a GUI app I go back and forth between Python and Glade.
Sometimes I do a bit of refactoring.  The combination of tasks means I
can forget to implement a signal handler or leave one behind somewhere else
while refactoring.  Is it possible to coax signal_autoconnect to warn about
signal handlers defined in the widget tree but which are missing from the
dict or instance argument?

Thanks,

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T15:46:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892">
    <title>PyGTK .dmg for OS X</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I wanted to forward this since some other people on this list may be
running a Mac and want something like it...

- -dave

- From Bas to CANVAS list:
"""
As I'm using a MacBook these days, life will vicariously get better for
all you Mac people as far as CANVAS support goes. To start with, I've
put together a disk image that contains everything you need to natively
run CANVAS on OSX (that means no more X11 or macports needed!). It
includes a custom build of the native OSX GTK, a Python 2.5.2,  and a
PyGTK that has been set up to use the native GTK .. everything has been
bundled and compiled to work with an up2date OSX 10.5.

You can download the disk image from:

http://www.immunityinc.com/downloads/CANVAS_OSX_SUPPORT.dmg

SHA1: cf1f08f5e314a7ba3adaa6fe353d6d8fb5629438


"""
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI6QS/tehAhL0gheoRAgMxAJ4+X8ElRf+BaCu6dVdQKRDW/F3NcwCfdm</description>
    <dc:creator>Dave Aitel</dc:creator>
    <dc:date>2008-10-05T18:17:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891">
    <title>completion and TreeStore child element</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891</link>
    <description>Hi,

  I wanted to add grouping in a completion. I used a  TreeStore in the
  completion, added correctly father/child element... but the completion
  shows it collapsed.

  I see that completion does not have .expand_all() that is a method of
  TreeView... is it any possibile?

  And in case it is possible, is it any possible for the used to collapse
  single entries?

  TIA
  sandro
  *:-)
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Alessandro Dentella</dc:creator>
    <dc:date>2008-10-05T18:09:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890</link>
    <description>
On Oct 4, 2008, at 11:24 AM, Timo wrote:


Usually because whatever you are trying to do, in this case a long  
download, doesn't allow you to get back to the event loop.


That sounds right.


--
Steve McClure
smcclure&lt; at &gt;racemi.com

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Steve McClure</dc:creator>
    <dc:date>2008-10-05T16:20:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889">
    <title>Background</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889</link>
    <description>Hello:

How can I find out the default background colour of a gtk.Button?

I want to make the colour of a eventbox disappear and I need that the 
eventbox has the same colour...

Thanks a lot!
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Cubells</dc:creator>
    <dc:date>2008-10-04T16:38:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888</link>
    <description>Steve McClure schreef:
Thanks, that looks really good!


I came across this a couple of times, but also didn't get it to work 
with this. But will look for some examples again then.

If I'm correct, it's gtk.main_iteration() now.

Timo

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Timo</dc:creator>
    <dc:date>2008-10-04T15:24:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887">
    <title>gtk.ComboBox with RELIEF_NONE</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887</link>
    <description>I've been trying to find a way to create a combobox with no relief
(like the sidebar selector in nautilus).  So far I haven't found a way
to set this property for a gtk.ComboBox.  Is there a way?

From what I can see so far I'd have to use a container button with a
label and a gtk arrow and a menu that pops-up on click.... yuk...

</description>
    <dc:creator>Darren Hart</dc:creator>
    <dc:date>2008-10-02T20:26:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886">
    <title>Re: Totals  in TreeView</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886</link>
    <description>
Hi,

You need to use.

         if value == 'venice':
             cell.set_property("background", 'yellow')
         else :
             cell.set_property("background-set", False)

Regards Neil.

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Neil Dugan</dc:creator>
    <dc:date>2008-10-02T13:31:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885">
    <title>Connecting gtk.MenuItems to existing accelerators</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885</link>
    <description>Hi,

Much more than the subject, I cannot explain well, so I'll let the code 
do the talking:
&lt;code&gt;
        self.accel_group = gtk.AccelGroup()
        self.main_window.add_accel_group(self.accel_group)

        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Edit/Undo", gtk.keysyms.z, 
gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Edit/Search", gtk.keysyms.F3, 0)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/Up", 
gtk.keysyms.Up, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/Down", 
gtk.keysyms.Down, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/PgUp", 
gtk.keysyms.Page_Up, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/PgDown", 
gtk.keysyms.Page_Down, gdk.CONTROL_MASK)

        self.accel_group.connect_by_path("&lt;Virtaal&gt;/Edit/Undo", 
self._on_undo)
        self.accel_group.connect_by_path("&lt;Virtaal&gt;/Edit/Search", 
self._on_search)
&lt;/code&gt;

This, in its own, works fine, but then I added "Edit" and "Navigation" 
menu's vi</description>
    <dc:creator>Walter Leibbrandt</dc:creator>
    <dc:date>2008-10-02T08:41:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884">
    <title>Re: Cell renderer repository?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884</link>
    <description>On Wed, 1 Oct 2008 17:22:58 +0200
Alessandro Dentella &lt;sandro&lt; at &gt;e-den.it&gt; wrote:


At one point, a long time ago, I did this by setting a custom data
function for a cell with (C func)
gtk_tree_view_column_set_cell_data_func.

The custom data function would get the value from the tree model,
format it as needed, and then set the "text" attribute of that cell's
renderer. The renderer itself was a text renderer.

Looking that the pygtk reference manual, this can be accomplished with
gtk.TreeView.insert_column_with_data_func()

HTH

</description>
    <dc:creator>Mitko Haralanov</dc:creator>
    <dc:date>2008-10-02T01:00:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883">
    <title>Re: limit width of gtk.ComboBox</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883</link>
    <description>_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/</description>
    <dc:creator>Casey McGinty</dc:creator>
    <dc:date>2008-10-01T23:20:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882</link>
    <description>
Please post your code so we can take a look.


Did you check out the examples at the link I sent you?

John


_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>John Stowers</dc:creator>
    <dc:date>2008-10-01T19:48:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881</link>
    <description>
On Oct 1, 2008, at 2:16 PM, Timo wrote:


If you just wanted progress you could use a reporthook function passed  
to urlretrieve that would update the UI then

     while gtk.events_pending():
         gtk.mainiteration(False)

to update the UI. That should make your UI responsive to the user to  
and you just have to be careful that you don't call mainiteration, or  
mainloop, from multiple places.  Keep in mind that my application is  
so old that I use 1.x so the programming model, or just names, might  
have changed in 2.x.


--
Steve McClure
smcclure&lt; at &gt;racemi.com

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Steve McClure</dc:creator>
    <dc:date>2008-10-01T18:54:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880</link>
    <description>Thomas Guettler schreef:
I don't get the pixbufloader thing, since I don't download images. But 
maybe I'm just missing something.

Well, after searching and trying again, still no progress. I guess I'm 
just missing something.

Here's what I want to do, maybe someone has an idea how to do this:

def buttonclicked(widget):
    urllib.urlretrieve(url, downloadpath)

I was also thinking about adding a progressbar during download, but if I 
can't even get this done...

Thanks,
Timo


_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Timo</dc:creator>
    <dc:date>2008-10-01T18:16:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879">
    <title>limit width of gtk.ComboBox</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879</link>
    <description>_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/</description>
    <dc:creator>Karl Ostmo</dc:creator>
    <dc:date>2008-10-01T17:30:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11878">
    <title>Cell renderer repository?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11878</link>
    <description>Hi,

  I'm in the need to write a cell render for what I believe a common thing:
  a text editor for log text that is not easy to edit in the standard
  CellRendererText. 

  I'm wandering if there exist already such a renderer or a repository of
  cell renderer ready to use. A second one I need is
  Date/DateTimeRenderer. I guess I'm not the first one that need such a
  beast... 

  sandro
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Alessandro Dentella</dc:creator>
    <dc:date>2008-10-01T15:22:58</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.python">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.python</link>
  </textinput>
</rdf:RDF>
