<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet Frugalware</title>
	<link>http://planet.frugalware.org/</link>
	<language>en</language>
	<description>Planet Frugalware - http://planet.frugalware.org/</description>

<item>
	<title>VMiklos: fop 0.9x</title>
	<guid>http://blogs.frugalware.org/xmlsrv/329@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/05/04/fop_0_9x</link>
	<description>&lt;p&gt;uhm, this will be a long post, but i'll try to keep it short &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;a few words about fop. we write our documentation in asciidoc. asciidoc is plain text with a very simple markup, asciidoc can convert this to docbook. then docbook-xsl can convert this to .fo, finally fop can convert .fo to .pdf.&lt;/p&gt;
	&lt;p&gt;my problem with fop is that it's written in java and we just used the upstream binary. this is primarily a security problem.&lt;/p&gt;
	&lt;p&gt;so, about one and a half months ago got the crazy idea to compile fop from source. of course the correct way to do this is to package first the depends. this is really a avalanche, becase we didn't have too much generic java libs packaged, so i had to package many. namely:&lt;/p&gt;
	&lt;p&gt;jflex, piccolo, gnu.regexp, jarjar, jmock, qdox, easymock, hamcrest, iso-relax, relaxngdatatype, xsdlib, msv, xpp3, xpp2, gnu-crypto, apache-log4j, xmldb-api, ws-jaxme, dom4j, jdom, icu4j, jaxp, jaxp, xom, jaxen, rhino, batik, servletapi, jaf, gnuinetlib, gnumail, avalon-logkit, avalon-framework, commons-logging, commons-io and xmlgraphics-commons.&lt;/p&gt;
	&lt;p&gt;hm. that's 36. horrible &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;the nice thing is that all these (except xmlgraphics-commons because classpath still lacks jpeg support) are compiled with the ecj/gcj toolchain, without any sun blob.&lt;/p&gt;
	&lt;p&gt;the other benefits are:&lt;/p&gt;
	&lt;ul&gt;
	&lt;li&gt;a native fop binary:
&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;$ file /usr/bin/fop
/usr/bin/fop: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped&lt;/pre&gt;	
	&lt;li&gt;now we got rid of fop-devel, since this version can both convert ttf fonts to xml ones (needed if you want to embed custom fonts into pdf) and convert fo documents to pdf ones.&lt;/li&gt;
	
	&lt;p&gt;yay!
&lt;/p&gt;</description>
	<pubDate>Sun, 04 May 2008 00:48:04 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 22</title>
	<guid>http://www.frugalware.org/news/96#top</guid>
	<link>http://www.frugalware.org/news/96</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;New Frugalware mirrors&lt;/li&gt;
                &lt;li&gt;&lt;b&gt;MANY&lt;/b&gt; Security fixes&lt;/li&gt;
                &lt;li&gt;Frugalware's developers are people too! - Boobaa&lt;/li&gt;
                &lt;li&gt;Focus On Package(s) - Openbox&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/21&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Wed, 30 Apr 2008 11:08:56 +0000</pubDate>
</item>
<item>
	<title>VMiklos: message-ids</title>
	<guid>http://blogs.frugalware.org/xmlsrv/328@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/04/29/message_ids</link>
	<description>&lt;p&gt;ok, this post will be a big generic, but it seems this is still totally new to some people. so, the Message-ID header in an email is ideally unique and you can easily use it to refer to an email in an other discussion.&lt;/p&gt;
	&lt;p&gt;in this post i want to deal with 3 issues:&lt;/p&gt;
	&lt;p&gt;first, how to display it in your mail client. ok, this depends on your mue, in mutt, you need to add
&lt;/p&gt;
&lt;pre&gt;unignore message-id&lt;/pre&gt;	&lt;p&gt; to your muttrc.&lt;/p&gt;
	&lt;p&gt;second, if you want to search for a message-id in a folder, that's your mua's task as well. in mutt, you can do it by for example
&lt;/p&gt;
&lt;pre&gt;~i &lt;a href=&quot;mailto:200804281829.11866.henrikau@orakel.ntnu.no&quot;&gt;200804281829.11866.henrikau@orakel.ntnu.no&lt;/a&gt;&lt;/pre&gt;	&lt;p&gt;
the third trick isn't mua-specific. if you want to link the message, and the list is indexed by gmane, then you can just type
&lt;/p&gt;
&lt;pre&gt;http://mid.gmane.org/200804281829.11866.henrikau@orakel.ntnu.no&lt;/pre&gt;	&lt;p&gt; and it'll redirect to
&lt;/p&gt;
&lt;pre&gt;http://article.gmane.org/gmane.comp.version-control.git/80566&lt;/pre&gt;	&lt;p&gt;
ok, that's all for today &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Mon, 28 Apr 2008 22:38:09 +0000</pubDate>
</item>
<item>
	<title>VMiklos: source highlight in asciidoc</title>
	<guid>http://blogs.frugalware.org/xmlsrv/327@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/04/28/source_highlight_in_asciidoc</link>
	<description>&lt;p&gt;i recently packaged &lt;code&gt;source-highlight&lt;/code&gt;, and asciidoc can nicely use it. an example page (example codes using pacman-g2 bindings in 4 different languages) available &lt;a href=&quot;http://frugalware.org/~vmiklos/docs/asciidoc/hightlight.html&quot;&gt;here&lt;/a&gt;. yay! &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Sun, 27 Apr 2008 22:57:17 +0000</pubDate>
</item>
<item>
	<title>VMiklos: ungreedy regex in javascript</title>
	<guid>http://blogs.frugalware.org/xmlsrv/326@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/04/26/ungreedy_regex_in_javascript</link>
	<description>&lt;p&gt;a few days ago i wanted to use ungreedy regexs in javascript. first, let's see what an ungreedy regex is. look at the following example:&lt;/p&gt;
&lt;pre&gt;&amp;gt;&amp;gt;&amp;gt; &quot;&amp;lt;p&amp;gt;foo&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;bar&amp;lt;/p&amp;gt;&quot;.replace(/&amp;lt;p&amp;gt;f.*&amp;lt;\/p&amp;gt;/, '')
&quot;&quot;&lt;/pre&gt;	&lt;p&gt;
this is greedy. you want to get something like:&lt;/p&gt;
&lt;pre&gt;&quot;&amp;lt;p&amp;gt;bar&amp;lt;/p&amp;gt;&quot;&lt;/pre&gt;	&lt;p&gt;
right?&lt;/p&gt;
	&lt;p&gt;that would be ungreedy. in some other languages, there is a flag for this (php has 'U'), but in javascript, you need an other trick:&lt;/p&gt;
&lt;pre&gt;&amp;gt;&amp;gt;&amp;gt; &quot;&amp;lt;p&amp;gt;foo&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;bar&amp;lt;/p&amp;gt;&quot;.replace(/&amp;lt;p&amp;gt;f.*?&amp;lt;\/p&amp;gt;/, '')
&quot;&amp;lt;p&amp;gt;bar&amp;lt;/p&amp;gt;&quot;&lt;/pre&gt;	&lt;p&gt;
and yes, that's what we wanted. also it works for .+?, and so on.&lt;/p&gt;
	&lt;p&gt;ah and as a side note, it seems '.' does not match newlines, so you'll have to work around it like:&lt;/p&gt;
&lt;pre&gt;&amp;gt;&amp;gt;&amp;gt; &quot;&amp;lt;p&amp;gt;foo\nbar&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;baz&amp;lt;/p&amp;gt;&quot;.replace(/&amp;lt;p&amp;gt;f[\s\S]*?&amp;lt;\/p&amp;gt;/, '')
&quot;&amp;lt;p&amp;gt;baz&amp;lt;/p&amp;gt;&quot;&lt;/pre&gt;</description>
	<pubDate>Fri, 25 Apr 2008 22:16:51 +0000</pubDate>
</item>
<item>
	<title>VMiklos: being accepted in gsoc 2k8</title>
	<guid>http://blogs.frugalware.org/xmlsrv/325@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/04/22/being_accepted_in_gsoc_2k8</link>
	<description>&lt;p&gt;ok, this is now &lt;a href=&quot;http://code.google.com/soc/2008/git/appinfo.html?csaid=C6691859F6E209E8&quot;&gt;official&lt;/a&gt;, i got paid for working on the C rewrite of git-merge during the summer &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;just for fun, i collected some other projects with Hungarian students: &lt;a href=&quot;http://code.google.com/soc/2008/samba/appinfo.html?csaid=E7ACDBF0DA56C6E1&quot;&gt;samba&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/soc/2008/enlightenment/appinfo.html?csaid=271D5022FCC7BFB6&quot;&gt;e17&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/soc/2008/freebsd/appinfo.html?csaid=E0ECEBA4354BBB7E&quot;&gt;freebsd&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/soc/2008/genmapp/appinfo.html?csaid=1242BDDE402945A7&quot;&gt;genmapp&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/soc/2008/xorg/appinfo.html?csaid=663004BBF9DE45A1&quot;&gt;xorg&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/soc/2008/drupal/appinfo.html?csaid=1222E090E875B36D&quot;&gt;drupal&lt;/a&gt;.
&lt;/p&gt;</description>
	<pubDate>Tue, 22 Apr 2008 01:05:09 +0000</pubDate>
</item>
<item>
	<title>Voroskoi: opera beta 2</title>
	<guid>http://blogs.frugalware.org/xmlsrv/324@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/voroskoi/2008/04/10/opera_beta_2</link>
	<description>&lt;p&gt;Here's the new opera 9.50 snapshot. This time i've used build &lt;a href=&quot;http://my.opera.com/desktopteam/blog/2008/04/08/ev-and-certificate-updates&quot;&gt;1904&lt;/a&gt; You can find the fpms here: &lt;a href=&quot;http://frugalware.org/~voroskoi/fpm/current/&quot;&gt;http://frugalware.org/~voroskoi/fpm/current/&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;I'll create fpms for x86_64 later.
&lt;/p&gt;</description>
	<pubDate>Thu, 10 Apr 2008 10:21:33 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 20</title>
	<guid>http://www.frugalware.org/news/95#top</guid>
	<link>http://www.frugalware.org/news/95</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;You can call me &lt;b&gt;*MR*&lt;/b&gt; Bouleetbil!&lt;/li&gt;
                &lt;li&gt;Frugalware - A new slogan?&lt;/li&gt;
                &lt;li&gt;Frugalware's developers are people too!&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/20&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Tue, 08 Apr 2008 12:10:18 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 19</title>
	<guid>http://www.frugalware.org/news/94#top</guid>
	<link>http://www.frugalware.org/news/94</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;We're famous!  Almost :)&lt;/li&gt;
                &lt;li&gt;Solaria, here we come!&lt;/li&gt;
                &lt;li&gt;Bouleetbil's been busy&lt;/li&gt;
                &lt;li&gt;Tip - Pacman - what did I just install?&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/19&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Thu, 27 Mar 2008 11:22:43 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware 0.8 (Kalgan) for i686 released</title>
	<guid>http://www.frugalware.org/news/91#top</guid>
	<link>http://www.frugalware.org/news/91</link>
	<description>The Frugalware Developer Team is pleased to &lt;a href=&quot;http://frugalware.org/news/91&quot;&gt;announce&lt;/a&gt; the immediate availability of Frugalware 0.8, our eighth stable release.&lt;br /&gt;
            No new features have been added since 0.8rc2, but more than 300 changes have been made to fix minor bugs.
            If you didn't follow the changes during the pre/rc releases, here are the most important changes since 0.7:&lt;br /&gt;
            &lt;ul&gt;
                &lt;li&gt;Up to date base system: Linux kernel 2.6.24.3, Glibc 2.7 and GCC 4.2.3&lt;/li&gt;
                &lt;li&gt;Up to date desktop packages: KDE 3.5.9, GNOME 2.20, XFCE 4.4.2, OpenOffice.org 2.4rc2 (ooo-build 2.4.0) and Firefox 2.0.0.12&lt;/li&gt;
                &lt;li&gt;Setup: WPA support, new supported language: Czech.&lt;/li&gt;
								&lt;li&gt;New graphical tool: FUN (update notifier).&lt;/li&gt;
								&lt;li&gt;4068 changes, including 251 new packages, 1729 updated packages and 416 closed tasks.&lt;/li&gt;
            &lt;/ul&gt;
            Please refer to the Frugalware &lt;a href=&quot;http://ftp.frugalware.org/pub/frugalware/frugalware-0.8/ChangeLog.txt&quot;&gt;Kalgan ChangeLog&lt;/a&gt; for more information.&lt;br /&gt;
            Download for i686:&lt;br /&gt;
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/fwlive-0.8-i686-full.iso&quot;&gt;livecd&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-net.iso&quot;&gt;netinstall&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd1.iso&quot;&gt;cd1&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd2.iso&quot;&gt;cd2&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd3.iso&quot;&gt;cd3&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd4.iso&quot;&gt;cd4&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd5.iso&quot;&gt;cd5&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd6.iso&quot;&gt;cd6&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd7.iso&quot;&gt;cd7&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd8.iso&quot;&gt;cd8&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd9.iso&quot;&gt;cd9&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd10.iso&quot;&gt;cd10&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd11.iso&quot;&gt;cd11&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd12.iso&quot;&gt;cd12&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd13.iso&quot;&gt;cd13&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-cd14.iso&quot;&gt;cd14&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-dvd1.iso&quot;&gt;dvd1&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-dvd2.iso&quot;&gt;dvd2&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-tftp.img.gz&quot;&gt;tftp&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-usb.tar.gz&quot;&gt;usb&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/fwchroot-0.8-i686.tar.bz2&quot;&gt;chroot tarball&lt;/a&gt;
                &lt;br /&gt;
            &lt;b&gt;NOTE&lt;/b&gt;: Click &lt;a href=&quot;http://frugalware.org/docs/install#_choosing_installation_flavor&quot;&gt;here&lt;/a&gt; to read more about what media you need for the installation.&lt;br /&gt;
            SHA1SUMs:
						&lt;pre&gt;
86a7629a794fbb799b412f1da6f43b119c79138a  frugalware-0.8-i686-cd1.iso
5de9f070fd8e940853e58063112bb9576322a3e2  frugalware-0.8-i686-cd2.iso
1409dcf8f7e81664f4a3a84d607898c06bcbfb1c  frugalware-0.8-i686-cd3.iso
a705f4662f3d7931e47dcb88f8af6574fa39ae3e  frugalware-0.8-i686-cd4.iso
d612aa3851b5c4f382e0a0dfb5cbbc0d27230ce3  frugalware-0.8-i686-cd5.iso
a473a3338220d22d65249c391ba30161d4e2c50a  frugalware-0.8-i686-cd6.iso
588349db788e39541c663d5332626118fd3232ea  frugalware-0.8-i686-cd7.iso
84a6526bebb5de2729897fcc2823386ca6f3673e  frugalware-0.8-i686-cd8.iso
c7d66707fcbef326193a6e427862961b3bb8ec56  frugalware-0.8-i686-cd9.iso
716af41f46cc0d4ffc05c00e206a265438bddab3  frugalware-0.8-i686-cd10.iso
dc9721be7a6dcca936d65c2bda749684fd6d3d4b  frugalware-0.8-i686-cd11.iso
d7ef389858311e4cbb5db07236e4663f4e77bf07  frugalware-0.8-i686-cd12.iso
da90575c20185d608ab051e6c6b9fb583f8ff303  frugalware-0.8-i686-cd13.iso
a8dec5db845ddeb195009d5b64c24dcfe42497b2  frugalware-0.8-i686-cd14.iso
2925f86d9c1c6e6e63e6533f0673de4fea09d437  frugalware-0.8-i686-dvd1.iso
9e09729d9a4c93c09cece38e2679163c11c57a45  frugalware-0.8-i686-dvd2.iso
b1c645170fdbf6e57b746f4b6185687a84784a0f  frugalware-0.8-i686-net.iso
ef68c4d3353ff104ad59725743e9f11b63703323  fwlive-0.8-i686-full.iso
34dd50fc34315d73f7289ab887b23328d5950f04  frugalware-0.8-i686-tftp.img.gz
fb2079de1627ca0e65a323005e0644b88fed6d03  frugalware-0.8-i686-usb.tar.gz
            &lt;/pre&gt;
						If you are upgrading to Kalgan from our previous stable release (Sayshell), please read the &lt;a href=&quot;http://frugalware.org/docs/stable/upgrade&quot;&gt;upgrade&lt;/a&gt; part of our documentation.&lt;br /&gt;
						As a special present for this release, you can try out Kalgan in &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-qemu.img.lzma&quot;&gt;qemu&lt;/a&gt; or &lt;a href=&quot;http://frugalware.org/download/frugalware-0.8-iso/frugalware-0.8-i686-virtualbox.vdi.lzma&quot;&gt;virtualbox&lt;/a&gt; without installing it!&lt;br /&gt;</description>
	<pubDate>Mon, 17 Mar 2008 06:16:05 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Sayshell: End of life</title>
	<guid>http://www.frugalware.org/news/93#top</guid>
	<link>http://www.frugalware.org/news/93</link>
	<description>With the release of Kalgan, the support for Sayshell is discontinued. It is highly recommended to upgrade to our new stable release, as there will be no more security and bug fixes for Sayshell.&lt;br /&gt;&lt;br /&gt;
            We have released FSA296 to FSA393 for Sayshell. That means 98 security problems were issued in half a year.&lt;br /&gt;
            If you update to Kalgan, it will also fix the following vulnerabilities:&lt;br /&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href=&quot;http://bugs.frugalware.org/task/2709&quot;&gt;#2709 - xorg-server + libxfont&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;http://bugs.frugalware.org/task/2780&quot;&gt;#2780 - horde-webmail&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;http://bugs.frugalware.org/task/2670&quot;&gt;#2670 - kernel&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;http://bugs.frugalware.org/task/2595&quot;&gt;#2595 - kernel&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;</description>
	<pubDate>Fri, 14 Mar 2008 21:46:09 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 18</title>
	<guid>http://www.frugalware.org/news/92#top</guid>
	<link>http://www.frugalware.org/news/92</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;Party time! Kalgan is released.&lt;/li&gt;
                &lt;li&gt;(Another) memory donation - I'm sure about this one :)&lt;/li&gt;
                &lt;li&gt;Money, money, money!&lt;/li&gt;
                &lt;li&gt;Tip - Troubleshooting the launch of GUI applications&lt;/li&gt;
                &lt;li&gt;(Lots of) security announcements&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/18&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Thu, 13 Mar 2008 11:42:43 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 17</title>
	<guid>http://www.frugalware.org/news/90#top</guid>
	<link>http://www.frugalware.org/news/90</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;Kalgan is nearly here!&lt;/li&gt;
                &lt;li&gt;Memory donation - if I recall correctly :)&lt;/li&gt;
                &lt;li&gt;Frugalware's developers are people too!&lt;/li&gt;
                &lt;li&gt;Tip - Free some space on your hard drive&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/17&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Sat, 01 Mar 2008 12:42:43 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 16</title>
	<guid>http://www.frugalware.org/news/89#top</guid>
	<link>http://www.frugalware.org/news/89</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;Kalgan - &quot;be still my beating heart&quot;&lt;/li&gt;
                &lt;li&gt;Tip - Redirect your terminal's output&lt;/li&gt;
                &lt;li&gt;Geany - Want a simple but powerful GUI text editor?  Your wish is granted!&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/16&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Sun, 17 Feb 2008 15:30:13 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware 0.8rc2 (Kalgan) released</title>
	<guid>http://www.frugalware.org/news/88#top</guid>
	<link>http://www.frugalware.org/news/88</link>
	<description>The Frugalware Developer Team is pleased to &lt;a href=&quot;http://frugalware.org/news/88&quot;&gt;announce&lt;/a&gt; the immediate availability of Frugalware 0.8rc2, the second (and last) release candidate of the upcoming 0.8 stable release.&lt;br /&gt;
            A short and incomplete list of changes since 0.8rc1:&lt;br /&gt;
            &lt;ul&gt;
                &lt;li&gt;Bugfixes:
                    &lt;ul&gt;
                        &lt;li&gt;Installer optimizations: a general install should be now about 30% faster.&lt;/li&gt;
                        &lt;li&gt;Improved documentation: added details about our mailing lists.&lt;/li&gt;
                        &lt;li&gt;Minor bugfixes to help the upgrade from 0.7.&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;Package updates:
                    &lt;ul&gt;
                        &lt;li&gt;Linux 2.6.24 + security fixes&lt;/li&gt;
                        &lt;li&gt;Perl 5.10.0&lt;/li&gt;
                        &lt;li&gt;GCC 4.2.3&lt;/li&gt;
                        &lt;li&gt;More than 150 other package updates&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;New packages:
                    &lt;ul&gt;
                        &lt;li&gt;iwlwifi-4965 and iwlwifi-3945 firmware packages&lt;/li&gt;
                        &lt;li&gt;several new drupal modules&lt;/li&gt;
                        &lt;li&gt;alpine, a replacement for pine&lt;/li&gt;
                        &lt;li&gt;More than 25 other new packages&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
            Please refer to the Frugalware &lt;a href=&quot;http://ftp.frugalware.org/pub/frugalware/frugalware-testing/ChangeLog.txt&quot;&gt;Testing ChangeLog&lt;/a&gt; for more information.&lt;br /&gt;
            Download for i686:&lt;br /&gt;
            &lt;b&gt;NOTE&lt;/b&gt;: Click &lt;a href=&quot;http://frugalware.org/docs/install#_choosing_installation_flavor&quot;&gt;here&lt;/a&gt; to read more about what media you need for the installation.&lt;br /&gt;
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/fwlive-0.8rc2-i686-full.iso&quot;&gt;livecd&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-net.iso&quot;&gt;netinstall&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-usb.tar.gz&quot;&gt;usb&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-tftp.img.gz&quot;&gt;tftp&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd1.iso&quot;&gt;cd1&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd2.iso&quot;&gt;cd2&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd3.iso&quot;&gt;cd3&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd4.iso&quot;&gt;cd4&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd5.iso&quot;&gt;cd5&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd6.iso&quot;&gt;cd6&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd7.iso&quot;&gt;cd7&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd8.iso&quot;&gt;cd8&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd9.iso&quot;&gt;cd9&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd10.iso&quot;&gt;cd10&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd11.iso&quot;&gt;cd11&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd12.iso&quot;&gt;cd12&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd13.iso&quot;&gt;cd13&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-cd14.iso&quot;&gt;cd14&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-dvd1.iso&quot;&gt;dvd1&lt;/a&gt; and
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc2-i686-dvd2.iso&quot;&gt;dvd2&lt;/a&gt;
                &lt;br /&gt;
            SHA1SUMS:
						&lt;pre&gt;
c6a7ad4f5afc586c76f2c65219daf618d2d3813f  frugalware-0.8rc2-i686-cd1.iso
82f207cd1ae69ce7603c486ad7cfe9a774b3ba0d  frugalware-0.8rc2-i686-cd2.iso
c85176f04dece476a6ffe01561af084f6c27bdfe  frugalware-0.8rc2-i686-cd3.iso
119fc1d1fbe626c8d918b8794eddb64b048f4c2b  frugalware-0.8rc2-i686-cd4.iso
7ab3c990775539212f214722fa5eb1324a6cab84  frugalware-0.8rc2-i686-cd5.iso
772f0933c2f2163779472c327a043e10c47175f9  frugalware-0.8rc2-i686-cd6.iso
19b6539b8f27c2ecf4a58e261da12bd3227f7941  frugalware-0.8rc2-i686-cd7.iso
7a2f933d0c102eeedc05398c95c9f2e34cac3ed6  frugalware-0.8rc2-i686-cd8.iso
949904b721dfe2ad7df212848f4bcf08e3686dcc  frugalware-0.8rc2-i686-cd9.iso
45c7ab899318d222c6ae588c64400a47d3491573  frugalware-0.8rc2-i686-cd10.iso
d2e1213594f3e4fbee49b74b0e2c559170695fe5  frugalware-0.8rc2-i686-cd11.iso
11732097857354d79cd088a7d149a9f0b0cac989  frugalware-0.8rc2-i686-cd12.iso
e87a61d733a2d63711aad3f53f5cf8dc91c2536a  frugalware-0.8rc2-i686-cd13.iso
4f4e49fa2a3019aaed630ecf5508f0c1be2e0ee7  frugalware-0.8rc2-i686-cd14.iso
e6f3f8d86929ebe0e61f609307505a3487e2a2fb  frugalware-0.8rc2-i686-dvd1.iso
c8f5addddf9d4bb949876f075cff629e5a66fac8  frugalware-0.8rc2-i686-dvd2.iso
352b6595eeece53fa9fed3b039ddb73cf44b26dc  frugalware-0.8rc2-i686-net.iso
8fe298b9fab980b108c82c3f640647ea0174b73d  fwlive-0.8rc2-i686-full.iso
6439e7fa06cac04a053dbeb3578906f88db48187  frugalware-0.8rc2-i686-tftp.img.gz
2ce4292eb7345a5121df9e5ed01524cffd7fa820  frugalware-0.8rc2-i686-usb.tar.gz
            &lt;/pre&gt;</description>
	<pubDate>Sun, 17 Feb 2008 10:23:04 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 15</title>
	<guid>http://www.frugalware.org/news/87#top</guid>
	<link>http://www.frugalware.org/news/87</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            Features of this issue include:
            &lt;ul&gt;
                &lt;li&gt;Kalgan - we're getting closer :)&lt;/li&gt;
                &lt;li&gt;You want security fixes? We've got 'em!&lt;/li&gt;
                &lt;li&gt;Tip - X video problem on boot? - &lt;b&gt;Don't panic!&lt;/b&gt; (yet)&lt;/li&gt;
                &lt;li&gt;Stellarium - gazing at the stars from your PC&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/15&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Sat, 02 Feb 2008 15:30:13 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware 0.8rc1 (Kalgan) released</title>
	<guid>http://www.frugalware.org/news/86#top</guid>
	<link>http://www.frugalware.org/news/86</link>
	<description>The Frugalware Developer Team is pleased to &lt;a href=&quot;http://frugalware.org/news/86&quot;&gt;announce&lt;/a&gt; the immediate availability of Frugalware 0.8rc1, the first release candidate of the upcoming 0.8 stable release.&lt;br /&gt;
            A short and incomplete list of changes since 0.8pre2:&lt;br /&gt;
            &lt;ul&gt;
                &lt;li&gt;Bugfixes:
                    &lt;ul&gt;
                        &lt;li&gt;Improved Splash: it now presents till the very end of the shutdown process.&lt;/li&gt;
                        &lt;li&gt;Fixed the &quot;packages one by one&quot; select method in the installer.&lt;/li&gt;
                        &lt;li&gt;The LiveCD now supports copy the disc to RAM if enough memory is available to free up your CD/DVD drive.&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;Package updates:
                    &lt;ul&gt;
                        &lt;li&gt;Linux 2.6.23.14 + security fixes&lt;/li&gt;
                        &lt;li&gt;Xorg 7.3 + security fixes&lt;/li&gt;
                        &lt;li&gt;GNOME 2.20.3&lt;/li&gt;
                        &lt;li&gt;More than 300 other package updates&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;New packages:
                    &lt;ul&gt;
                        &lt;li&gt;etckeeper - keeps your /etc under version control&lt;/li&gt;
                        &lt;li&gt;linuxwacom - support for the Wacom tablets&lt;/li&gt;
                        &lt;li&gt;New Xorg drivers&lt;/li&gt;
                        &lt;li&gt;More than 20 other new package&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
            Please refer to the Frugalware &lt;a href=&quot;http://ftp.frugalware.org/pub/frugalware/frugalware-testing/ChangeLog.txt&quot;&gt;Testing ChangeLog&lt;/a&gt; for more information.&lt;br /&gt;
            Download for i686:&lt;br /&gt;
            &lt;b&gt;NOTE&lt;/b&gt;: Click &lt;a href=&quot;http://frugalware.org/docs/install#_choosing_installation_flavor&quot;&gt;here&lt;/a&gt; to read more about what media you need for the installation.&lt;br /&gt;
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/fwlive-0.8rc1-i686-full.iso&quot;&gt;livecd&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-net.iso&quot;&gt;netinstall&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-usb.tar.gz&quot;&gt;usb&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-tftp.img.gz&quot;&gt;tftp&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd1.iso&quot;&gt;cd1&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd2.iso&quot;&gt;cd2&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd3.iso&quot;&gt;cd3&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd4.iso&quot;&gt;cd4&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd5.iso&quot;&gt;cd5&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd6.iso&quot;&gt;cd6&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd7.iso&quot;&gt;cd7&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd8.iso&quot;&gt;cd8&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd9.iso&quot;&gt;cd9&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd10.iso&quot;&gt;cd10&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd11.iso&quot;&gt;cd11&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd12.iso&quot;&gt;cd12&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-cd13.iso&quot;&gt;cd13&lt;/a&gt;,
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-dvd1.iso&quot;&gt;dvd1&lt;/a&gt; and
                &lt;a href=&quot;http://frugalware.org/download/frugalware-testing-iso/frugalware-0.8rc1-i686-dvd2.iso&quot;&gt;dvd2&lt;/a&gt;
                &lt;br /&gt;
            SHA1SUMS:
            &lt;pre&gt;
e1d9710e9d03eb2f60bdae19f9508736a69e47d1  frugalware-0.8rc1-i686-cd1.iso
ed9bc9a4d7a9c3b72543ba15ec384024e6311628  frugalware-0.8rc1-i686-cd2.iso
5dfd2287460b35cc72c8b75752f650efeccf8c16  frugalware-0.8rc1-i686-cd3.iso
7236455ca88b24a190c7f36eac2e6f83907b072a  frugalware-0.8rc1-i686-cd4.iso
3e75227e71da14d2f2bc93a6c06a3aba38326d3e  frugalware-0.8rc1-i686-cd5.iso
11ea903f8b8719f1a5d3c014fc1b96ca7b7d83c4  frugalware-0.8rc1-i686-cd6.iso
91e55794fc4bee8ab7bbadff8cfbd034b29844b4  frugalware-0.8rc1-i686-cd7.iso
0543b07353eac26a7c7a029cb97b897b8415f772  frugalware-0.8rc1-i686-cd8.iso
24cc18f2ca1491c76225d334cca57c45f5abf394  frugalware-0.8rc1-i686-cd9.iso
118c7ae0adfdd5020722788a49e47bba4e951b16  frugalware-0.8rc1-i686-cd10.iso
aef1d71e6542f76077491dda3280b8e97141b9a8  frugalware-0.8rc1-i686-cd11.iso
776a84bf9cb5d30c6e840a02d95e60dbe0b49ce1  frugalware-0.8rc1-i686-cd12.iso
08796109ca1c98f5a69ac184995446acfbf67558  frugalware-0.8rc1-i686-cd13.iso
124bc0983451cd5b5db614692c65b7ec1c434ce5  frugalware-0.8rc1-i686-dvd1.iso
bb6b5cd1e157d972913ae0830075b55c7f6a1913  frugalware-0.8rc1-i686-dvd2.iso
4496087ab817a7882ea252f334056ffdab5c1d5b  frugalware-0.8rc1-i686-net.iso
8998a928b84754c3542343b605c68bdd8d9d97c9  fwlive-0.8rc1-i686-full.iso
1cf5151ec7177ee4afcdb00aa60f08edd04cd191  frugalware-0.8rc1-i686-tftp.img.gz
285649aedc5ed076f066ecde736d4dcfa3c457e7  frugalware-0.8rc1-i686-usb.tar.gz
            &lt;/pre&gt;</description>
	<pubDate>Tue, 29 Jan 2008 05:19:47 +0000</pubDate>
</item>
<item>
	<title>Frugalware News: Frugalware Newsletter Issue 14</title>
	<guid>http://www.frugalware.org/news/85#top</guid>
	<link>http://www.frugalware.org/news/85</link>
	<description>The newsletter's aim is to keep you up to date with what's happened recently in the world of Frugalware.&lt;br /&gt;
            In this issue:
            &lt;ul&gt;
            &lt;li&gt;Frugalware 0.8 (&quot;Kalgan&quot;) pre-release 2&lt;/li&gt;
            &lt;li&gt;Newsletter now in French and Danish&lt;/li&gt;
            &lt;/ul&gt;
            You can read it &lt;a href=&quot;http://frugalware.org/newsletter/14&quot;&gt;here&lt;/a&gt;. We hope you like it!</description>
	<pubDate>Sat, 19 Jan 2008 15:30:13 +0000</pubDate>
</item>
<item>
	<title>VMiklos: incremental bzr -&gt; git conversion</title>
	<guid>http://blogs.frugalware.org/xmlsrv/323@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2008/01/10/incremental_bzr_g_git_conversion</link>
	<description>&lt;p&gt;i recently had problems with bzr -&gt; git conversion using tailor and now Lele pulled my patches so here is a mini-howto about how i did the conversion.&lt;/p&gt;
	&lt;p&gt;i did all this in a ~/scm/tailor/bitlbee dir (to convert the bitlbee bzr repo), but of course you can do it somewhere else, too.&lt;/p&gt;
	&lt;p&gt;create the dir and place there the tailor config. mine is like:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;&lt;br /&gt;
$ cat bitlbee.conf&lt;br /&gt;
[DEFAULT]&lt;br /&gt;
verbose = True&lt;br /&gt;
[bitlbee]&lt;br /&gt;
target = git:target&lt;br /&gt;
start-revision = INITIAL&lt;br /&gt;
root-directory = /home/vmiklos/scm/tailor/bitlbee&lt;br /&gt;
state-file = bitlbee.state&lt;br /&gt;
source = bzr:source&lt;br /&gt;
subdir = bitlbee.git&lt;br /&gt;
[bzr:source]&lt;br /&gt;
repository = /home/vmiklos/scm/tailor/bitlbee/bitlbee.bzr&lt;br /&gt;
[git:target]&lt;br /&gt;
repository = /home/vmiklos/scm/tailor/bitlbee/bitlbee.git&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;and here is the update script:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
$ cat update.sh&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
cd `dirname $0`&lt;br /&gt;
cd bitlbee.bzr&lt;br /&gt;
bzr pull&lt;br /&gt;
cd ..&lt;br /&gt;
tailor -c bitlbee.conf&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;to update the import daily i added the followings to my crontab:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;&lt;br /&gt;
40 4 * * * ~/scm/tailor/bitlbee/update.sh &amp;amp;&gt;/dev/null&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;and we're ready, you'll have a daily updated git import.&lt;/p&gt;
	&lt;p&gt;one minor note: the bitlbee.git dir is a non-bare repo and it's also a bzr repo which is not a problem (you can clone it and gitweb handles it) but if you plan to switch to git later, you probably want to clone it once get rid of that junk &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Thu, 10 Jan 2008 13:56:07 +0000</pubDate>
</item>
<item>
	<title>VMiklos: ten goals we reached in 2007</title>
	<guid>http://blogs.frugalware.org/xmlsrv/322@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/12/31/ten_goals_we_reached_in_2007</link>
	<description>&lt;p&gt;..continuing &lt;a href=&quot;http://blogs.frugalware.org/vmiklos/2006/12/31/p276&quot;&gt;last year's article&lt;/a&gt;. so another year passed by and it's time to look back and see what we did during 2007. probably i miss a lot of stuff but here is my list:&lt;/p&gt;
	&lt;p&gt;1) ability to go back in the installer to a previous point if you missed something. do you remember the days when one had to reboot if he/she wanted to do so? &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;2) compiz improvements. this is now settled down in current and it's pretty sane. we cleaned up the old compiz and beryl, we have a single compiz-fusion, it has a nice step by step documentation and it works fine both for kde and gnome.&lt;/p&gt;
	&lt;p&gt;3) asciidoc. i think we highly improved our documentation since we switched from latex to asciidoc. a user manual of 98 pages in a nice pdf format is cute, isn't it? &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;4) newsletters. Alex started to issue newsletters and recently phayz helped out us, so it's alive again. i think it's something great.&lt;/p&gt;
	&lt;p&gt;5) yugo. 'factory' was our previous i686 build server, it was a very old machine with a cpu of 300mhz and so on. it was time to replace it and now yugo does the job.&lt;/p&gt;
	&lt;p&gt;6) fwlive. this was an old project but only test versions were available, based on old frugalware versions. now there is a live version of every released version of frugalware, thanks to janny, boobaa and ironiq. great!&lt;/p&gt;
	&lt;p&gt;7) gnetconfig. the first graphical config tool from priyank. i'm really bad at any graphical programming, so i'm glad to see finally we started to work on guis.&lt;/p&gt;
	&lt;p&gt;8) gfpm. something users always wanted and now it's here. a true graphical package manager, which is not just a wrapper but properly uses libpacman. awesome.&lt;/p&gt;
	&lt;p&gt;9) fun. this is our update manager which can sit on the system tray (or whatever i should call kicker not to be kde specific &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;middle&quot; /&gt; ) and notifies you if there is something to update. i'm sure this is more comfortable compared to watching the -security mailing list for updates or doing a -Syu daily &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;10) syncpkgd2. if you remember, the old method was that there were only clients and they tried to figure out what to build, they built and uploaded the packages. this was very suboptimal: it allowed only one buildserver / arch and it was slow. okay, being slow is the smaller problem, but every buildserver was a single point of failure. nowadays we have two i686 buildservers (thanks to boobaa) and it's theoretically it's possible to have two x86_64 buildservers, too. so even if one i686 buildserver is down, i can be at the beach, sipping a mojito &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Mon, 31 Dec 2007 14:19:44 +0000</pubDate>
</item>
<item>
	<title>VMiklos: using reverse ssh tunnels</title>
	<guid>http://blogs.frugalware.org/xmlsrv/321@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/12/19/using_reverse_ssh_tunnels</link>
	<description>&lt;p&gt;okay, i learned something today &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;you have a client behind a firewall and you have a server somewhere. and you want to ssh from the server to the client. that's exactly why ssh has a magic -R option!&lt;/p&gt;
	&lt;p&gt;if you do an&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;$ ssh -R 19022:localhost:22 server&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;that will mean that you can ssh to client:22 on the server by sshing to localhost:19022 on the server. yes, and it works even if the client is behind a firewall, yay! &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;update:&lt;/p&gt;
	&lt;p&gt;you probably want to add this to your ~/.ssh/config on the server as well:&lt;/p&gt;
&lt;pre&gt;
Host client
        NoHostAuthenticationForLocalhost yes
        HostName localhost
        Port 19022
&lt;/pre&gt;	&lt;p&gt;
so that you can easily just type&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;$ ssh client&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;on the server
&lt;/p&gt;</description>
	<pubDate>Wed, 19 Dec 2007 20:44:06 +0000</pubDate>
</item>
<item>
	<title>VMiklos: svn-&gt;git conversion using git-svn</title>
	<guid>http://blogs.frugalware.org/xmlsrv/320@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/12/09/svn_ggit_conversion_using_git_svn</link>
	<description>&lt;p&gt;git-svnimport will be removed in git-1.5.4 and i don't think it's tirival to use git-svn (which is great for bi-directional work) to properly convert an svn repo (with multiple branches) to a git one, so here is a recipe.&lt;/p&gt;
	&lt;p&gt;first, just use git-svn to create a git-svn repo. it's a git repo but it's a bit weird, it contains metadata which is necessary for bi-directional operations and you won't see the branches by default when you clone it. ah and it's not a bare repo.&lt;/p&gt;
	&lt;p&gt;in this example i'll convert ooo-build's svn repo (it has several branches and tags, so it's a good example).&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;mkdir -p ~/git/ooo-build&lt;br /&gt;
cd ~/git/ooo-build&lt;br /&gt;
git svn init -s svn+ssh://svn.gnome.org/svn/ooo-build&lt;br /&gt;
git svn fetch&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;this will take a while. once it's completed, you need to convert this to a bare repo:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;mkdir ../ooo-build.git&lt;br /&gt;
cd ../ooo-build.git&lt;br /&gt;
git --bare init&lt;br /&gt;
git config remote.origin.url ~/git/ooo-build&lt;br /&gt;
git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/*&lt;br /&gt;
git config --add remote.origin.fetch +refs/remotes/trunk:refs/heads/master&lt;br /&gt;
git config --add remote.origin.fetch +refs/remotes/*:refs/heads/*&lt;br /&gt;
git fetch&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;and you're done! &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;of course this is an incremental operation, so all you need is to run git svn fetch and git fetch from cron to keep the mirror up to date.&lt;/p&gt;
	&lt;p&gt;update:&lt;/p&gt;
	&lt;p&gt;it turns out you can even do this by having only one git repo. it has benefints: you don't have to duplicate the object database. and it has one problem: if you later switch fully to git, then you want to remove the git-svn metadata - doing so is the easiest if you just clone the repo.&lt;/p&gt;
	&lt;p&gt;so - in case you want this, you have to:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;mkdir -p ~/git/ooo-build.git&lt;br /&gt;
cd ~/git/ooo-build.git&lt;br /&gt;
git --bare init&lt;br /&gt;
git --bare svn init -s svn+ssh://svn.gnome.org/svn/ooo-build&lt;br /&gt;
git --bare svn fetch&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;and then you can fetch from yourself:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;&lt;br /&gt;
git config remote.origin.url .&lt;br /&gt;
git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/*&lt;br /&gt;
git config --add remote.origin.fetch +refs/remotes/*:refs/heads/*&lt;br /&gt;
git fetch&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;note: git config --add remote.origin.fetch +refs/remotes/trunk:refs/heads/master it unnecessary as git svn fetch will update this for you (it is different from git fetch)&lt;/p&gt;
	&lt;p&gt;thanks for devurandom from #git for pointing out that this is possible using git --bare init before git svn init and using git --bare svn fetch &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Sun, 09 Dec 2007 20:38:09 +0000</pubDate>
</item>
<item>
	<title>VMiklos: we love ohloh</title>
	<guid>http://blogs.frugalware.org/xmlsrv/319@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/11/27/we_love_ohloh</link>
	<description>&lt;p&gt;it was a while ago when we registered at &lt;a href=&quot;http://www.ohloh.net/projects/6659?p=Frugalware+Linux&quot;&gt;ohloh.net&lt;/a&gt;, but i recently re-visited that page, and i found some nice PR texts there &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;blockquote&gt;&lt;p&gt; Over the past twelve months, 18 developers contributed new code to Frugalware Linux.&lt;/p&gt;
	&lt;p&gt;This is a relatively large team, putting this project among the top 10% of all project teams on Ohloh.&lt;/p&gt;
	&lt;p&gt;For this measurement, Ohloh considered only recent changes to the code. Over the entire history of the project, 36 developers have contributed. &lt;/p&gt;&lt;/blockquote&gt;
	&lt;p&gt;(&lt;a href=&quot;http://www.ohloh.net/projects/6659/factoids/273910&quot;&gt;source&lt;/a&gt;)&lt;/p&gt;
	&lt;p&gt;well, i always considered our team as a nice and good but small team, it turns out that if you count projects, we're not that small! &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;it also creates nice charts about what programming languages do we use, etc, etc. so it's a different approach, compared to cia, but it's interesting.
&lt;/p&gt;</description>
	<pubDate>Mon, 26 Nov 2007 23:16:00 +0000</pubDate>
</item>
<item>
	<title>Voroskoi: Opera 1678</title>
	<guid>http://blogs.frugalware.org/xmlsrv/318@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/voroskoi/2007/11/25/opera_1678</link>
	<description>&lt;p&gt;Hi,&lt;/p&gt;
	&lt;p&gt;Here is the brand new opera fpm based on this build: &lt;a href=&quot;http://my.opera.com/desktopteam/blog/2007/11/23/new-snapshot&quot;&gt;http://my.opera.com/desktopteam/blog/2007/11/23/new-snapshot&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;Get it while it's hot! Lol. &lt;a href=&quot;http://frugalware.org/~voroskoi/fpm/current/&quot;&gt;http://frugalware.org/~voroskoi/fpm/current/&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;Happy fwing!
&lt;/p&gt;</description>
	<pubDate>Sun, 25 Nov 2007 14:48:25 +0000</pubDate>
</item>
<item>
	<title>VMiklos: git-cvsimport mini howto</title>
	<guid>http://blogs.frugalware.org/xmlsrv/317@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/11/23/git_cvsimport_mini_howto</link>
	<description>&lt;p&gt;recently i needed to convert a cvs repo to git, in fact i'm providing a git mirror, so i need incremental updates.&lt;/p&gt;
	&lt;p&gt;here is the command i needed:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;$ git cvsimport -d :pserver:anonymous@tcpflow.cvs.sourceforge.net:/cvsroot/tcpflow -C tcpflow tcpflow&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;yes, this will do the initial conversion and the incremental one, too. &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Fri, 23 Nov 2007 20:26:23 +0000</pubDate>
</item>
<item>
	<title>VMiklos: playing with tcpflow</title>
	<guid>http://blogs.frugalware.org/xmlsrv/316@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/11/19/playing_with_tcpflow</link>
	<description>&lt;p&gt;tcpflow is a nice small console application to debug your network data. the usage is simple. just something like&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;# tcpflow -i eth0&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;is enough. you're recommended to start it in an empty directory &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;
	&lt;p&gt;don't be surprised, the incoming and the outgoing connection to a server's given port will be logged to 2 different files &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Mon, 19 Nov 2007 11:43:51 +0000</pubDate>
</item>
<item>
	<title>VMiklos: using git filter-branch</title>
	<guid>http://blogs.frugalware.org/xmlsrv/315@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/11/14/using_git_filter_branch</link>
	<description>&lt;p&gt;git filter-branch is a new command in git-1.5.3 and today i met a situation where it was really useful. here is the scenario:&lt;/p&gt;
	&lt;p&gt;i have a 'vmexam' (like soxexam, &quot;vmiklos' examples&quot;) repo, random small code chunks, every commit touches only a given subdir. after some time some projects need an own repo and i do versioned releases. this was the case with &lt;a href=&quot;http://vmiklos.hu/project/pyrssi/&quot;&gt;pyrssi&lt;/a&gt;, too&lt;/p&gt;
	&lt;p&gt;so i wanted to have a new repo with only the pyrssi-related commits and without anything else. this is exactly the case git filter-branch's subdirectory filter is for:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;git filter-branch --subdirectory-filter python/cgi/pyrssi HEAD&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;then in the old repo i just rm -rf'd the code and i had it in the root dir of the new repo. yay! :)
&lt;/p&gt;</description>
	<pubDate>Wed, 14 Nov 2007 01:39:19 +0000</pubDate>
</item>
<item>
	<title>Voroskoi: Opera Beta1++</title>
	<guid>http://blogs.frugalware.org/xmlsrv/314@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/voroskoi/2007/11/03/opera_beta1</link>
	<description>&lt;p&gt;Hi,&lt;/p&gt;
	&lt;p&gt;Here is the new opera snaphost based on &lt;a href=&quot;http://my.opera.com/desktopteam/blog/2007/11/02/beta-plus-plus&quot;&gt;this&lt;/a&gt; build.&lt;/p&gt;
	&lt;p&gt;You can grab the files here: &lt;a href=&quot;http://frugalware.org/~voroskoi/fpm/current/&quot;&gt;http://frugalware.org/~voroskoi/fpm/current/&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;Have a nice day!
&lt;/p&gt;</description>
	<pubDate>Sat, 03 Nov 2007 10:12:34 +0000</pubDate>
</item>
<item>
	<title>VMiklos: using xosd for irc notifications and other goodness</title>
	<guid>http://blogs.frugalware.org/xmlsrv/313@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/11/02/using_xosd_for_irc_notifications_and_oth</link>
	<description>&lt;p&gt;so, here is the situation:&lt;/p&gt;
	&lt;p&gt;you have a machine behind a firewall and you have an ssh session to a server. and you want to send notifications to you machine. here is what i did, maybe useful for others, too&lt;/p&gt;
	&lt;ul&gt;
	&lt;li&gt;you'll need the program called osd_cat, provided by osd&lt;/li&gt;
	&lt;li&gt;you'll need to use ssh with the -X option&lt;/li&gt;
	&lt;li&gt;if you run programs inside screen, you still won't know the the right DISPLAY number, so do a trick: add
	&lt;p&gt;&lt;code&gt;[ -n &quot;$DISPLAY&quot; ] &amp;amp;&amp;amp; echo $DISPLAY &gt; ~/.display&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;to you ~/.bash_login&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;now you're ready to use osd_cat:
	&lt;p&gt;&lt;code&gt;$ echo -e 'foo'|DISPLAY=`cat ~/.display` osd_cat --color=blue --age=4 --font=-*-helvetica-medium-r-*-*-*-320-*-*-*-*-*-* --offset=100 --align=right --indent=100&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;as an example, irssi has &lt;a href=&quot;http://irssi.org/scripts/scripts/osd.pl&quot;&gt;osd.pl&lt;/a&gt; to use osd_cat for highlight notifications &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;</description>
	<pubDate>Fri, 02 Nov 2007 22:08:39 +0000</pubDate>
</item>
<item>
	<title>VMiklos: playing with compiz fusion</title>
	<guid>http://blogs.frugalware.org/xmlsrv/312@http://blogs.frugalware.org</guid>
	<link>http://blogs.frugalware.org/vmiklos/2007/10/27/playing_with_compiz_fusion</link>
	<description>&lt;p&gt;Priyank recently removed Beryl from -current and added Compiz Fusion. so i did a base install then i followed the instructions in xgl's README.Frugalware. a few impressions:&lt;/p&gt;
	&lt;p&gt;pros:&lt;/p&gt;
	&lt;ul&gt;
	&lt;li&gt;i have an i810 card, not nvidia, or anything extra, it's a cheap one. the only effect that was slow for me is when i marked the cube 100% transparent. but all the other effect were really fast.&lt;/li&gt;
	&lt;li&gt;compiz initially worked fine only with gnome. i'm a kde fan so i tried compiz with kde and it worked fine. i think this is something new&lt;/li&gt;
	&lt;li&gt;thanks to aiglx, i did not have to - in fact - start xgl, no editing in kdm.conf or anything, just xorg.conf&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;cons:
&lt;ul&gt;
	&lt;li&gt;i have 4 virtual desktops like:&lt;br /&gt;
&lt;pre&gt;1 | 2
----
3 | 4&lt;/pre&gt;	&lt;p&gt;
compiz translates this to: a simple paper with two side and on each size there is another side on top of the other one. so it says it's not a cube. how crappy&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;i can't select to hide windows from other virtual desktops from the taskbar. a basic feature @ kde&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;conclusion? it's really nice, well done - but for daily work of course i won't enable it &lt;img src=&quot;http://blogs.frugalware.org/img/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;middle&quot; /&gt;
&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 27 Oct 2007 20:00:12 +0000</pubDate>
</item>

</channel>
</rss>
