<?php include("func/feed.php");
$timestamp = time();
$datum = date("d.m.Y",$timestamp);

echo<<<HTMLend
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
<title>1a-Wirbellose RSS Feed</title>
<atom:link href="http://www.1a-wirbellose.de/feed.xml" rel="self" type="application/rss+xml" />
<link>http://www.1a-wirbellose.de</link>
<description>1a-Wirbellose Nachrichten RSS Feed über Garnelen und Krebse im Süßwasseraquarium</description>
<pubDate>$datum</pubDate>
<generator>http://www.1a-wirbellose.de/</generator>
<language>de</language>
HTMLend;

feedmaker();

echo<<<HTMLend

</channel>
</rss>

HTMLend;

?>
