<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>WorldForge Developers Journal</title>
	<atom:link href="http://worldforgedev.org/feed" rel="self" type="application/rss+xml" />
	<link>http://worldforgedev.org</link>
	<description></description>
	<pubDate>Sun, 26 Apr 2009 17:43:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ember 0.5.6 released</title>
		<link>http://worldforgedev.org/archives/182</link>
		<comments>http://worldforgedev.org/archives/182#comments</comments>
		<pubDate>Sun, 26 Apr 2009 17:43:45 +0000</pubDate>
		<dc:creator>erik</dc:creator>
		
		<category><![CDATA[Ember]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=182</guid>
		<description><![CDATA[Ember version 0.5.6 has been released and is now available from the WorldForge download site.
Ember is a 3d client for the WorldForge project. It uses the Ogre 3d graphics library for presentation and CEGUI for its GUI system.
This release introduces a completely revamped lightning and shader model with real time shadows. It also includes major [...]]]></description>
			<content:encoded><![CDATA[<p>Ember version 0.5.6 has been released and is now available from the WorldForge download site.</p>
<p>Ember is a 3d client for the WorldForge project. It uses the Ogre 3d graphics library for presentation and CEGUI for its GUI system.<br />
This release introduces a completely revamped lightning and shader model with real time shadows. It also includes major additions to the authoring interface, along with ingame area editing.<br />
The lightning model is completely new, and we would therefore appreciate any reports on artifacts and problems using different graphics cards.<br />
<span id="more-182"></span><br />
Changes:</p>
<ul>
<li>revamped shader model with shadows</li>
<li>automatic detection and setting of graphics level</li>
<li>real time graphical area editing</li>
<li>improved support for multi threading</li>
</ul>
<p>This version can be downloaded from the sourceforge download site, at the following locations:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-0.5.6.tar.bz2">ember-0.5.6.tar.bz2</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-media-0.5.6.tar.bz2">ember-media-0.5.6.tar.bz2</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-0.5.6.x86.package">ember-0.5.6.x86.package</a></li>
</ul>
<p>We currently only provide precompiled packages for Linux, but hopefully will provide Windows and OSX packages in the near future.</p>
<p>Note that if you compile from source, you will need to install the content of ember-media-0.5.6.tar.bz2 to PREFIX/share/ember/media or use the &#8220;make releasemediarsync&#8221; make target.</p>
<p>If you compile Ogre yourself make sure to disable FreeImage (&#8211;disable-freeimage).</p>
<p>More information can be found at the <a href="http://wiki.worldforge.org/wiki/Ember">Ember</a> site.</p>
<p>All bug reports should be posted at the <a href="https://launchpad.net/ember">Launchpad.</a></p>
<p><a href="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090424_232747.jpg.html"><img class="alignnone" src="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090424_232747.jpg" alt="" width="133" height="100" /></a> <a href="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090424_232507.jpg.html"><img class="alignnone" src="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090424_232507.jpg" alt="" width="133" height="100" /></a> <a href="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090216_215716.jpg.html"><img class="alignnone" src="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20090216_215716.jpg" alt="" width="133" height="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/182/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cyphesis 0.5.19 Release</title>
		<link>http://worldforgedev.org/archives/176</link>
		<comments>http://worldforgedev.org/archives/176#comments</comments>
		<pubDate>Tue, 24 Mar 2009 17:37:54 +0000</pubDate>
		<dc:creator>alriddoch</dc:creator>
		
		<category><![CDATA[Cyphesis]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=176</guid>
		<description><![CDATA[Cyphesis version 0.5.19 has been released and is now available from the WorldForge download site.
Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game Mason which is currently in development. This release is intended for server administrators wishing to run a Mason server and World [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://worldforge.org/dev/eng/servers/cyphesis">Cyphesis</a> version 0.5.19 has been released and is now available from the WorldForge <a href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>.</p>
<p>Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game <a href="http://worldforge.org/games/mason">Mason</a> which is currently in development. This release is intended for server administrators wishing to run a Mason server and World developers developing new worlds or game systems.<span id="more-176"></span></p>
<p>Major changes in this version:</p>
<blockquote><p>Unused characters are now removed from the world after a short time.<br />
Re-populating the world after a restart checks for persistent world features.<br />
A database tool has been added to simplify admin tasks.<br />
A python command line tool has been added to send python commands to the server.<br />
The entire codebase has been cleaned up.</p></blockquote>
<p>Source code and Linux binary packages can be downloaded from here:</p>
<blockquote><p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.19.tar.bz2">Source Code tar.bz2</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.19.tar.gz">Source Code tar.gz</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.19-1.src.rpm">Linux source code rpm</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.19-1.fc9.wf.i386.rpm">Fedora Core 9 rpm</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/176/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google Summer of Code 2009 is on</title>
		<link>http://worldforgedev.org/archives/173</link>
		<comments>http://worldforgedev.org/archives/173#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:57:05 +0000</pubDate>
		<dc:creator>kai</dc:creator>
		
		<category><![CDATA[Cyphesis]]></category>

		<category><![CDATA[Ember]]></category>

		<category><![CDATA[Google SoC]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=173</guid>
		<description><![CDATA[WorldForge has been accepted as a mentoring organization for the Google Summer of Code 2009.
If you are a student interested in participating, see our project ideas list, visit us in the #lounge channel on irc.worldforge.org, say hello on the general mailing list or post on the WorldForge forum. We are looking forward to hearing from [...]]]></description>
			<content:encoded><![CDATA[<p>WorldForge has been accepted as a mentoring organization for the <a href="http://code.google.com/soc/">Google Summer of Code 2009</a>.</p>
<p>If you are a student interested in participating, see <a href="http://wiki.worldforge.org/wiki/Summer_of_Code">our project ideas list</a>, visit us in the #lounge channel on irc.worldforge.org, say hello on the <a href="http://mail.worldforge.org/lists/listinfo/general">general</a> mailing list or post on the <a href="http://forums.worldforgedev.org/viewforum.php?f=19">WorldForge forum</a>. We are looking forward to hearing from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/173/feed</wfw:commentRss>
		</item>
		<item>
		<title>WFMath 0.3.9 Release</title>
		<link>http://worldforgedev.org/archives/171</link>
		<comments>http://worldforgedev.org/archives/171#comments</comments>
		<pubDate>Mon, 09 Feb 2009 18:55:13 +0000</pubDate>
		<dc:creator>alriddoch</dc:creator>
		
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=171</guid>
		<description><![CDATA[WFMath version 0.3.9 has been released and is available from the WorldForge download site. WFMath, or the WorldForge Math library&#8217;s main focus is geometric objects, and it has classes for several shapes as well as the basic math objects, points, vectors, matrices and quaternions. It is required by all WorldForge components.
This release is aimed at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://worldforge.org/dev/eng/libraries/wfmath">WFMath</a> version 0.3.9 has been released and is available from the WorldForge <a href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>. WFMath, or the WorldForge Math library&#8217;s main focus is geometric objects, and it has classes for several shapes as well as the basic math objects, points, vectors, matrices and quaternions. It is required by all WorldForge components.</p>
<p>This release is aimed at all developers.<br />
<span id="more-171"></span><br />
Changes in this version:</p>
<ul>
<li>The headers have been cleaned up to include fewer system headers and dependencies, and keep the namespace a bit cleaner.</li>
</ul>
<p>Source code and Linux binary packages can be downloaded from here:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.9.tar.bz2">Source code</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.9-1.src.rpm">Source rpm</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.9-1.fc9.wf.i386.rpm">Fedora 9 rpm</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-devel-0.3.9-1.fc9.wf.i386.rpm">Fedora 9 devel rpm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/171/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ember 0.5.5 released</title>
		<link>http://worldforgedev.org/archives/164</link>
		<comments>http://worldforgedev.org/archives/164#comments</comments>
		<pubDate>Sun, 07 Dec 2008 22:28:25 +0000</pubDate>
		<dc:creator>erik</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=164</guid>
		<description><![CDATA[Ember version 0.5.5 has been released and is now available from the WorldForge download site.
Ember is a 3d client for the WorldForge project. It uses the Ogre 3d graphics library for presentation and CEGUI for its GUI system.
This release introduces a new combined minimap and compass widget, many improvements to the entity creator and an [...]]]></description>
			<content:encoded><![CDATA[<p>Ember version 0.5.5 has been released and is now available from the WorldForge download site.</p>
<p>Ember is a 3d client for the WorldForge project. It uses the Ogre 3d graphics library for presentation and CEGUI for its GUI system.</p>
<p>This release introduces a new combined minimap and compass widget, many improvements to the entity creator and an upgrade to the cutting edge Ogre 1.6 3d library.<br />
<span id="more-164"></span><br />
Changes:</p>
<ul>
<li>a new minimap widget</li>
<li>improved entity creator</li>
<li>working OSX support</li>
<li>more and better entity recipes for the entity creation</li>
<li>upgrade to Ogre 1.6</li>
<li>many bug fixes</li>
</ul>
<p>This version can be downloaded from the sourceforge download site, at the following locations:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-0.5.5.tar.bz2">ember-0.5.5.tar.bz2</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-media-0.5.5.tar.bz2">ember-media-0.5.5.tar.bz2</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/ember-0.5.5.x86.package">ember-0.5.5.x86.package</a></li>
</ul>
<p>We currently only provide precompiled packages for Linux, but will provide Windows and OSX packages in the near future.</p>
<p>Note that if you compile from source, you will need to install the content of ember-media-0.5.5.tar.bz2 to PREFIX/share/ember/media or use the &#8220;make releasemediarsync&#8221; make target.</p>
<p>If you compile Ogre yourself make sure to disable FreeImage (&#8211;disable-freeimage).</p>
<p>More information can be found at the <a href="http://wiki.worldforge.org/wiki/Ember">Ember</a> site.</p>
<p>All bug reports should be posted at the <a href="https://launchpad.net/ember">Launchpad.</a></p>
<p><a href="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20081123_181039.jpg.html"><img class="alignnone" src="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20081123_181039.jpg" alt="" width="133" height="100" /></a> <a href="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20081123_181034.jpg.html"><img class="alignnone" src="http://amber.worldforge.org/ember/screenshots/tn/screenshot_20081123_181034.jpg" alt="" width="133" height="100" /></a></p>
<p>Here&#8217;s a video of the <a href="http://www.youtube.com/watch?v=pOxXHWC5wlE">new compass</a> in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/164/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cyphesis 0.5.18 Release</title>
		<link>http://worldforgedev.org/archives/162</link>
		<comments>http://worldforgedev.org/archives/162#comments</comments>
		<pubDate>Sun, 30 Nov 2008 18:49:53 +0000</pubDate>
		<dc:creator>alriddoch</dc:creator>
		
		<category><![CDATA[Cyphesis]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=162</guid>
		<description><![CDATA[Cyphesis version 0.5.18 has been released and is now available from the WorldForge download site.
Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game Mason which is currently in development. This release is intended for server administrators wishing to run a Mason server and World [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://worldforge.org/dev/eng/servers/cyphesis">Cyphesis</a> version 0.5.18 has been released and is now available from the WorldForge <a href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>.</p>
<p>Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game <a href="http://worldforge.org/games/mason">Mason</a> which is currently in development. This release is intended for server administrators wishing to run a Mason server and World developers developing new worlds or game systems.<span id="more-162"></span></p>
<p>Major changes in this version:</p>
<blockquote><p>World data is now fully persistent across crashes and restarts.</p>
<p>Lots of bug fixes and performance improvements.</p></blockquote>
<p>Source code and Linux binary packages can be downloaded from here:</p>
<blockquote><p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.18.tar.bz2">Source Code tar.bz2</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.18.tar.gz">Source Code tar.gz</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.18.package">Linux autopackage</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.18-1.src.rpm">Linux source code rpm</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.18-1.fc9.wf.i386.rpm">Fedora Core 9 rpm</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/162/feed</wfw:commentRss>
		</item>
		<item>
		<title>WFMath 0.3.8 Release</title>
		<link>http://worldforgedev.org/archives/159</link>
		<comments>http://worldforgedev.org/archives/159#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:08:42 +0000</pubDate>
		<dc:creator>alriddoch</dc:creator>
		
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=159</guid>
		<description><![CDATA[WFMath version 0.3.8 has been released and is available from the WorldForge download site. WFMath, or the WorldForge Math library&#8217;s main focus is geometric objects, and it has classes for several shapes as well as the basic math objects, points, vectors, matrices and quaternions. It is required by all WorldForge components.
This release is aimed at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://worldforge.org/dev/eng/libraries/wfmath">WFMath</a> version 0.3.8 has been released and is available from the WorldForge <a href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>. WFMath, or the WorldForge Math library&#8217;s main focus is geometric objects, and it has classes for several shapes as well as the basic math objects, points, vectors, matrices and quaternions. It is required by all WorldForge components.</p>
<p>This release is aimed at all developers.<br />
<span id="more-159"></span><br />
Changes in this version:</p>
<ul>
<li>The source has been updated to build cleanly on modern compilers.</li>
<li>The build files have been updated to work better with modern tools.</li>
</ul>
<p>Source code and Linux binary packages can be downloaded from here:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.8.tar.bz2">Source code</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.8-1.src.rpm">Source rpm</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-0.3.8-1.fc9.wf.i386.rpm">Fedora 9 rpm</a></li>
<li><a href="http://downloads.sourceforge.net/worldforge/wfmath-devel-0.3.8-1.fc9.wf.i386.rpm">Fedora 9 devel rpm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/159/feed</wfw:commentRss>
		</item>
		<item>
		<title>libwfut 0.2.1 released</title>
		<link>http://worldforgedev.org/archives/156</link>
		<comments>http://worldforgedev.org/archives/156#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:50:51 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Libraries]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=156</guid>
		<description><![CDATA[libwfut 0.2.1 has been released and is available from the WorldForge download site. WFUT is a content distribution system initially intended to provide media updates for WorldForge clients. libwfut is a C++ implementation of the client side functionality.
This release allows downloads to be aborted, contains some sample python front-ends and fixes a few small bugs. [...]]]></description>
			<content:encoded><![CDATA[<p>libwfut 0.2.1 has been released and is available from the WorldForge <a title="WorldForge download site" href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>. WFUT is a content distribution system initially intended to provide media updates for WorldForge clients. libwfut is a C++ implementation of the client side functionality.</p>
<p>This release allows downloads to be aborted, contains some sample python front-ends and fixes a few small bugs. This version will also use a systemwide installation of tinyxml if available.</p>
<p><span id="more-156"></span></p>
<p>Source: <a title="libwfut-0.2.1.tar.gz" href="http://downloads.sourceforge.net/worldforge/libwfut-0.2.1.tar.gz">libwfut-0.2.1.tar.gz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/156/feed</wfw:commentRss>
		</item>
		<item>
		<title>WOMBAT 0.4.0 and 0.4.1 released</title>
		<link>http://worldforgedev.org/archives/154</link>
		<comments>http://worldforgedev.org/archives/154#comments</comments>
		<pubDate>Fri, 31 Oct 2008 18:30:03 +0000</pubDate>
		<dc:creator>kai</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[WOMBAT]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=154</guid>
		<description><![CDATA[The WOMBAT team is happy to announce the release of WOMBAT 0.4.0 and 0.4.1
New features in these versions include:

Completely revamped look and feel
Support for users and roles
Actions that change the server&#8217;s data
Custom icons that reflect the content of the media, if possible
New stock icons from the Tango project
Display total number of files under a directory [...]]]></description>
			<content:encoded><![CDATA[<p>The WOMBAT team is happy to announce the release of WOMBAT 0.4.0 and 0.4.1</p>
<p>New features in these versions include:</p>
<ul>
<li>Completely revamped look and feel</li>
<li>Support for users and roles</li>
<li>Actions that change the server&#8217;s data</li>
<li>Custom icons that reflect the content of the media, if possible</li>
<li>New stock icons from the Tango project</li>
<li>Display total number of files under a directory to simplify browsing</li>
</ul>
<p>As always, the <a href="http://wombat.worldforge.org/">WOMBAT demo page</a> has the current version for you to test. </p>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/154/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cyphesis 0.5.17 Release</title>
		<link>http://worldforgedev.org/archives/150</link>
		<comments>http://worldforgedev.org/archives/150#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:14:12 +0000</pubDate>
		<dc:creator>alriddoch</dc:creator>
		
		<category><![CDATA[Cyphesis]]></category>

		<guid isPermaLink="false">http://worldforgedev.org/?p=150</guid>
		<description><![CDATA[Cyphesis version 0.5.17 has been released and is now available from the WorldForge download site.
Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game Mason which is currently in development. This release is intended for server administrators wishing to run a Mason server and World [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://worldforge.org/dev/eng/servers/cyphesis">Cyphesis</a> version 0.5.17 has been released and is now available from the WorldForge <a href="http://sourceforge.net/project/showfiles.php?group_id=11799">download site</a>.</p>
<p>Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game <a href="http://worldforge.org/games/mason">Mason</a> which is currently in development. This release is intended for server administrators wishing to run a Mason server and World developers developing new worlds or game systems.<span id="more-150"></span></p>
<p>Major changes in this version:</p>
<blockquote><p>Terrain modifiers are now fully supported.</p>
<p>A new persistence backend has been written and is in testing.</p>
<p>Properties have been re-written to be way more efficient.</p>
<p>Internal metrics and monitors are now exposed using http.</p>
<p>Registration with the metaserver is now much more reliable.</p>
<p>Simulation is now jittered to make CPU load much smoother.</p>
<p>Lots of bugs have been fixed.</p></blockquote>
<p>Source code and Linux binary packages can be downloaded from here:</p>
<blockquote><p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.17.tar.bz2">Source Code tar.bz2</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.17.tar.gz">Source Code tar.gz</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.17.package">Linux autopackage</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.17-1.src.rpm">Linux source code rpm</a></p>
<p><a href="http://downloads.sourceforge.net/worldforge/cyphesis-0.5.17-1.fc9.wf.i386.rpm">Fedora Core 9 rpm</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://worldforgedev.org/archives/150/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
