]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/articles.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / webapps / wiki / articles.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>All Articles</t:title>
6
7         <ul>
8                 <t:bind-each t:name="articles">
9                         <li>
10                                 <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title"/></t:a>
11                         </li>
12                 </t:bind-each>
13         </ul>
14
15 </t:chloe>