<?
include("admin/user.php");
header("Content-type: application/atom+xml; charset=utf-8");
echo"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n
<feed xmlns=\"http://www.w3.org/2005/Atom\">\n";?>
<title>brokenflower.org - photoblog</title>
<subtitle>a photoblog by martin</subtitle>
<link href="http://brokenflower.org/pblog/rss.php" rel="self" />
<link href="http://brokenflower.org/pblog/" />
<updated>1970-01-01T00:00:00Z</updated><author>
 <name>Martin</name>
 <email>reallifem@gmail.com</email>
</author>
<id>http://brokenflower.org/</id>

</feed>
