| ... | in feeds.naml |
|
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<macro name="as_atom_feeds" dot_parameter="do" requires="node">
<n.use_html_encoder.>
<![CDATA[<?xml version="1.0" encoding="utf-8"?>]]>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
<n.xml_response/>
<id>tag:<n.server_name/>,2006:forum-<n.id/></id>
<title>Nabble - <n.subject/></title>
<updated><n.now.as_atom_date_format/></updated>
<link rel="self" type="application/atom+xml" href="[n.current_url/]" />
<link rel="alternate" type="text/html" href="[n.url/]" />
<subtitle type="html"><n.encode.message.message_as_html/></subtitle>
<n.do/>
</feed>
</n.use_html_encoder.>
</macro>
|
| Free forum by Nabble | Edit this page |