diff options
author | sajolida <sajolida@web> | 2011-07-06 12:03:42 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-06 12:03:42 -0400 |
commit | ad3e584d638cd31407cd46e797cd1e1f121b4d65 (patch) | |
tree | 01b66c6e6638e11a62480f670849ef01d912984f | |
parent | 3ede50ac508e3a7b7cca5553afd5fa0cac77dbd5 (diff) | |
download | ikiwiki-ad3e584d638cd31407cd46e797cd1e1f121b4d65.tar ikiwiki-ad3e584d638cd31407cd46e797cd1e1f121b4d65.tar.gz |
-rw-r--r-- | doc/todo/sortbylastcomment_plugin.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/sortbylastcomment_plugin.mdwn b/doc/todo/sortbylastcomment_plugin.mdwn new file mode 100644 index 000000000..80f6c2781 --- /dev/null +++ b/doc/todo/sortbylastcomment_plugin.mdwn @@ -0,0 +1,7 @@ +This plugin provides the `last_comment` [[ikiwiki/pagespec/sorting]] order which uses the modification time of their last comment to sort pages. It also updates the mtime of the page to this value. + +For example, it could be useful to make active threads of discussion appear on top of the list of threads in a forum. + +You'll find it in this repository, in the 'sortbylastcomment' branch: + +<https://un.poivron.org/~sajolida/ikiwiki.git/> |