]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/user-edits.xml
Better support for rest parameters on URLs
[factor.git] / extra / webapps / wiki / user-edits.xml
index 6f22982f126265d269970ec124d3cc967f8898ac..6f6ada2dbdda91863f83d2cfae5e5f49066b605d 100644 (file)
@@ -2,7 +2,7 @@
 
 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 
-       <t:atom t:href="$wiki/user-edits.atom" t:query="author">
+       <t:atom t:href="$wiki/user-edits.atom" t:rest="author">
                Edits by <t:label t:name="author" />
        </t:atom>
 
@@ -11,9 +11,9 @@
        <ul>
                <t:bind-each t:name="user-edits">
                        <li>
-                               <t:a t:href="view" t:query="title"><t:label t:name="title" /></t:a>
+                               <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a>
                                on
-                               <t:a t:href="revision" t:query="id"><t:label t:name="date" /></t:a>
+                               <t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a>
                        </li>
                </t:bind-each>
        </ul>