remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / wiki / articles.xml
blob9b2ae930fbca7ec0c247cfd8f384c31fd65b4e9a
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>All Articles</t:title>
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>
15 </t:chloe>