]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/Moving_Pages.mdwn
web commit by JoshTriplett: poll vote (It's fast enough)
[git.ikiwiki.info.git] / doc / todo / Moving_Pages.mdwn
index 8173953cf8819fb2a2caa1ccfb03f13d844c0ded..2ddf5096f127ae09f03f6fecab859518f06f91be 100644 (file)
@@ -9,3 +9,19 @@ Anyway to consider implementing **rename/move/delete** ?  I certainly lack the s
 Thanks again to [Joey](http://kitenet.net/~joey) for putting ikiwiki together.  I love the program. 
 
 *[Kyle](http://kitenet.net/~kyle/)=*
+
+----
+
+The MediaWiki moving/renaming mechanism is pretty nice.  It's easy to get a list of pages that point to the current page.  When renaming a page it sticks a forwarding page in the original place.  The larger the size of the wiki the more important organization tools become.
+
+I see the need for:
+
+* a new type of file to represent a forwarding page
+* 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
+
+Note that there is a partial implementation in the [[patchqueoe|patchqueue/move_page]].