<?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.gnome.apps.gliv">
    <title>gmane.comp.gnome.apps.gliv</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.apps.gliv</link>
    <description></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.gnome.apps.gliv/8"/>
 </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.gnome.apps.gliv/8">
    <title>A problem with the localizing of the Gliv messages</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.gliv/8</link>
    <description>&lt;pre&gt;Hello,

After checking the source code of Gliv I found that localizing of the
following two messages is not so simple.

#: src/loading.c:81
#, possible-c-format
msgid"%s not while loading an image\n"
msgstr""

#: src/loading.c:83
#, possible-c-format
msgid"%s while loading %s\n"
msgstr""

 Both %s-strings at the beginning of msgids are messages from the
sys_siglist array and are depended on a signal. For example, signal
SIGSEGV should produce "Segmentation fault" message, I suppose. So the
whole first message would be something like "Segmentation fault not
while loading an image\n" and the second one "Segmentation fault while
loading %s\n", where the second %s is some file name.

The problem is that the first part of message ("Segmentation fault")
is probably not localized as like the second part. Source code will
need some refactoring, I think.

Best regards,

Jorma
&lt;/pre&gt;</description>
    <dc:creator>Jorma Karvonen</dc:creator>
    <dc:date>2009-10-26T19:26:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.gliv">
    <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.apps.gliv</link>
  </textinput>
</rdf:RDF>

