]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/user-edits.xml
More wiki features
[factor.git] / extra / webapps / wiki / user-edits.xml
diff --git a/extra/webapps/wiki/user-edits.xml b/extra/webapps/wiki/user-edits.xml
new file mode 100644 (file)
index 0000000..cf19a38
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+
+<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
+
+       <t:title>Edits by <t:label t:name="author" /></t:title>
+
+       <ul>
+               <t:each-tuple t:values="user-edits">
+                       <li>
+                               <t:a t:href="view" t:query="title"><t:label t:name="title" /></t:a>
+                               on
+                               <t:a t:href="revision" t:query="id"><t:label t:name="date" /></t:a>
+                       </li>
+               </t:each-tuple>
+       </ul>
+
+</t:chloe>