diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2008-11-23 13:56:51 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-11-23 13:56:51 -0500 |
commit | a8090bfff8efba0f04b0ef547b052d2a13a19083 (patch) | |
tree | 98d8ec67ed37bd49bafa9f9fe32e637becdc275d | |
parent | bf808c2f52d3572583d489de8ae6409b879fe685 (diff) |
generalization of recentchanges_link
-rw-r--r-- | doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn new file mode 100644 index 000000000..ba484c877 --- /dev/null +++ b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn @@ -0,0 +1,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. |