aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
blob: ba484c877fdf9597520255766e29d261638da724 (plain)
1
2
3
4
5
6
7
8
9
The [[plugins/recentchanges]] plugin has a `do=recentchanges_link` feature that will
redirect to a given wiki page, or an error page with a creation link.

In the [[plugins/contrib/comments]] plugin I've found that it would be useful to do
the same for users. For now I've just cloned the functionality into the comments
plugin, but perhaps this functionality could be renamed to `do=goto` or
something, and moved to `IkiWiki/CGI.pm`?

If there's general approval I'm happy to write a patch.