Adds author tag to xml feed.

This commit is contained in:
Grzegorz Adam Hankiewicz 2013-04-15 20:03:26 +02:00
commit be6ab0cb4e

View file

@ -122,6 +122,7 @@
<link rel="alternate" type="text/html"
href="${c.req.makeUri(url)}"/>
<updated>${%threadDate}</updated>
<author><name>${XMLEncode(%postAuthor)}</name></author>
<content type="text"
>Posts ${%postCount}, ${XMLEncode(%postAuthor)} said: ${XMLEncode(%postContent)}</content>
</entry>
@ -167,6 +168,7 @@
<link rel="alternate" type="text/html"
href="${c.req.makeUri(url)}"/>
<updated>${%postRssDate}</updated>
<author><name>${XMLEncode(%postAuthor)}</name></author>
<content type="text"
>On ${XMLEncode(%postHumanDate)}, ${XMLEncode(%postAuthor)} said: