|
|
|
@ -9,8 +9,8 @@
@@ -9,8 +9,8 @@
|
|
|
|
|
<title>#{{ post.id }}</title> |
|
|
|
|
<author>@{{ post.user }}</author> |
|
|
|
|
<pubDate>{{ post.time | date('D, d M Y h:i:s O') }}</pubDate> |
|
|
|
|
<guid>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</guid> |
|
|
|
|
<link>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</link> |
|
|
|
|
<guid>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</guid> |
|
|
|
|
<link>{{ url('room_namespace', { namespace : request.get('namespace'), _fragment : post.id }) }}</link> |
|
|
|
|
<description>{{ post.message | striptags | markdown_to_html | striptags | trim }}</description> |
|
|
|
|
</item> |
|
|
|
|
{% endfor %} |
|
|
|
|