diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-10 08:14:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-10 08:14:52 +0000 |
commit | ef3021c403b1d5545e138af913b1ef9be7eed449 (patch) | |
tree | 755d65484023731eac2ceb2ade028f689a08a9c9 /doc/todo | |
parent | 60aca5e0fe64834a7e51f5a58ad82c08ee4c55ff (diff) |
web commit by BradRoberts
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Moving_Pages.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Moving_Pages.mdwn b/doc/todo/Moving_Pages.mdwn index 8173953cf..29ed88edb 100644 --- a/doc/todo/Moving_Pages.mdwn +++ b/doc/todo/Moving_Pages.mdwn @@ -9,3 +9,15 @@ 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 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 |