%%document-rss-anonymous-rdf%%
2003-01-06 21:36

%%preprocess%%
// get baseUrl
$this->getBaseUrl();

// title kludge
if ($this->title=="" && $this->headline=="") $this->title= "Untitled ($this->name)";
elseif ($this->title=="") $this->title= $this->headline;

// show description?
if ($_GET[description]==1) {
	$this->descriptionTag= "<description>
	$this->description
	</description>";
	}

%%header%%

%%css%%

%%template%%
<item rdf:about="http://$site->name$this->uri">
	<title>$this->title</title>
	<link>http://$site->name$this->uri</link>
	$this->descriptionTag
</item>

%%listrow%%
 
%%nullobject%%
 
%%footer%%

%%postprocess%%

%%end of context%%
