comments
[ikiwiki] / doc / todo / generic___39__do__61__goto__39___for_CGI.mdwn
1 The [[plugins/recentchanges]] plugin has a `do=recentchanges_link` feature that will
2 redirect to a given wiki page, or an error page with a creation link.
3
4 In the [[plugins/contrib/comments]] plugin I've found that it would be useful to do
5 the same for users. For now I've just cloned the functionality into the comments
6 plugin, but perhaps this functionality could be renamed to `do=goto` or
7 something, and moved to `IkiWiki/CGI.pm`?
8
9 > Now implemented as the 'goto' branch in my git repository, along with
10 > [[apache_404_ErrorDocument_handler]]. --[[smcv]]
11
12 >> Looks good, the only things I wonder are:
13 >> * Should it be a separate plugin? In particular `cgi_page_from_404()` is
14 >>   pretty big, and only works if apache is configured so seems somewhat
15 >>   pluginaable.
16 >> * I wish there were some way to generalize the workaround for the stupid
17 >>   MSIE behavior. Actually, I wish we could ignore the MSIE stupidity,
18 >>   as I tend to do, but perhaps it's too stupid in this case for that to
19 >>   fly..
20 >> --[[Joey]]