<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/xsl/main.xsl"?>

<response>
	<page>
		<menu>
			<item link="/">home</item>
			<item link="lib360/">lib360</item>
			<item link="code/">code</item>
		</menu>
		<content>
			<section>
				<title>what</title>
				<paragraph>
					spoof is a framework for rapid application development.
					Currently it consists of useful collection of libraries.
				</paragraph>
			</section>
			<section>
				<title>lib360</title>
				<paragraph>
					lib360 is a spoof library of classes and components that aim
					for extensibility and ease of use.
					<header>lib360 autoload</header>
					Simple mapping of \namespace1\namespace2\Classname to namespace1/namespace2/Classname.php
					One class per file
					<header>lib360 database components</header>
					Data, and by extension the databases that contain them, are
					at the core of your application.
				</paragraph>
			</section>
			<section>
				<title></title>
				<paragraph>
				</paragraph>
			</section>
		</content>
	</page>
</response>