-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.shtml
26 lines (25 loc) · 1022 Bytes
/
rss.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--#set var="url" value="127.0.0.1/dragons/"--><?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="0.91">
<channel>
<title>Dragons</title>
<link><!--#echo var="url"--></link>
<description>The latest news from Dragons</description>
<item>
<title>Latest News</title>
<link><!--#echo var="url"--></link>
<description><!--#include virtual="hp/news.shtml" --></description>
<pubDate><!--#config timefmt="%a, %d %b %Y %T"--><!--#flastmod virtual="hp/news.shtml" --> GMT</pubDate>
</item>
<item>
<title>Psychic Message</title>
<link><!--#echo var="url"-->psychic_rules.shtml</link>
<description><!--#include virtual="hp/dailydynamic.shtml" --></description>
<pubDate><!--#config timefmt="%a, %d %b %Y %T"--><!--#echo var="DATE_LOCAL" --> GMT</pubDate>
</item>
<image>
<title>Dragons</title>
<url><!--#echo var="url"-->design/logo.png</url>
<link><!--#echo var="url"--></link>
</image>
</channel>
</rss>