Question
TWiki has notification functionality to inform subscribers if topics have been updated.
Is it possible to be notified if a topic has not been updated since a certain amount of time?
This is requested by a web administrators who want to remove topics that they consider obsolete due to their neglect
Environment
--
PeterJones - 16 Nov 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I Don't know how to have mail notification, but is possible to have a search for topics with an amount of inactive time ( using
%SEARCH{...}% and
%CALC{}%), there's an example of showing a search for one week old topics in
FormattedSearch
--
MarcoSilva - 16 Nov 2007
Then, of course you an emit the result of this search as a RSS feed (adapt the
WebRss page %Search to create for instance a WebObsoleteRss
--
ColasNahaboo - 18 Nov 2007
Create a page that has a
%SEARCH{}%, sorted by date in reverse order, limited to 100 (or so) topics. Basically the
TWiki.WebChanges topic with reverse sort. See details in
VarSEARCH.
--
PeterThoeny - 01 Jan 2008