diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2011-08-22 08:53:03 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-08-22 08:53:03 -0400 |
commit | 96a80fcb64dfba7f2ab1a207eea05128f485f870 (patch) | |
tree | a209ccd89a34242c048df002afff2bc52a87b69a | |
parent | ecd85f7354168200e24521387e33eef73916a9da (diff) | |
download | ikiwiki-96a80fcb64dfba7f2ab1a207eea05128f485f870.tar ikiwiki-96a80fcb64dfba7f2ab1a207eea05128f485f870.tar.gz |
Added a comment
-rw-r--r-- | doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__/comment_1_a83a1a33afbf245971733b4128809365._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__/comment_1_a83a1a33afbf245971733b4128809365._comment b/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__/comment_1_a83a1a33afbf245971733b4128809365._comment new file mode 100644 index 000000000..1935c7081 --- /dev/null +++ b/doc/forum/How_to_migrate_multiple_pages_in_root_directory_into_a_new_subdirectory__63__/comment_1_a83a1a33afbf245971733b4128809365._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="http://jmtd.livejournal.com/" + ip="94.65.111.123" + subject="comment 1" + date="2011-08-22T12:53:03Z" + content=""" +If you use the [[plugins/rename]] plugin and go page-by-page, it will update backlinks for you. + +If you want to move a lot of files, such that it is impractical to do one at a time, you could write a script that + + * moved each page to the new location + * replaced the old page with one containing a [[plugins/meta]] redirect to the new location. + +-- [[Jon]] +"""]] |