<?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.kde.devel.core">
    <title>gmane.comp.kde.devel.core</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core</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.kde.devel.core/79191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79181"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79180"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79179"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79177"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.devel.core/79172"/>
      </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.kde.devel.core/79191">
    <title>Re: Review Request 103555: Fix for stale permissions information in properties dialog</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79191</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103555/#review32785
-----------------------------------------------------------

Ship it!


Ship It!

- David Faure


On May 19, 2013, 2:53 p.m., Dawit Alemayehu wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Faure</dc:creator>
    <dc:date>2013-05-19T18:11:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79190">
    <title>Re: Review Request 103555: Fix for stale permissions information in properties dialog</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79190</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103555/
-----------------------------------------------------------

(Updated May 19, 2013, 2:53 p.m.)


Review request for kdelibs and David Faure.


Changes
-------

Updated patch based on feedback.


Description
-------

If you open a directory that contains other directories in Konqueror or Dolphin, change the permission of one of these directories from outside, say the command line, and right click on the same directory to look at the permission tab in the properties dialog, you will see that the permission change has not been updated. This patch addresses that bug.


This addresses bug 173733.
    http://bugs.kde.org/show_bug.cgi?id=173733


Diffs (updated)
-----

  kio/kio/kdirlister.cpp 94b1d1d 
  kio/tests/kdirlistertest.h 1b117bb 
  kio/tests/kdirlistertest.cpp a0b296d 

Diff: http://git.reviewboard.kde.org/r/103555/diff/


Testing
-------

1. In &lt;/pre&gt;</description>
    <dc:creator>Dawit Alemayehu</dc:creator>
    <dc:date>2013-05-19T14:53:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79189">
    <title>Re: Review Request 103555: Fix for stale permissions information in properties dialog</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79189</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103555/#review32773
-----------------------------------------------------------


Looks good, just a few minor things to fix.


kio/kio/kdirlister.cpp
&amp;lt;http://git.reviewboard.kde.org/r/103555/#comment24344&amp;gt;

    This should only be called if _dir.isLocalFile(). Needs to be added in one of the if()s above.



kio/kio/kdirlister.cpp
&amp;lt;http://git.reviewboard.kde.org/r/103555/#comment24345&amp;gt;

    No need for double-lookup. Remove the if(), insert() will do nothing if this path is already in the QSet.



kio/tests/kdirlistertest.cpp
&amp;lt;http://git.reviewboard.kde.org/r/103555/#comment24347&amp;gt;

    QVERIFY(job-&amp;gt;exec());



kio/tests/kdirlistertest.cpp
&amp;lt;http://git.reviewboard.kde.org/r/103555/#comment24346&amp;gt;

    Use QCOMPARE() so that failures are easier to debug.


- David Faure


On May 18, 2013, 11:20 p.m., Dawit Alemayehu wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Faure</dc:creator>
    <dc:date>2013-05-19T08:49:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79188">
    <title>Re: KF5 Update Meeting 2013-w20</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79188</link>
    <description>&lt;pre&gt;

Can you be more specific in both cases?


He has to keep in sync, if it matters. We don't.


I'm not convinced. I don't see any need to release it until KF5 is closer to 
release.

Thanks,

Steve.



&lt;/pre&gt;</description>
    <dc:creator>Stephen Kelly</dc:creator>
    <dc:date>2013-05-19T08:37:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79187">
    <title>Re: Review Request 103555: Fix for stale permissions information in properties dialog</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79187</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103555/
-----------------------------------------------------------

(Updated May 18, 2013, 11:20 p.m.)


Review request for kdelibs and David Faure.


Changes
-------

- Updated patch to fix the stale permission bug without affecting existing behavior.
- Added a unit test


Description
-------

If you open a directory that contains other directories in Konqueror or Dolphin, change the permission of one of these directories from outside, say the command line, and right click on the same directory to look at the permission tab in the properties dialog, you will see that the permission change has not been updated. This patch addresses that bug.


This addresses bug 173733.
    http://bugs.kde.org/show_bug.cgi?id=173733


Diffs (updated)
-----

  kio/kio/kdirlister.cpp 94b1d1d 
  kio/tests/kdirlistertest.h 1b117bb 
  kio/tests/kdirlistertest.cpp a0b296d 

Diff&lt;/pre&gt;</description>
    <dc:creator>Dawit Alemayehu</dc:creator>
    <dc:date>2013-05-18T23:20:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79186">
    <title>Re: Review Request 110367: Add JoinTheGame menu entry</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79186</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110367/#review32763
-----------------------------------------------------------


This caused an unhandled switch warning in kdoctools/genshortcutents.cpp, which can be trivially fixed with:

diff --git a/kdoctools/genshortcutents.cpp b/kdoctools/genshortcutents.cpp
index b35b5a4..92bdea5 100644
--- a/kdoctools/genshortcutents.cpp
+++ b/kdoctools/genshortcutents.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -300,6 +300,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static QString entityForAccel( KStandardShortcut::StandardShortcut accel )
                case KStandardShortcut::AboutKDE:
                        markup += "AboutKDE";
                        break;
+               case KStandardShortcut::JoinTheGame:
+                       markup += "JoinTheGame";
+                       break;
                case KStandardShortcut::StandardShortcutCount:
                        break;
        }

however I'm not sure if there is anythin&lt;/pre&gt;</description>
    <dc:creator>Michael Pyne</dc:creator>
    <dc:date>2013-05-18T22:08:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79185">
    <title>Re: Review Request 110514: Me more precise about the error message in case KSaveFile fails.</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79185</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110514/
-----------------------------------------------------------

(Updated May 18, 2013, 10:05 p.m.)


Status
------

This change has been marked as submitted.


Review request for kdelibs and David Faure.


Description
-------

"Unable to open temporary file" isn't very informative.


Diffs
-----

  kdecore/io/ksavefile.cpp 6cdd41e 

Diff: http://git.reviewboard.kde.org/r/110514/diff/


Testing
-------

yep


Thanks,

Sergio Luis Martins

&lt;/pre&gt;</description>
    <dc:creator>Sergio Luis Martins</dc:creator>
    <dc:date>2013-05-18T22:05:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79184">
    <title>Re: Review Request 110514: Me more precise about the error message in case KSaveFile fails.</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79184</link>
    <description>&lt;pre&gt;


Was about to post more interesting stuff, but seems someone ( you ) already fixed it a couple of weeks ago :)


- Sergio Luis


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110514/#review32757
-----------------------------------------------------------


On May 18, 2013, 7:43 p.m., Sergio Luis Martins wrote:

&lt;/pre&gt;</description>
    <dc:creator>Sergio Luis Martins</dc:creator>
    <dc:date>2013-05-18T22:04:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79183">
    <title>Re: Review Request 110367: Add JoinTheGame menu entry</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79183</link>
    <description>&lt;pre&gt;


Code looks fine from my point of view.
I'm not the maintainer of kdeui though, so I won't give it a ship it for now.


- Ben


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110367/#review32735
-----------------------------------------------------------


On May 9, 2013, 11:05 p.m., Albert Astals Cid wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ben Cooksley</dc:creator>
    <dc:date>2013-05-18T20:50:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79182">
    <title>Re: Review Request 110514: Me more precise about the error message in case KSaveFile fails.</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79182</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110514/#review32757
-----------------------------------------------------------

Ship it!


Sure (I'm pretty sure this didn't even need reviewing :).

I suppose the error was "no write permissions in the directory", it's the most likely one.
(partition full would be the other one I can think of)

- David Faure


On May 18, 2013, 7:43 p.m., Sergio Luis Martins wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Faure</dc:creator>
    <dc:date>2013-05-18T19:50:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79181">
    <title>Review Request 110514: Me more precise about the error message in case KSaveFile fails.</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79181</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110514/
-----------------------------------------------------------

Review request for kdelibs and David Faure.


Description
-------

"Unable to open temporary file" isn't very informative.


Diffs
-----

  kdecore/io/ksavefile.cpp 6cdd41e 

Diff: http://git.reviewboard.kde.org/r/110514/diff/


Testing
-------

yep


Thanks,

Sergio Luis Martins

&lt;/pre&gt;</description>
    <dc:creator>Sergio Luis Martins</dc:creator>
    <dc:date>2013-05-18T19:43:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79180">
    <title>Re: Review Request 109246: Make KUrl::relativePath and KUrl::relativeUrl work correctly on Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79180</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109246/#review32742
-----------------------------------------------------------


any KDE Windows folks feel like taking a look at this one?


- Allen Winter


On March 2, 2013, 4:54 p.m., Michel Ludwig wrote:

&lt;/pre&gt;</description>
    <dc:creator>Allen Winter</dc:creator>
    <dc:date>2013-05-18T14:36:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79179">
    <title>Re: Review Request 109245: Remove duplicated calendar classes from calendar plasmoid</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79179</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109245/#review32741
-----------------------------------------------------------

Ship it!


please commit.  remember to add the kdepimlibs 4.10 requirement in the CMakeLists.txt though

- Allen Winter


On March 2, 2013, 2:12 p.m., Sergio Luis Martins wrote:

&lt;/pre&gt;</description>
    <dc:creator>Allen Winter</dc:creator>
    <dc:date>2013-05-18T14:26:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79178">
    <title>Re: Review Request 110367: Add JoinTheGame menu entry</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79178</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110367/#review32735
-----------------------------------------------------------


ShipIt from anyone?

- Albert Astals Cid


On May 9, 2013, 11:05 p.m., Albert Astals Cid wrote:

&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2013-05-18T13:33:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79177">
    <title>Re: Review Request 106300: add kimgio WebP image format plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79177</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106300/
-----------------------------------------------------------

(Updated May 18, 2013, 12:44 p.m.)


Status
------

This change has been marked as submitted.


Review request for kdelibs.


Description
-------

This patch adds support for the new Google invented WebP image format. See https://developers.google.com/speed/webp/?hl=ru


This addresses bug 267365.
    http://bugs.kde.org/show_bug.cgi?id=267365


Diffs
-----

  kimgio/CMakeLists.txt 26329c0 
  kimgio/webp.cpp PRE-CREATION 
  kimgio/webp.desktop PRE-CREATION 
  kimgio/webp.h PRE-CREATION 

Diff: http://git.reviewboard.kde.org/r/106300/diff/


Testing
-------

some KDE apps, including read/write with a modified kolourpaint (to be able to change the quality)


Thanks,

Martin Koller

&lt;/pre&gt;</description>
    <dc:creator>Commit Hook</dc:creator>
    <dc:date>2013-05-18T12:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79176">
    <title>Re: Review Request 106300: add kimgio WebP image format plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79176</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106300/#review32734
-----------------------------------------------------------


This review has been submitted with commit df845b06bc440fff5a43a9cdc149e8c88c29bc67 by Martin Koller to branch master.

- Commit Hook


On May 9, 2013, 6:20 p.m., Martin Koller wrote:

&lt;/pre&gt;</description>
    <dc:creator>Commit Hook</dc:creator>
    <dc:date>2013-05-18T12:44:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79175">
    <title>Re: Review Request 110331: Sync kwalletmanager settings UI to kwalletd changes proposed in review 110330</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79175</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110331/#review32719
-----------------------------------------------------------


If there are no objections I intend to commit this patch early next week.

- Eike Hein


On May 8, 2013, 11:16 p.m., Eike Hein wrote:

&lt;/pre&gt;</description>
    <dc:creator>Eike Hein</dc:creator>
    <dc:date>2013-05-17T23:06:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79174">
    <title>Re: Review Request 110330: Make "Prompt on access" kwalletd setting apply in more situations</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79174</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110330/#review32718
-----------------------------------------------------------


If there are no objections I intend to commit this patch early next week.

- Eike Hein


On May 8, 2013, 11:12 p.m., Eike Hein wrote:

&lt;/pre&gt;</description>
    <dc:creator>Eike Hein</dc:creator>
    <dc:date>2013-05-17T23:06:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79173">
    <title>Re: Review Request 110328: Add config option to silently create initial password-less wallet</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79173</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110328/#review32717
-----------------------------------------------------------


If there are no objections I intend to commit this patch early next week.

- Eike Hein


On May 6, 2013, 5:25 p.m., Eike Hein wrote:

&lt;/pre&gt;</description>
    <dc:creator>Eike Hein</dc:creator>
    <dc:date>2013-05-17T23:06:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79172">
    <title>Re: Review Request 110423: Searchprovider dialog: add insert query placeholder button</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79172</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110423/#review32716
-----------------------------------------------------------



kurifilter-plugins/ikws/searchproviderdlg.cpp
&amp;lt;http://git.reviewboard.kde.org/r/110423/#comment24325&amp;gt;

    I would rather see the button besides the shortcut url edit itself. That way you do not even have to worry about enabling/disabling the button or installing an event filter. You can simply show the icon so the button is small and use the text as a tool tip.



kurifilter-plugins/ikws/searchproviderdlg.cpp
&amp;lt;http://git.reviewboard.kde.org/r/110423/#comment24324&amp;gt;

    Why not simply disable the button on a FocusOut event for m_dlg.leQuery ? That way you do not need to install an event filter on all the edits.


- Dawit Alemayehu


On May 14, 2013, 1:53 p.m., Maarten De Meyer wrote:

&lt;/pre&gt;</description>
    <dc:creator>Dawit Alemayehu</dc:creator>
    <dc:date>2013-05-17T22:36:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.devel.core/79170">
    <title>Re: Review Request 110420: Bugfix for bug #311364</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.devel.core/79170</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110420/#review32696
-----------------------------------------------------------


This review has been submitted with commit 71fc7c112076ac2eb83146e58167d95bf04d8f5f by Luiz Romário Santana Rios to branch master.

- Commit Hook


On May 17, 2013, 8:26 a.m., Romário Rios wrote:

&lt;/pre&gt;</description>
    <dc:creator>Commit Hook</dc:creator>
    <dc:date>2013-05-17T12:57:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.kde.devel.core">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.kde.devel.core</link>
  </textinput>
</rdf:RDF>
