<?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.network.centerim.user">
    <title>gmane.network.centerim.user</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user</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.network.centerim.user/645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/639"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/638"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/637"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/636"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/635"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/634"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/633"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/632"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/631"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/630"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/629"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/628"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/627"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.centerim.user/626"/>
      </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.network.centerim.user/645">
    <title>Re: building error</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/645</link>
    <description>&lt;pre&gt;
I am attaching a small test program. It should tell you if you can
compile on your computer any program which uses libpurple. The
program just prints all available protocol plugins. You should be
able to compile it using the following command:
cc `pkg-config --cflags --libs purple` main.c

Best regards,
Petr Pavlu

#include &amp;lt;locale.h&amp;gt;
#include &amp;lt;stdio.h&amp;gt;

#include &amp;lt;libpurple/purple.h&amp;gt;
/*
#include &amp;lt;libpurple/account.h&amp;gt;
#include &amp;lt;libpurple/core.h&amp;gt;
#include &amp;lt;libpurple/eventloop.h&amp;gt;
#include &amp;lt;libpurple/plugin.h&amp;gt;
*/

#define FINCH_READ_COND  (G_IO_IN | G_IO_HUP | G_IO_ERR)
#define FINCH_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL)

typedef struct _PurpleGntIOClosure {
  PurpleInputFunction function;
  guint result;
  gpointer data;
} PurpleGntIOClosure;

static void purple_gnt_io_destroy(gpointer data)
{
  g_free(data);
}

static gboolean purple_gnt_io_invoke(GIOChannel *source,
    GIOCondition condition, gpointer data)
{
  PurpleGntIOClosure *closure = data;
  PurpleInputCondition purple_cond = 0;

  &lt;/pre&gt;</description>
    <dc:creator>Petr Pavlu</dc:creator>
    <dc:date>2013-03-29T20:23:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/644">
    <title>Re: building error</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/644</link>
    <description>&lt;pre&gt;I installed from homebrew, here is the info:

$ brew info libpurple
libpurple: stable 2.10.7
http://pidgin.im/
Depends on: pkg-config, intltool, gettext, glib, libidn, gnutls, libgcrypt
/usr/local/Cellar/libpurple/2.10.7 (220 files, 28M) *
Built from source
https://github.com/mxcl/homebrew/commits/master/Library/Formula/libpurple.rb


I installed libpurple right before trying to use CenterIM.

On Mon, Mar 25, 2013 at 2:16 PM, Petr Pavlu &amp;lt;setup-qAwq72mnNarrBKCeMvbIDA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>tmp</dc:creator>
    <dc:date>2013-03-25T22:56:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/643">
    <title>Re: building error</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/643</link>
    <description>&lt;pre&gt;
Hello tmp,

yes, these errors are related to libpurple. Which version of this
library do you use?

Regards,
Petr Pavlu


&lt;/pre&gt;</description>
    <dc:creator>Petr Pavlu</dc:creator>
    <dc:date>2013-03-25T19:16:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/642">
    <title>building error</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/642</link>
    <description>&lt;pre&gt;I got some error which seems to be related to purple, so building fails,
what shall I do?

The output was put here: https://gist.github.com/hyh1048576/5234679
&lt;/pre&gt;</description>
    <dc:creator>tmp</dc:creator>
    <dc:date>2013-03-25T04:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/641">
    <title>Re: Centerim-users Digest, Vol 54, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/641</link>
    <description>&lt;pre&gt;Hello, Serg!

it is still not implemented.


On 12/14/2012 03:00 PM, centerim-users-request-Cffqi/U2Yl5g9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org wrote:

&lt;/pre&gt;</description>
    <dc:creator>Dmitry</dc:creator>
    <dc:date>2012-12-14T11:04:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/640">
    <title>centerim5 icq</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/640</link>
    <description>&lt;pre&gt;hello guys!
is anybody know, how can full user info in icq? like in 4.22.10 ?

&lt;/pre&gt;</description>
    <dc:creator>Serg Vasilchenko</dc:creator>
    <dc:date>2012-12-13T23:04:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/639">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/639</link>
    <description>&lt;pre&gt;LinkedIn
------------



CenterIM,

I'd like to add you to my professional network on LinkedIn.

- Vitaly

Vitaly Chernooky
Senior Software Engineer at GlobalLogic
Ukraine

Confirm that you know Vitaly Chernooky:
https://www.linkedin.com/e/m77jej-h71n7n5o-4f/isd/8629425778/CLipl759/?hs=false&amp;amp;tok=1n7zdLBgSHIlo1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/m77jej-h71n7n5o-4f/qWfZxz05iuvhjTcRipfAu7MUtnXVnocgB9gWd4kPqA/goo/centerim-users%40centerim%2Eorg/20061/I2902414250_1/?hs=false&amp;amp;tok=0auqHdW5KHIlo1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

&lt;/pre&gt;</description>
    <dc:creator>Vitaly Chernooky</dc:creator>
    <dc:date>2012-09-13T09:15:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/638">
    <title>Re: How do I get user info in centerim5?</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/638</link>
    <description>&lt;pre&gt;Hello Dmitry,
I think this feature is not implemented in cim5 yet. :-)
Patrik

2012/8/27 Dmitry &amp;lt;mescalito.ua-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Patrik Tokarcik</dc:creator>
    <dc:date>2012-08-27T10:23:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/637">
    <title>How do I get user info in  centerim5?</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/637</link>
    <description>&lt;pre&gt;Hi Everyone!

I started using centerim5  recently and found out that I cannot get full 
user info by Ctrl+? key combination just as it was in centerim 4.22.
So how can I get/edit user details in centerim 5? (Ctrl+D allows just to 
change an alias/delete/move buddy)

Thanks.


&lt;/pre&gt;</description>
    <dc:creator>Dmitry</dc:creator>
    <dc:date>2012-08-27T10:09:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/636">
    <title>test, please ignore</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/636</link>
    <description>&lt;pre&gt;
 
Despite the fact, that I tested several things after a master update on my
server, I have the dumb feeling that there's something wrong within my
mailman, so please ignore this test mail if you receive it.


Mit freundlichen Grüßen

Frank Altpeter

&lt;/pre&gt;</description>
    <dc:creator>Frank Altpeter</dc:creator>
    <dc:date>2012-07-23T12:55:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/635">
    <title>Error: make centerim/cygwin</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/635</link>
    <description>&lt;pre&gt;Finally Cim installation is having an advance, but now i'm getting
this error in make step.-

****************  screenarea.cc:58:40: error: ‘mvinnwstr’ was not
declared in this scope

==============================================================
screenarea.cc: In member function ‘void screenarea::save(int, int, int, int)’:
screenarea.cc:58:40: error: ‘mvinnwstr’ was not declared in this scope
screenarea.cc: In member function ‘void screenarea::restore(int, int,
int, int)’:
screenarea.cc:101:40: error: ‘mvaddnwstr’ was not declared in this scope
Makefile:309: recipe for target `screenarea.o' failed
make[3]: *** [screenarea.o] Error 1
make[3]: Leaving directory
`/home/jmendoza/install/centerim-4.22.10/kkconsui/src'
Makefile:334: recipe for target `all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmendoza/install/centerim-4.22.10/kkconsui'
Makefile:444: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving &lt;/pre&gt;</description>
    <dc:creator>jose santos</dc:creator>
    <dc:date>2012-06-29T04:47:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/634">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/634</link>
    <description>&lt;pre&gt;
On Sat, 14 Apr 2012, Boris Petersen wrote:


The problem is solved, the ISP installed more locales and now the layout 
is fine again! :)

Thanks all for making replies.

Kind regards,

Marcel Beringer




Groet,

Marcel

&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T13:33:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/633">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/633</link>
    <description>&lt;pre&gt;
well judging from your other mail, your locale is UTF-8 so switching to
UTF-8 in putty should have helped you. Could you attach a screenshot, so
i can see what the "real" problem is. Is it just that the borders are
displayed in ascii charterers or is it scrambled?



&lt;/pre&gt;</description>
    <dc:creator>Boris Petersen</dc:creator>
    <dc:date>2012-04-14T12:03:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/632">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/632</link>
    <description>&lt;pre&gt;
Hi Boris,

On Sat, 14 Apr 2012, Marcel Beringer wrote:

I did the same thing on the old server, and there are differences then:

user&amp;lt; at &amp;gt;server-old:~$ locale
LANG=
LANGUAGE=en_NL:en_US:en_GB:en
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
user&amp;lt; at &amp;gt;server:~$

Could this be it? And is this something I can change or does the ISP have 
to change it?

Kind regards,

Marcel Beringer

&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T11:38:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/631">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/631</link>
    <description>&lt;pre&gt;
Changed it in putty to UTF-8, did not make any difference though :(

Kind regards,

Marcel Beringer



On Sat, 14 Apr 2012, Milan Dvorak wrote:


&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T11:35:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/630">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/630</link>
    <description>&lt;pre&gt;
Hi Boris,

On Sat, 14 Apr 2012, Boris Petersen wrote:


It's an entire list :)

user&amp;lt; at &amp;gt;server:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
user&amp;lt; at &amp;gt;server:~$

Is this correct?

Kind regards,

Marcel Beringer

&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T11:30:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/629">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/629</link>
    <description>&lt;pre&gt;OK, It also may be a problem with unicode/nonunicode characters. Try 
changing it in putty: settings -&amp;gt; windows -&amp;gt; translation. In the box you 
can switch between ISO-8859-1:1998 and UTF-8, depends on what you're 
using now.

If this won't help, it's probably some issue on the server, but I can't 
think of any other solution right now.

Milan

On 14.4.2012 12:53, Marcel Beringer wrote:


&lt;/pre&gt;</description>
    <dc:creator>Milan Dvorak</dc:creator>
    <dc:date>2012-04-14T11:13:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/628">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/628</link>
    <description>&lt;pre&gt;
Hey,

check what locale is used on the server by typing:

$ locale

If it's UTF-8 you should adjust that in you putty.

Cheers
Boris



&lt;/pre&gt;</description>
    <dc:creator>Boris Petersen</dc:creator>
    <dc:date>2012-04-14T11:12:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/627">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/627</link>
    <description>&lt;pre&gt;
Hi Milan,

Thanks for your swift reply.

I'm still using the same client to connect to it, putty. I still have 
access the upcoming days to the old server, when I connect to it right now 
I have the nice looking layout when starting centerim.

When I connect to the new one (with the same ssh client) I see the bad 
looking layout with centerim.

So I do not think it has anything to do with my client, putty?

Or do I have to ask the ISP to install another font package on the server? 
(silly me perhaps, Unix is not my thing when installing stuff :))

Kind regards,

Marcel



On Sat, 14 Apr 2012, Milan Dvorak wrote:


&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T10:53:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/626">
    <title>Re: Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/626</link>
    <description>&lt;pre&gt;Hi,

I had the same problem once. Changing the font in your console should 
fix it.

Regards,
Milan

On 14.4.2012 11:05, Marcel Beringer wrote:


&lt;/pre&gt;</description>
    <dc:creator>Milan Dvorak</dc:creator>
    <dc:date>2012-04-14T09:28:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.centerim.user/625">
    <title>Small question about layout</title>
    <link>http://permalink.gmane.org/gmane.network.centerim.user/625</link>
    <description>&lt;pre&gt;
Hi there,

Kudos for giving us centerim, best IM client ever!

My ISP made me move my shell account to another server, the weird thing is 
that I do not like the centerim layout on the new server.

On the old server the centerim windows we're nicely connected by straight 
lines, on the new server there are +- and ---- lines.

Maybe a stupid question, forgive me :) But how can I change this dotted 
lines to neat straight lines again?

On both servers it's centerim 4.22.10

I hope someone knows a solution, have a good weekend all!

Kind regards,

Marcel Beringer

&lt;/pre&gt;</description>
    <dc:creator>Marcel Beringer</dc:creator>
    <dc:date>2012-04-14T09:05:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.centerim.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.centerim.user</link>
  </textinput>
</rdf:RDF>
