X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ef3021c403b1d5545e138af913b1ef9be7eed449..7978216fb67c9b3c6cc40647f79f7e4a472fdb4a:/doc/todo/Moving_Pages.mdwn diff --git a/doc/todo/Moving_Pages.mdwn b/doc/todo/Moving_Pages.mdwn index 29ed88edb..62dda204a 100644 --- a/doc/todo/Moving_Pages.mdwn +++ b/doc/todo/Moving_Pages.mdwn @@ -16,8 +16,23 @@ The MediaWiki moving/renaming mechanism is pretty nice. It's easy to get a list I see the need for: -* a new tool to mine incoming links to a given page * a new type of file to represent a forwarding page -* a rename tool that can, at a minimum, move the existing page to the new name and optionally drop a forwarding page. If not unreasonably difficult, optionally rewrite incoming links to the new location. - -Brad \ No newline at end of file +* a rename tool that can + * move the existing page to the new name + * optionally drop a forwarding page + * optionally rewrite incoming links to the new location + +Brad + +> This could be implemented through the use of an HTTP redirect to the +> new page, but this has the downside that people may not know they're being +> redirected. +> +> This could also be implemented using a combination of raw inline and meta +> to change the title (add a "redirected from etc." page. This could be done +> with a plugin. A redirect page would be [[redirect page="newpage"]]. +> But then if you click "edit" on this redirect page, you won't be able +> to edit the new page, only the call to redirect. +> --Ethan + +Note that there is a partial implementation in the [[patchqueoe|patchqueue/move_page]].