<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Source Of Life</title>
	<atom:link href="http://src.life.eu.org/feed" rel="self" type="application/rss+xml" />
	<link>http://src.life.eu.org</link>
	<description>Free Open Source Software from Quality Of Life</description>
	<pubDate>Tue, 04 Nov 2008 18:00:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>About cssmerge</title>
		<link>http://src.life.eu.org/archives/10</link>
		<comments>http://src.life.eu.org/archives/10#comments</comments>
		<pubDate>Fri, 10 Jun 2005 21:00:24 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[cssmerge]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/archives/10</guid>
		<description><![CDATA[cssmerge&#1082;&#1086;&#1083;&#1080; &#1087;&#1086;&#1076; &#1085;&#1072;&#1077;&#1084; is a commandline utility which extracts selected blocks of CSS from multiple input stylesheets, and merges them into a single coherent output stylesheet, with optional comments on where they came from, and warnings about conflicting styles. 
It is written in Perl 5 and requires the CSS module from CPAN. Other than that, [...]]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>cssmerge 1.12 released</title>
		<link>http://src.life.eu.org/archives/9</link>
		<comments>http://src.life.eu.org/archives/9#comments</comments>
		<pubDate>Fri, 10 Jun 2005 20:38:55 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[cssmerge]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/archives/9</guid>
		<description><![CDATA[v1.12 of cssmerge has now been released. The main change is to fix the --exact option that was broken in v1.10. This option is not normally useful anyway, but I thought I might as well fix it. 
Download here.
I&#8217;ve also changed the licensing to just GPL, as I&#8217;m not convinced about using Artistic on scripts [...]]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/9/feed</wfw:commentRss>
		</item>
		<item>
		<title>xex 1.3 released</title>
		<link>http://src.life.eu.org/archives/7</link>
		<comments>http://src.life.eu.org/archives/7#comments</comments>
		<pubDate>Tue, 05 Apr 2005 12:42:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[xex]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/archives/7</guid>
		<description><![CDATA[xex is a small and simple program launcher for X, written in Perl-Gtk2. 

If you find yourself frequently loading up an xterm just to run one X command, you may find this useful. Unlike all the other similar programs I could find, it aims to have the minimum necessary feature set (ie, a history list), [...]]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/7/feed</wfw:commentRss>
		</item>
		<item>
		<title>tableau 2 sneak preview</title>
		<link>http://src.life.eu.org/archives/6</link>
		<comments>http://src.life.eu.org/archives/6#comments</comments>
		<pubDate>Tue, 05 Apr 2005 12:16:51 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[tableau]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/archives/6</guid>
		<description><![CDATA[There are so many new features in tableau 2 it&#8217;s hard to describe them all. It&#8217;s gone from being a pretty basic and ugly table editor to something that could be suitable for all sorts of applications and, dare I say it, it looks a bit nicer too. Here are some screenshots.
Main table view (this [...]]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/6/feed</wfw:commentRss>
		</item>
		<item>
		<title>Obsolete Projects</title>
		<link>http://src.life.eu.org/archives/5</link>
		<comments>http://src.life.eu.org/archives/5#comments</comments>
		<pubDate>Tue, 05 Apr 2005 10:44:53 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/archives/5</guid>
		<description><![CDATA[The following projects have been retired because they are obsolete, insecure, unmaintainable or otherwise embarassing :-


associate
peer association mapper
bad code


countrom
Roman Numeral webpage counter
insecure, pointless


make_bg
Gradient fill wallpaper generator
Requires non-free software. May rewrite at some point.


]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/5/feed</wfw:commentRss>
		</item>
		<item>
		<title>New look for this site</title>
		<link>http://src.life.eu.org/archives/4</link>
		<comments>http://src.life.eu.org/archives/4#comments</comments>
		<pubDate>Mon, 04 Apr 2005 21:50:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/id/4</guid>
		<description><![CDATA[If you&#8217;ve visited before, you may notice things look a bit different now. I&#8217;ve retired my old hand-crafted HTML in favour of some blog software (namely Wordpress), primarily to make it easier for you to keep up with new releases by using the RSS/Atom feeds.  
If you hate the colour scheme, don&#8217;t worry, I&#8217;ll [...]]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/4/feed</wfw:commentRss>
		</item>
		<item>
		<title>cssmerge 1.10 released</title>
		<link>http://src.life.eu.org/archives/3</link>
		<comments>http://src.life.eu.org/archives/3#comments</comments>
		<pubDate>Mon, 04 Apr 2005 19:32:14 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[cssmerge]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/wordpress/id/3</guid>
		<description><![CDATA[cssmerge is a commandline utility which extracts selected blocks of CSS from multiple input files and merges them into a single coherent output, with optional comments on where they came from, and warnings about conflicting styles. v1.10 is the first public release.]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/3/feed</wfw:commentRss>
		</item>
		<item>
		<title>New version of tableau coming soon</title>
		<link>http://src.life.eu.org/archives/2</link>
		<comments>http://src.life.eu.org/archives/2#comments</comments>
		<pubDate>Fri, 01 Apr 2005 21:21:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[tableau]]></category>

		<guid isPermaLink="false">http://src.life.eu.org/wordpress/webcgi-things/tableau/id/2</guid>
		<description><![CDATA[Version 2 of tableau will be released soon. I just want to get this blog vaguely set up first.
]]></description>
		<wfw:commentRss>http://src.life.eu.org/archives/2/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
