]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/user-edits.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / webapps / wiki / user-edits.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:atom t:href="$wiki/user-edits.atom" t:query="author">
6                 Edits by <t:label t:name="author" />
7         </t:atom>
8
9         <t:title>Edits by <t:label t:name="author" /></t:title>
10
11         <ul>
12                 <t:bind-each t:name="user-edits">
13                         <li>
14                                 <t:a t:href="view" t:query="title"><t:label t:name="title" /></t:a>
15                                 on
16                                 <t:a t:href="revision" t:query="id"><t:label t:name="date" /></t:a>
17                         </li>
18                 </t:bind-each>
19         </ul>
20
21 </t:chloe>