Skip to content

Commit

Permalink
Update data files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 24, 2011
1 parent 69f15f5 commit a1d8f4f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions data/templates/atom-item.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<entry>
<title>$title</title>
<link href="$absolute/$url" />
<id>$absolute/$url</id>
<link href="$root$url" />
<id>$root$url</id>
<updated>$timestamp</updated>
<summary type="html"><![CDATA[$description]]></summary>
</entry>
6 changes: 3 additions & 3 deletions data/templates/atom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>$title</title>
<link href="$absolute/$url" rel="self" />
<link href="$absolute" />
<id>$absolute/$url</id>
<link href="$root$url" rel="self" />
<link href="$root" />
<id>$root$url</id>
<author>
<name>$authorName</name>
</author>
Expand Down
4 changes: 2 additions & 2 deletions data/templates/rss-item.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<item>
<title>$title</title>
<link>$absolute/$url</link>
<link>$root$url</link>
<description><![CDATA[$description]]></description>
<pubDate>$timestamp</pubDate>
<guid>$absolute/$url</guid>
<guid>$root$url</guid>
</item>
4 changes: 2 additions & 2 deletions data/templates/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>$title</title>
<link>$absolute</link>
<link>$root</link>
<description><![CDATA[$description]]></description>
<atom:link href="$absolute/$url" rel="self"
<atom:link href="$root$url" rel="self"
type="application/rss+xml" />
<lastBuildDate>$timestamp</lastBuildDate>
$body
Expand Down

0 comments on commit a1d8f4f

Please sign in to comment.