factor/extra/webapps/wiki/articles.xml

16 lines
280 B
XML
Raw Normal View History

2008-05-27 01:02:16 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>All Articles</t:title>
<ul>
<t:bind-each t:name="articles">
2008-05-27 01:02:16 -04:00
<li>
<t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title"/></t:a>
2008-05-27 01:02:16 -04:00
</li>
</t:bind-each>
2008-05-27 01:02:16 -04:00
</ul>
</t:chloe>