]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/changes.xml
Use factor.com to get stdout
[factor.git] / extra / webapps / wiki / changes.xml
index 1515c4924a35c251dc1cb2b19a2795a59114de57..7004871df36ac4b774fa2c7f32b53ebaf017c5d1 100644 (file)
@@ -4,26 +4,4 @@
 
        <t:title>Recent Changes</t:title>
 
-       <div class="revisions">
-
-               <table>
-
-                       <tr>
-                               <th>Article</th>
-                               <th>Date</th>
-                               <th>By</th>
-                       </tr>
-
-                       <t:bind-each t:name="changes">
-                               <tr>
-                                       <td><t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a></td>
-                                       <td><t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a></td>
-                                       <td><t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /></t:a></td>
-                               </tr>
-                       </t:bind-each>
-
-               </table>
-
-       </div>
-
 </t:chloe>