39 return gmdate(
'Y-m-d\TH:i:s',
wfTimestamp( TS_UNIX, $timestamp ) );
48 $this->outXmlHeader();
52 'language' => $this->xmlEncode( $this->getLanguage() ),
58 'description' => $this->getDescription(),
61 print $this->templateParser->processTemplate(
'AtomHeader', $templateParams );
82 return htmlspecialchars(
$wgRequest->getFullRequestURL() );
94 "uniqueID" => $item->getUniqueID(),
95 "title" => $item->getTitle(),
98 "date" => $this->xmlEncode( $this->
formatTime( $item->getDate() ) ),
99 "description" => $item->getDescription(),
100 "author" => $item->getAuthor()
102 print $this->templateParser->processTemplate(
'AtomItem', $templateParams );