<projects>
	<title>Projects</title>
	<meta name='pageName' content='projects' />
	<project id='slamd64'>
		<logo height='53' width='280'>http://www.slamd64.com/static/slamd64.png</logo>
		<name>Slamd64</name>
		<url>http://www.slamd64.com</url>
		<summary>An unofficial port of Slackware Linux to AMD64/EM64T/x86_64</summary>
		<description>
			<p>Started in late 2004, this was the first port of Slackware to AMD64/EM64T, and is still maintained. You may however prefer
				to use the official Slackware64 when it is released.</p>

			<p>Slamd64 is a multlib distribution, meaning that 32-bit libraries can be installed in their normal locations, whereas 64-bit
				libraries go in /lib64 and /usr/lib64</p>

			<p>This has largely been discontinued since the official 64-bit Slackware release</p>
		</description>
	</project>
	<project id='jerboa'>
		<logo height='100' width='100'>http://files.fredemmott.co.uk/jerboa-200x200.png</logo>
		<name>Jerboa</name>
		<url>http://git.fredemmott.co.uk/?p=yanihp;a=summary</url>
		<screenshot height='294' width='440'>http://files.fredemmott.co.uk/jerboa-mac.png</screenshot>
		<summary>A cross-platform (Windows, Linux, Mac OSX) music player.</summary>
		<description>A music player written in C++, using Qt and Phonon. Previously known as 'YANIHP' - the goal is a music player that is
			minimalistic, so doesn't include features such as iPod syncing, integration with online stores, and so on.</description>
		<source>git clone http://git.fredemmott.co.uk/repo/yanihp</source>
	</project>
	<project id='jerboa-ng'>
		<name>Jerboa-NG</name>
		<url>http://gitorious.org/jerboa/</url>
		<summary>A work-in-progress cross-platform (Windows, Linux, Mac OSX) music player.</summary>
		<description>A replacement for jerboa with more features and much cleaner code. Not yet suitable for general use. Less picky about
			minimalistic features, as long as they're implemented via the new, more flexible plugin system.</description>
		<source>git clone git://gitorious.org/jerboa/jerboa.git</source>
	</project>
	<project id='hooq'>
		<name>Hooq</name>
		<url>http://gitorious.org/hooq/</url>
		<summary>GUI testing utility for Qt4 applications</summary>
		<source>git clone git://gitorious.org/hooq/hooq.git</source>
		<description>A work-in-progress system for recording and playing back user input in Qt4 GUI applications, and testing conditions in QtScript. Working on for Mendeley.</description>
	</project>
	<project id='jsonqt'>
		<name>JsonQt</name>
		<url>http://gitorious.org/JsonQt/</url>
		<summary>A C++/Qt library for parsing JSON</summary>
		<source>git clone git://gitorious.org/jsonqt/jsonqt.git</source>
		<description>Supports conversion between JSON strings and QVariants, and also has a JSON-RPC 2.0 implementation.</description>
	</project>
	<project id='statusboard'>
		<name>StatusBoard</name>
		<url>http://gitorious.org/statusboard/</url>
		<screenshot height='274' width='440'>http://files.fredemmott.co.uk/statusboard.png</screenshot>
		<summary>At a glance display for monitoring services</summary>
		<description>A flexible application for making it clear when something's broken. Designed for putting on a monitor by itself, it has
			a full screen mode, and optionally a system tray icon for less obtrusive monitoring. Uses JsonQt.</description>
		<source>git clone git://gitorious.org/statusboard/statusboard.git</source>
	</project>
	<project id='typofail'>
		<name>TypoFail</name>
		<url>http://gitorious.org/typofail/</url>
		<summary>A typing game</summary>
		<screenshot height='349' width='440'>http://files.fredemmott.co.uk/typofail-taow.png</screenshot>
		<description>A typing game, including both quotes-based gameplay (from fortune files), and an emulation of
			<a href='http://tobias.eyedacor.org/typespeed/'>Typespeed</a>.</description>
		<source>git clone http://git.fredemmott.co.uk/repo/typofail</source>
	</project>
	<project id='fastcgiqt'>
		<name>FastCgiQt</name>
		<url>http://docs.fredemmott.co.uk/FastCgiQt</url>
		<summary>A C++/Qt library for writing FastCGI websites</summary>
		<description>A library to make it easy to write FastCGI websites using C++/Qt. Unlike <a href='http://qtwui.sf.net'>QtWui</a> or
			<a href='http://webtoolkit.eu'>Wt</a>, it is <em>not</em> widget-orientated. This is handy if you want to easily be able to
			produce HTML or RSS, or other formats instead of just a "Rich Internet Application". It has built-in support for XSLT-based
			sites, if you are using Qt 4.5 or above, and can use memcached for file and page caching.</description>
		<source>git clone http://gitorious.org/fastcgiqt/fastcgiqt.git</source>
	</project>
	<project id='slamd64builds'>
		<logo height='53' width='456'>http://builds.slamd64.com/static/slamd64builds.png</logo>
		<name>Slamd64 Builds</name>
		<url>http://builds.slamd64.com</url>
		<summary>A site for user-contributed package scripts for <a href='http://www.slamd64.com'>Slamd64</a></summary>
		<source>git clone http://builds.slamd64.com/slamd64builds.git</source>
		<description>
			<p>A site like <a href='http://www.slackbuilds.org'>SlackBuilds.org</a>, except for <a href='http://www.slamd64.com'>Slamd64</a>
				instead of Slackware. Like SlackBuilds.org, build scripts are distributed instead of prebuilt packages.</p>

			<p>Build scripts are stored in git, and a git push automatically updates the site.</p>
		</description>
	</project>
	<project id='slamd64-website'>
		<name>Slamd64 Website</name>
		<url>http://git.fredemmott.co.uk/?p=slamd64-website;a=summary</url>
		<summary>Code for www.slamd64.com</summary>
		<source>git clone http://git.fredemmott.co.uk/repo/slamd64-website</source>
		<description>
			<p>C++/FastCgiQt + XSLT code for slamd64.com.</p>

			<p>This consists of the news page, the download page, and a number of static pages.</p>
		</description>
	</project>
	<project id='slamd64builds-website'>
		<name>Slamd64Builds Website</name>
		<url>http://git.fredemmott.co.uk/?p=slamd64builds;a=summary</url>
		<summary>Code for builds.slamd64.com</summary>
		<source>git clone http://git.fredemmott.co.uk/repo/slamd64builds</source>
		<description>
			<p>C++/FastCgiQt + XSLT code for builds.slamd64.com.</p>

			<p>This consists of a search feature, categories lists, package lists, package details pages, a download system, and back-end
				applications to update the database.</p>
		</description>
	</project>
	<project id='thissite'>
		<name>This Website</name>
		<url>http://gitorious.org/fredemmott-www</url>
		<summary>Code for www.fredemmott.co.uk</summary>
		<source>git clone git://gitorious.org/fredemmott-www/fredemmott-www.git</source>
		<description><p>C++/FastCgiQt + XSLT code for fredemmott.co.uk.</p></description>
	</project>
</projects>

