i have added some small enhancement to xowiki, that some of you might find useful. In a large repository of wiki entries, it is not so easy to find out, what has changed. therefore i have added two includelets. The first one ("categories-recent") shows the n most recently edited pages by categories, somehwat similar to the Recent Posts of oacs.org. The second one ("recent") is a simple flat listing of the n most recent edited pages.
>right-col<<
{{adp portlets/categories-recent {name {Recent Entries by Categories} max_entries 5 tree_name Purpose}}}
{{adp portlets/recent {name {Recent Entries} max_entries 10 }}}><<
This snippet is shown rendered in the left side of the screenshot
http://media.wu-wien.ac.at/download/xowiki-doc/recent-entries.png
The changes are in cvs HEAD as usual.