﻿<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--<!DOCTYPE space SYSTEM "webde.dtd">-->
<?xml-stylesheet type="text/xsl" href="webde.xsl"?>

<space xmlns:h="http://www.w3.org/1999/xhtml">
	<menus>
		<menu id="media">Media</menu>
		<menu id="social">Social</menu>
		<menu id="other">Other</menu>
	</menus>
	<apps>
		<app id="music_player">
			<title>Music Player</title>
			<icon>images/icons/music.png</icon>
			<category>media</category>
			<description>Music player</description>
			<source>music_player.xml</source>
			<xaxis>600</xaxis>
			<yaxis>200</yaxis>
			<width>400</width>
			<height>150</height>
			<resizable>false</resizable>
		</app>
		<app id="video_player">
			<title>Video Player</title>
			<icon>images/icons/film.png</icon>
			<category>media</category>
			<description>Video player</description>
			<source>video_player.xml</source>
			<xaxis>600</xaxis>
			<yaxis>200</yaxis>
			<width>500</width>
			<height>300</height>
			<resizable>true</resizable>
		</app>
		<app id="wave">
			<title>Wave</title>
			<icon>images/social/google_wave_16.png</icon>
			<category>application</category>
			<description>Wave</description>
			<source>wave.xml</source>
			<xaxis>600</xaxis>
			<yaxis>200</yaxis>
			<width>600</width>
			<height>450</height>
			<resizable>true</resizable>
		</app>
		<app id="twitter">
			<title>Twitter</title>
			<icon>images/social/twitter_16.png</icon>
			<category>social</category>
			<description>Twitter</description>
			<source>twitter.xml</source>
			<source></source>
			<xaxis>600</xaxis>
			<yaxis>100</yaxis>
			<width>300</width>
			<height>500</height>
			<resizable>true</resizable>
		</app>
		<app id="chat">
			<title>Chat</title>
			<icon>images/icons/comments.png</icon>
			<category>social</category>
			<description>Instant messaging</description>
			<source>chat.xml</source>
			<xaxis>150</xaxis>
			<yaxis>150</yaxis>
			<width>300</width>
			<height>500</height>
			<resizable>true</resizable>
		</app>
		<app id="rss_reader">
			<title>RSS</title>
			<icon>images/icons/rss.png</icon>
			<category>other</category>
			<description>RSS reader</description>
			<source>rss_reader.xml</source>
			<xaxis>600</xaxis>
			<yaxis>200</yaxis>
			<width>250</width>
			<height>500</height>
			<resizable>true</resizable>
		</app>
		<app id="favorites">
			<title>Favorites</title>
			<icon>images/icons/page_link.png</icon>
			<category>other</category>
			<description>Favorites links</description>
			<content>
				<h:a href="http://www.matco.name">Matco.name</h:a><h:br />
				<h:a href="http://www.xkcd.com">XKCD</h:a><h:br />
				<h:a href="http://geekandpoke.typepad.com">Geek &amp; Poke</h:a><h:br />
				<h:script type="text/javascript">
					<![CDATA[
						//alert('directory loaded')
					]]>
				</h:script>
			</content>
			<xaxis>500</xaxis>
			<yaxis>150</yaxis>
			<width>250</width>
			<height>150</height>
			<resizable>true</resizable>
		</app>
		<app id="map_v1">
			<title>Map v1</title>
			<icon>images/icons/map.png</icon>
			<category>other</category>
			<description>GoogleMaps iFrame</description>
			<source>iframe_map.xml</source>
			<xaxis>500</xaxis>
			<yaxis>150</yaxis>
			<width>450</width>
			<height>450</height>
			<resizable>true</resizable>
		</app>
		<app id="map_v2">
			<title>Map v2</title>
			<icon>images/icons/map.png</icon>
			<category>other</category>
			<description>GoogleMaps JS</description>
			<source>map.xml</source>
			<xaxis>500</xaxis>
			<yaxis>150</yaxis>
			<width>450</width>
			<height>450</height>
			<resizable>true</resizable>
		</app>
	</apps>
</space>