@{ import wickie4K from os.path import getmtime files = wickie4K.getWikiPaths() files = map(lambda f:(getmtime(f), f), files) files.sort() files.reverse() files = map(lambda f:f[1], files) files = map(wickie4K.wikiPath2name, files) files = map(lambda f:f[0], files) } This is currently a list of all pages with the most recently changed ones at the top: @[for f in files] - @wickie4K.wikiName2link(f) @[end for]