-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeed.xml
21 lines (21 loc) · 1016 Bytes
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Grace Notes</title>
<atom:link href="http://localhost:8080/feed.xml" rel="self" type="application/rss+xml"></atom:link>
<link>http://localhost:8080</link>
<description>Training in Bible Teaching</description>
<pubDate>Tue, 27 Jan 2015 18:00:00 -0600</pubDate>
<generator>Wintersmith - https://github.com/jnordberg/wintersmith</generator>
<language>en</language>
<item>
<title>Test Article</title>
<link>http://localhost:8080/articles/test/</link>
<pubDate>Tue, 27 Jan 2015 18:00:00 -0600</pubDate>
<guid isPermaLink="true">http://localhost:8080/articles/test/</guid>
<author></author>
<description><p>This is a test</p>
</description>
</item>
</channel>
</rss>