<?xml version="1.0" encoding="utf-8"?>
<project version="1.0" xmlns="http://dev.int64.org" xmlns:x="http://www.w3.org/1999/xhtml">
	<title>Featherweight HTTPd</title>
	<shortname>fwhttpd</shortname>
	<description>A small, fast, and scalable HTTPd.  Meant for serving up static files, it supports a minimal HTTP GET.  The more CPUs you have, the faster Featherweight will go!</description>
	<news>
		<item date="2005-08-03" title="Featherweight 1.0.0 Released">first release!</item>
	</news>
	<platform winxp="true" win03="true" unicode="true">
		Featherweight currently supports Windows XP and 2003 in 32-bit and 64-bit.  It uses some of the new networking technology introduced in XP and will not run on Windows 2000.
	</platform>
	<opensource>
		<license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public</license>
	</opensource>
	<cvs>
		<module>fwhttpd</module>
	</cvs>
	<files>
		<file arch="x86" platform="winxp">
			<version>1.0</version>
			<file>fwhttpd.zip</file>
			<url>http://prdownloads.sourceforge.net/int64/fwhttpd-1.0.zip?download</url>
			<size>55964</size>
			<description>Featherweight HTTPd for Windows XP/2003</description>
		</file>
		<file arch="x64"  platform="winxp">
			<version>1.0</version>
			<file>fwhttpd-x64.zip</file>
			<url>http://prdownloads.sourceforge.net/int64/fwhttpd-1.0-x64.zip?download</url>
			<size>68698</size>
			<description>Featherweight HTTPd for Windows XP/2003 x64 Edition</description>
		</file>
		<file arch="x86" platform="source">
			<version>1.0</version>
			<file>fwhttpd-src.zip</file>
			<url>http://prdownloads.sourceforge.net/int64/fwhttpd-1.0-src.zip?download</url>
			<size>24690</size>
			<description>Featherweight HTTPd source</description>
		</file>
	</files>
</project>