Added example to test out that it's working.

This commit is contained in:
Neil Edelman
2016-10-19 22:54:21 -04:00
parent c2692aa3aa
commit 6c5dd43af4
19 changed files with 76 additions and 0 deletions

22
example/.newsfeed.rss Normal file
View File

@@ -0,0 +1,22 @@
<?xml version = "1.0" encoding = "UTF-8" ?>
<!DOCTYPE rss>
<rss version = "2.0"><channel>
<title>Arr</title>
<description>Yaarrr, news from afar.</description>
<language>en</language>
<pubdate>@(now)</pubdate>
<lastbuilddate>@(now)</lastbuilddate>
~
<item>
<title>@(title)</title>
<link>@(pwd){/}@(newsname)</link>
<description>
@(news) </description>
<author>Neil</author>
<pubdate>@(date)</pubdate>
</item>
~
</channel></rss>