factor/extra/webapps/blogs/posts-by.xml

42 lines
773 B
XML
Raw Normal View History

2008-06-06 19:18:05 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:atom t:href="$blogs/by" t:rest="author">
2008-06-06 19:18:05 -04:00
Recent Posts by <t:label t:name="author" />
</t:atom>
<t:title>
Recent Posts by <t:label t:name="author" />
</t:title>
<t:bind-each t:name="posts">
<h2 class="post-title">
<t:a t:href="$blogs/post" t:rest="id">
2008-06-06 19:18:05 -04:00
<t:label t:name="title" />
</t:a>
</h2>
<p class="posting-body">
<t:farkup t:name="content" />
</p>
<div class="posting-footer">
Post by
<t:a t:href="$blogs/by" t:rest="author">
2008-06-06 19:18:05 -04:00
<t:label t:name="author" />
</t:a>
on
<t:label t:name="date" />
|
<t:a t:href="$blogs/post" t:rest="id">
2008-06-06 19:18:05 -04:00
<t:label t:name="comments" />
comments.
</t:a>
</div>
</t:bind-each>
</t:chloe>