15 lines
428 B
XML
15 lines
428 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom"
|
|
xmlns:thr="http://purl.org/syndication/thread/1.0"
|
|
xml:lang="$LANG">
|
|
<title type="text">$GLOBAL_TITLE</title>
|
|
<subtitle type="text">$SUBTITLE</subtitle>
|
|
|
|
<updated>$DATE</updated>
|
|
|
|
<link rel="alternate" type="text/html" href="$URL" />
|
|
<id>$URL</id>
|
|
<link rel="self" type="application/atom+xml" href="$FEEDURL" />
|
|
$CONTENT
|
|
</feed>
|