<?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://blog.gmane.org/gmane.comp.php.general">
    <title>gmane.comp.php.general</title>
    <link>http://blog.gmane.org/gmane.comp.php.general</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://comments.gmane.org/gmane.comp.php.general/229247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229244"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229230"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229219"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229200"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229195"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229184"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229176"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229155"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229151"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229125"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.general/229118"/>
      </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://comments.gmane.org/gmane.comp.php.general/229247">
    <title>Can javascript or php help with this</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229247</link>
    <description>&lt;pre&gt;Hi all,

I have a php form that has a pull down select for MONTH and one for YEAR

- usually when the form is submitted you would combine them at the other end like 0517 (like credit card exp date) - but in this case I need to combine them prior to submitting the form...

I don't know javascript but I'm curious if someone might know a way to use javascript (or some other method) to set another input field - EXPDATE - to contain the value "MONTH &amp;amp; YEAR" combined prior to submitting the form?

... and in this case the form is going outside my site and other reasons so it's best to set this up prior to submitting the form.

 
--
Thanks,
Dave - DealTek
dealtek&amp;lt; at &amp;gt;gmail.com
[db-3]


&lt;/pre&gt;</description>
    <dc:creator>dealTek</dc:creator>
    <dc:date>2013-05-25T20:33:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229244">
    <title>.htaccess and user file/folder access outside public_html</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229244</link>
    <description>&lt;pre&gt;Hi,

i'm facing a problem and i don't know where to start and in fact, how to 
do it.

Situation:
Users of my website should be able to save their resume files + cover 
letters on my webserver.

problem:
how to make their file SECURED from any hack ? I mean only file owner 
and web administrator (so in this case... myself) should have access to 
those files.
never user B should be able to access, read or download files of user A.

my guess:
i was thinking to store files outside public_html folder, in the 
following way:

/resumes/user A/resume A
/resumes/user A/cover letter A

/resumes/user B/resume B - US
/resumes/user B/resume B - ES
/resumes/user B/cover letter B

Questions:
1. how can i allow user to have access to folder/files outside public_html ?
2. how can i secure that user A has access to his own files ONLY ?

i searched on internet for some help but i did not find anything really 
revelent...only theory and no really in details.

I need your help.
thx.


&lt;/pre&gt;</description>
    <dc:creator>Rafnews</dc:creator>
    <dc:date>2013-05-25T11:38:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229236">
    <title>iterate javascript verification</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229236</link>
    <description>&lt;pre&gt;Hello list,

 I have a php script that creates a variable number of forms based on a
$_POST variable from a preceding page. It then takes the data input into
the form and neatly packages the result into an email sent to an email
address (eventually to be a ticketing system).


Almost everything on the page works great. The only thing I can't seem to
get working is how to verify that the fields in the form are not left empty
using javascript. The syntax I'm using seems like it should work, however
when I leave one or more of the fields empty, the email gets sent anyway
with the missing data.

Here's the app I was hoping someone might be able to suggest a successful
approach:

&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;LDAP Form&amp;lt;/title&amp;gt;
&amp;lt;body&amp;gt;
  &amp;lt;?php

   if (isset($_POST['submit'])) {
    $requestor_email = $_POST['requestor_email'];
    $num_forms  = $_POST['num_forms'];
    }

    echo "&amp;lt;center&amp;gt;You will be creating $num_forms accounts
today.&amp;lt;/center&amp;gt;&amp;lt;br /&amp;gt;";
    for($counter = 1;$counter&amp;lt;=$num_forms;$counter++) {
        echo '&amp;lt;&lt;/pre&gt;</description>
    <dc:creator>Tim Dunphy</dc:creator>
    <dc:date>2013-05-25T00:07:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229230">
    <title>json_decode mistery</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229230</link>
    <description>&lt;pre&gt;Hello, I am usin json regulary, but in one script I have mistery:

echo($decrypted_data)."\n\n";
var_dump(json_decode($decrypted_data, true));
echo "\n";
var_dump(json_decode('{"result_ok":true,"result_message":null,"client_name":"Radek Krej\u010da"}', true));

I got:

{"result_ok":true,"result_message":null,"client_name":"Radek Krej\u010da"}

NULL

array(3) {
  ["result_ok"]=&amp;gt;
  bool(true)
  ["result_message"]=&amp;gt;
  NULL
  ["client_name"]=&amp;gt;      a"
} string(13) "Radek KrejÄ


You can see, that in $decrypted_data, is stored valid (by my opinion) json data. If I use this variable in json_decode, I got "null". And if I manualy use data displayed on screen, I got valid array.

Where I do mistake? If I remove client_name (so no utf8 is in json data), situation is the same.

Radek


&lt;/pre&gt;</description>
    <dc:creator>Radek Krejča</dc:creator>
    <dc:date>2013-05-24T07:06:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229219">
    <title>Random</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229219</link>
    <description>&lt;pre&gt;Hey I need code for random number 1-30 for my site.

&lt;/pre&gt;</description>
    <dc:creator>Last Hacker Always onpoint</dc:creator>
    <dc:date>2013-05-23T20:51:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229217">
    <title>Script</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229217</link>
    <description>&lt;pre&gt;Hi please the script am using is an auto generated script: simple
machine function, and its having problems.
So please I'l like to ask if anyone can give me a cool music site
script like music212.com

&lt;/pre&gt;</description>
    <dc:creator>Last Hacker Always onpoint</dc:creator>
    <dc:date>2013-05-23T20:21:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229211">
    <title>[PHP-DEV] PHP 5.3.26RC1 and 5.4.16RC1 Released for Testing!</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229211</link>
    <description>&lt;pre&gt;Hi!

We've released PHP 5.3.26RC1 and 5.4.16RC1 which can be found here:

   5.3.26RC1:
   http://downloads.php.net/johannes/php-5.3.26RC1.tar.bz2
   http://downloads.php.net/johannes/php-5.3.26RC1.tar.gz

   5.4.16RC1:
   http://downloads.php.net/stas/php-5.4.16RC1.tar.bz2
   http://downloads.php.net/stas/php-5.4.16RC1.tar.gz

Windows binaries for both, as always, are at:
    http://windows.php.net/qa/

These are regular bugfix releases, the full list of issues fixed can be
found in the NEWS files. Please test and report if anything is broken.

If no critical issues is found in this RC, the final version will be
released in two weeks.

Regards,
    Stas Malyshev, Johannes Schlüter





&lt;/pre&gt;</description>
    <dc:creator>Johannes Schlüter</dc:creator>
    <dc:date>2013-05-23T15:03:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229210">
    <title>Simple objective which always seems to make me think I'm doing it wrong.</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229210</link>
    <description>&lt;pre&gt;Hi.

I'm building an XML file.

It is within an OOP structure and is pretty simple.

The method is ...

    /**
     * Turn an error from the W2GlobalData service into normal document as
this will make it easier to integrate downstream.
     *
     * &amp;lt; at &amp;gt;param \SimpleXMLElement $o_XML
     * &amp;lt; at &amp;gt;return \SimpleXMLElement
     * &amp;lt; at &amp;gt;todo Build document to be a correct request header with the
embedded error message.
     */
    public function normaliseError($o_XML)
    {
        $s_XML = &amp;lt;&amp;lt;&amp;lt; END_XML
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;doc&amp;gt;
    &amp;lt;service&amp;gt;UK Verification (Edited)&amp;lt;/service&amp;gt;
    &amp;lt;searchtext&amp;gt;
        &amp;lt;forename&amp;gt;{$this-&amp;gt;a_RequestData['forename']}&amp;lt;/forename&amp;gt;
        &amp;lt;middlename&amp;gt;{$this-&amp;gt;a_RequestData['middlename']}&amp;lt;/middlename&amp;gt;
        &amp;lt;surname&amp;gt;{$this-&amp;gt;a_RequestData['surname']}&amp;lt;/surname&amp;gt;
        &amp;lt;address1&amp;gt;{$this-&amp;gt;a_RequestData['address1']}&amp;lt;/address1&amp;gt;
        &amp;lt;address2&amp;gt;{$this-&amp;gt;a_RequestData['address2']}&amp;lt;/address2&amp;gt;
        &amp;lt;postcode&amp;gt;{$this-&amp;gt;a_RequestData['postcode']}&amp;lt;/postcode&amp;gt;
        &amp;lt;gender&amp;gt;{$this-&amp;gt;a_Reques&lt;/pre&gt;</description>
    <dc:creator>Richard Quadling</dc:creator>
    <dc:date>2013-05-23T14:54:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229208">
    <title>Source code of original PHP release.</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229208</link>
    <description>&lt;pre&gt;I'm currently writing a paper on the evolution of PHP and web 
development/security as a whole.
One of the things I want to incorporate is snippets of source code to 
show how things have grown and advanced since the 90's

If anyone could help me out I would be much appreciated. All my 
attempts of trying to find it have turned up nothing :(

Cheers,
Christopher Tombleson
---------------------------
Github: https://github.com/chtombleson
Blog: http://blog.cribznetwork.com
Website: http://cribznetwork.com
Ohloh: https://www.ohloh.net/accounts/chtombleson/


&lt;/pre&gt;</description>
    <dc:creator>chris</dc:creator>
    <dc:date>2013-05-23T06:16:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229205">
    <title>Doing something wrong?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229205</link>
    <description>&lt;pre&gt;I've got a new machine set up with SUSE12.3 but while it has PHP5.4, Apache is 
still stuck at 2.2, so I've downloaded and built 2.4.4 and PHP5.4.15 along with 
the modules I need but I'm having trouble actually getting it to load the 
'Additional' .ini files.
phpinfo is showing the change of location of the php.ini file, but nothing for 
the 'Scan this dir for additional .ini files' while the Configure shows 
'--with-config-file-scan-dir=/opt/apache2/conf/php5.d'
What am I missing?
It's working on the other machines and loading all the extra modules happily.

&lt;/pre&gt;</description>
    <dc:creator>Lester Caine</dc:creator>
    <dc:date>2013-05-21T19:08:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229200">
    <title>totally a newbie in sending phone number to a webserver</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229200</link>
    <description>&lt;pre&gt;I registered a SMS web service and I have username and password
and there are methods as follow which I can use:

balance
receive
send
send to all
send advanced
status
status advanced

suppose I have a form and I will get the phone number from user
also I have user name,pass and url of the web service
like $phone['number'],$user,$pass,$url

I don't know what exactly I should do to force the php code read from the
functions of the web service does including the url enough?
I am totally mixed up.

can someone tell me what is happening in this procedure?

is there any tutorial so that I can understand it?
I tried to use sample codes but they were different from which I wanted.

Thanks in Advance.
&lt;/pre&gt;</description>
    <dc:creator>Negin Nickparsa</dc:creator>
    <dc:date>2013-05-21T09:16:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229195">
    <title>How do I remove a string from another string in a fuzzy way?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229195</link>
    <description>&lt;pre&gt;We have a support ticket system we built and customers can reply via email
which then posts their reply into our database. The problem is that when you
read a ticket, you see each ticket entry (row in DB) but they tend to
accumulate the previous entries text since the customer replied to an email.
A thread if you will.

I'm trying to strip out the "duplicate parts" (cosmetically on the front end
via a checkbox, in case the support person needs to see the actual unaltered
version such as in cases where the algorithm may be too aggressive and rip
out important pieces inadvertently).

One challenge I'm running into are situations like this, where the text is
embedded but has been slightly altered.

ENTRY 1:

For security and confidentiality reasons, we request that all subscribers
who are requesting cancellation do so via the website of the company billing
their account. You can easily cancel your membership on our billing agent
website

(just in case THIS PHP list software mangles the above, it is just one lon&lt;/pre&gt;</description>
    <dc:creator>Daevid Vincent</dc:creator>
    <dc:date>2013-05-21T02:17:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229184">
    <title>Symfony?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229184</link>
    <description>&lt;pre&gt;Hi gang:

Who uses Symfony?

Cheers,

tedd


_____________________
tedd&amp;lt; at &amp;gt;sperling.com
http://sperling.com


&lt;/pre&gt;</description>
    <dc:creator>Tedd Sperling</dc:creator>
    <dc:date>2013-05-20T16:40:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229177">
    <title>pass parameter via URL</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229177</link>
    <description>&lt;pre&gt;I would like to know how can I pass a parameter via URL using control value 
on the form.
something like myPage.php?MyID=txtMyID.value
I can use myPage.php?MyID=1, but cannot use myPage.php?MyID=txtMyID.value.

Your help and information is great appreciated,

Regards,

Iccsi 


&lt;/pre&gt;</description>
    <dc:creator>iccsi</dc:creator>
    <dc:date>2013-05-20T13:17:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229176">
    <title>Question about session_id() and session_start()</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229176</link>
    <description>&lt;pre&gt;I find the Note in PHP document.
http://www.php.net/manual/en/function.session-id.php

"Note: When using session cookies, specifying an id for session_id() will
always send a new cookie when session_start() is called, regardless if the
current session id is identical to the one being set."

I feel puzzled about this feature. Even if the current session id is
identical to the one one being set, session_start will send a new cookie. I
want to know why session_start behave in this way.

Forgive my poor English. Thanks in advance.
&lt;/pre&gt;</description>
    <dc:creator>孟远涛</dc:creator>
    <dc:date>2013-05-20T03:33:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229155">
    <title>Moving from mysql functions to mysqli or PDO - which is best?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229155</link>
    <description>&lt;pre&gt;Hi folks,

[post newbie abilities] - I'm attempting to move away from PHP mysql functions to something newer, either mysqli or PDO.

I have read various things about them, but I'm curious at this point which would be best to learn for the present and future. I'm usually working on small to medium size projects.

I understand that PDO has an extra abstraction layer so it can work with / convert to other databases like oracle and others fairly easily, but some have said that PDO can be a bit slower the MySQLi?

So I would really like to hear opinions on the best choices of either MySQLi or PDO.

Also I'm also trying to learn OOP, so I'm looking for a very good working PDO and/or mysqli database class - to get started with, that has all the basic needs like UPDATE - INSERT - DELETE - QUERY etc. That would be very helpful.

Thanks in advance for your opinions!


--
Thanks,
Dave - DealTek
dealtek&amp;lt; at &amp;gt;gmail.com
[db-3]


&lt;/pre&gt;</description>
    <dc:creator>dealTek</dc:creator>
    <dc:date>2013-05-18T18:09:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229151">
    <title>looking for a PDF generator class/library for PHP 5?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229151</link>
    <description>&lt;pre&gt;Hi all,

I'm looking into a good versatile PDF generator class/library to use with PHP 5? --- Preferably one which is maintained somewhat recently...

Mostly needed for basic pages, but I also have some longer reports (more than one  8.5" x 11" page) and it would be nice if  the pdf was able to split it up without losing part of the font when crossing page boundaries etc...



--
Thanks,
Dave - DealTek
dealtek&amp;lt; at &amp;gt;gmail.com
[db-3]


&lt;/pre&gt;</description>
    <dc:creator>dealTek</dc:creator>
    <dc:date>2013-05-18T01:05:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229125">
    <title>A Good OOP Tutorial/Read?</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229125</link>
    <description>&lt;pre&gt;Hey Folks,

I'm looking to refine my PHP 5 OOP skills.  I know the basics, understand
patterns, but have clearly missed a few things along the way.

Do any of you have some real good PHP 5 OOP tutorials/reads bookmarked you
could share?  Something other than php.net/oop5.

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Dan Joseph</dc:creator>
    <dc:date>2013-05-16T14:55:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229122">
    <title>Trying to understand what I've broken to not allow mkdir() to work.</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229122</link>
    <description>&lt;pre&gt;Hi.

I'm running on a Mac with a Centos VM (via VirtualBox).

Was running from from our SVN server.

New repo, now running from GIT.

The checkout is on my local machine (using Netbeans, LESS, etc.)

The VM is running Apache and PHP V5.4.15

During the move, I've got some permissions issues, which I simply don't
understand enough to a) resolve myself, b) know what to ask for to get the
right help in solving the issue.

I've been told that the permissions on my mac via the shared folder through
VirtualBox to the Centos setup is where my problem lies. But I don't know.

Is there anyone who can give me definite help here? I can manually create
the directories, but that's just daft.

Nothing LOOKS any different between the two repos, but I don't know how to
tell beyond comparing ls outputs.

Any help would be good.

&lt;/pre&gt;</description>
    <dc:creator>Richard Quadling</dc:creator>
    <dc:date>2013-05-16T14:33:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229118">
    <title>Saving session to database</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229118</link>
    <description>&lt;pre&gt;I'm having a problem with webtrees ... http://webtrees.net/
My copy is running on http://webtrees.lsces.org.uk and you will see that it is 
throwing an error relating to the session handling.

Running Apache 2.2.22, PHP5.4.14, MySQL 5.5.31 ( http://lsces.org.uk/phpinfo.php )

If I comment out the session_set_save_handler() section of session.php then I 
can log in and use the site. Have tried reworking that as a 
SessionHandlerInterface without any success. As far as I can see, the 'write' 
function of the handler is not being called and while there are various notes 
about problems with PHP5.4 blocking access to the write and close functions, 
none of the fixes I have tried have resulted in a working setup.

Anybody seen this problem with PHP5.4?

http://lsces.org.uk/hg/webtrees/file/dcf6ff358108/includes/session.php#l334 is 
the code that seems to be failing.

&lt;/pre&gt;</description>
    <dc:creator>Lester Caine</dc:creator>
    <dc:date>2013-05-16T08:43:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.general/229106">
    <title>Sync CSV files with MySQL Database.</title>
    <link>http://comments.gmane.org/gmane.comp.php.general/229106</link>
    <description>&lt;pre&gt;Hello mates,

Perhaps this seems to be a silly question, but it is not to me, here is the
scenario:

I know how to import CSV files with PHP to a MySQL database, the thing is,
that CSV file is automatically feed by a third-party application, I want to
do something to add just the new records, not all the records again.

Any idea or example, will be really appreciated.

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Carlos Sura</dc:creator>
    <dc:date>2013-05-11T04:57:08</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.php.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.general</link>
  </textinput>
</rdf:RDF>
