]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/articles.xml
scryfall: add more filter/reject words, better mtga parser
[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         <div class="description">
8         <ul>
9                 <t:bind-each t:name="articles">
10                         <li>
11                                 <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title"/></t:a>
12                         </li>
13                 </t:bind-each>
14     </ul>
15         </div>
16
17 </t:chloe>