<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.llaumgui.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Le blog de llaumgui - Balise - XChat</title>
  <link>http://www.llaumgui.com/</link>
  <atom:link href="http://www.llaumgui.com/feed/tag/XChat/rss2" rel="self" type="application/rss+xml"/>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Fri, 21 Nov 2008 02:08:57 +0100</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>XChat et la rotation des logs (logrotate)</title>
    <link>http://www.llaumgui.com/post/XChat-et-la-rotation-des-logs-logrotate</link>
    <guid isPermaLink="false">urn:md5:1caa6a1f230db9fb6b02c796c8717762</guid>
    <pubDate>Tue, 18 Dec 2007 23:17:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>IRC</category><category>logrotate</category><category>XChat</category>    
    <description>&lt;p&gt;Entre #fedora, &lt;a href=&quot;http://www.fedora-fr.org/irc&quot; hreflang=&quot;fr&quot; title=&quot;Chan IRC de fedora-fr.org&quot;&gt;#fedora-fr&lt;/a&gt;, #fedora-devel-fr, #fedora-mktg, #fedora-meeting et #ezpublish, ça me fait un sacré nombre de salons &lt;a href=&quot;http://fr.wikipedia.org/wiki/IRC&quot; hreflang=&quot;fr&quot;&gt;&lt;acronym title=&quot;Internet Relay Chat&quot;&gt;IRC&lt;/acronym&gt;&lt;/a&gt; (tous sur &lt;a href=&quot;http://freenode.net/&quot; hreflang=&quot;en&quot; title=&quot;Freenode provides discussion facilities for the Free and Open Source Software communities&quot;&gt;FreeNode&lt;/a&gt;) où je suis connecté en permanence via mon client IRC préféré : &lt;a href=&quot;http://www.xchat.org/&quot; hreflang=&quot;en&quot; title=&quot;Multiplatform Chat Program&quot;&gt;XChat&lt;/a&gt;.&lt;br /&gt;
Le problème est que lorsque &lt;a href=&quot;http://www.mrtomlinux.org/&quot; hreflang=&quot;fr&quot; title=&quot;Blog de MrTom&quot;&gt;Thomas&lt;/a&gt;
me demande le log d'un meeting IRC, je me retrouve à rechercher dans un
fichier de plusieurs Mo. La solution est donc de traiter XChat comme
n'importe quel logiciel générant des logs et de lui associer une règle &lt;a hreflang=&quot;en&quot; href=&quot;http://iain.cx/src/logrotate/&quot; title=&quot;logrotate is a bash script which can rotate log files and multilog log directories and archive them in a central location&quot;&gt;logrotate&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Après quelques recherches sur &lt;a href=&quot;http://www.google.com/&quot; hreflang=&quot;fr&quot;&gt;Google&lt;/a&gt;, je suis tombé sur &lt;a href=&quot;http://forum.xchat.org/viewtopic.php?p=11302&quot; hreflang=&quot;en&quot;&gt;ce topic&lt;/a&gt; qui propose une règle XChat pour logrotate (&lt;em&gt;/etc/logrotate.d/xchat&lt;/em&gt;), règle que j'ai quelque peu adapté :&lt;/p&gt;    &lt;code class=&quot;bash&quot;&gt;/home/*/.xchat2/xchatlogs/*.log &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; olddir old&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; weekly&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; missingok&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #007800;&quot;&gt;size=&lt;/span&gt;100k&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rotate &lt;span style=&quot;color: #000000;&quot;&gt;52&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nocompress&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nocreate&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; postrotate&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pkill -SIGUSR1 xchat&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endscript&lt;br /&gt;
&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/code&gt;
&lt;p&gt;Me voici donc avec 1 an d'archives hebdomadaires dont je peux consulter les logs de la semaine dans &lt;em&gt;/home/*/.xchat2/xchatlogs/&lt;/em&gt; et ceux plus anciens dans &lt;em&gt;/home/*/.xchat2/xchatlogs/old&lt;/em&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/XChat-et-la-rotation-des-logs-logrotate#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/XChat-et-la-rotation-des-logs-logrotate#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/384</wfw:commentRss>
      </item>
    
  <item>
    <title>XChat 2.8.0 et la zone de notification</title>
    <link>http://www.llaumgui.com/post/XChat-280-et-la-zone-de-notification</link>
    <guid isPermaLink="false">urn:md5:2adc0240d02e6b4843cf47ffb2c6d1b2</guid>
    <pubDate>Thu, 11 Jan 2007 22:59:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora</category><category>Fedora Core 6</category><category>IRC</category><category>XChat</category>    
    <description>    &lt;p&gt;Le nouvel opus de mon client &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Internet_Relay_Chat&quot;&gt;IRC&lt;/a&gt; préféré, à savoir &lt;a hreflang=&quot;en&quot; href=&quot;http://www.xchat.org/&quot;&gt;XChat&lt;/a&gt;, vient de sortir.&lt;br /&gt;Comme indiqué dans le &lt;a hreflang=&quot;en&quot; href=&quot;http://forum.xchat.org/viewtopic.php?p=12357&quot;&gt;changlog&lt;/a&gt;, la plus grosse nouveauté y est l'implémentation d'une icône dans la zone de notification, de quoi se passer du vieillissant plugin &lt;em&gt;&lt;a href=&quot;http://www.blight.tk/&quot; hreflang=&quot;en&quot;&gt;XChat SysTray Integration&lt;/a&gt;&lt;/em&gt; dont je vous avais parlé &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/xchat-systray-integration&quot;&gt;précédemment&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/linux/xchat-28.png&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/linux/.xchat-28_m.jpg&quot; alt=&quot;XChat 2.8.0 et la zone de notification&quot; style=&quot;margin: 0 auto; display: block;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pour le moment la version 2.8.0 n'est pas disponible dans le dépôt &lt;a hreflang=&quot;fr&quot; href=&quot;http://doc.fedora-fr.org/D%C3%A9p%C3%B4t_updates-released&quot;&gt;updates-released&lt;/a&gt;, mais le &lt;a hreflang=&quot;en&quot; href=&quot;http://www.xchat.org/files/binary/rpm/?M=A&quot;&gt;rpm officiel&lt;/a&gt; est compilé pour Fedora Core 6, alors pourquoi s'en priver ?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/XChat-280-et-la-zone-de-notification#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/XChat-280-et-la-zone-de-notification#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/135</wfw:commentRss>
      </item>
    
  <item>
    <title>XChat Systray Integration</title>
    <link>http://www.llaumgui.com/post/xchat-systray-integration</link>
    <guid isPermaLink="false">urn:md5:7e4513d83894d8c3de776bddbec69f8f</guid>
    <pubDate>Sun, 20 Nov 2005 22:34:00 +0000</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora</category><category>rpm</category><category>XChat</category>    
    <description>&lt;p&gt;Il y a quelques semaines, la version 2.6 d'&lt;a href=&quot;http://www.xchat.org/&quot; hreflang=&quot;en&quot;&gt;XChat&lt;/a&gt; a été publiée.&lt;br /&gt;
Les rpms existent, mais les &lt;a href=&quot;http://download.fedora.redhat.com/pub/fedora/linux/extras/4/i386/&quot; hreflang=&quot;en&quot;&gt;dépôts Extra de Fedora Core&lt;/a&gt; ne les proposent toujours pas.&lt;/p&gt;    &lt;p&gt;Il vous faudra donc vous rendre &lt;a href=&quot;http://www.xchat.org/files/binary/rpm/&quot; hreflang=&quot;fr&quot;&gt;ici&lt;/a&gt; pour les télécharger. A noter que la version de Fedora est une &lt;em&gt;i386&lt;/em&gt; et celle que propose le site officiel d'XChat est une i586.&lt;/p&gt;
&lt;p&gt;C'est en navigant sur le site d'XChat que j'ai trouvé un petit plugin fort intéressant en mon sens : &lt;a href=&quot;http://www.blight.tk/&quot; hreflang=&quot;en&quot;&gt;SysTray Plugin&lt;/a&gt;. Ce dernier permet de réduire XChat dans votre &lt;em&gt;zone de notification&lt;/em&gt; qu'elle soit Gnome ou KDE.&lt;/p&gt;
&lt;p&gt;Une fois la version rpm téléchargée (&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=88437&quot; hreflang=&quot;en&quot;&gt;xchat-systray-integration-x.x.x-x.i386.rpm&lt;/a&gt;), il ne vous restera plus qu'a configurer le plugin et notement la partie &lt;em&gt;icon path&lt;/em&gt; (/usr/lib/xchat/plugins/images/).&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/xchat-systray-integration#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/xchat-systray-integration#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/56</wfw:commentRss>
      </item>
    
</channel>
</rss>