summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-22 19:15:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-22 19:15:24 +0000
commitd5c82c2c4a46dde7733ac249d4d67ca91550bcdf (patch)
tree10f0d76783a8fdfee50ced5a1cc369bc19dcb865 /doc/todo
parentf14e01d4620ae5e3f152813fbc525d8406426dfd (diff)
web commit by http://ethan.betacantrips.com/: possible implementation
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Moving_Pages.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/Moving_Pages.mdwn b/doc/todo/Moving_Pages.mdwn
index 2ddf5096f..62dda204a 100644
--- a/doc/todo/Moving_Pages.mdwn
+++ b/doc/todo/Moving_Pages.mdwn
@@ -24,4 +24,15 @@ I see the need for:
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]].