comparison examples/tutorial/geddit/templates/info.xml @ 623:9c89e22516b4

GenshiTutorial: Minor updates to Atom feed templates.
author cmlenz
date Thu, 30 Aug 2007 23:01:49 +0000
parents dc35e9882390
children e414dc0bca5c
comparison
equal deleted inserted replaced
622:dc35e9882390 623:9c89e22516b4
17 <id>${url('/info/%s/' % link.id)}#comment${idx}</id> 17 <id>${url('/info/%s/' % link.id)}#comment${idx}</id>
18 <author> 18 <author>
19 <name>${comment.username}</name> 19 <name>${comment.username}</name>
20 </author> 20 </author>
21 <updated>${comment.time.isoformat()}</updated> 21 <updated>${comment.time.isoformat()}</updated>
22 <summary>${comment.content}</summary> 22 <content>${comment.content}</content>
23 </entry> 23 </entry>
24 24
25 </feed> 25 </feed>
Copyright (C) 2012-2017 Edgewall Software