aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/two-way_convert_of_wikis.mdwn
diff options
context:
space:
mode:
authoranarcat <anarcat@web>2011-05-14 20:12:06 -0400
committerJoey Hess <joey@kitenet.net>2011-05-14 20:12:06 -0400
commit9dcc9decc209c377cfe7f898edc209bc646a2148 (patch)
treebd7cdc1bcdddef64467946b35d57941f49a4cb40 /doc/todo/two-way_convert_of_wikis.mdwn
parenta934efe25dd8638c5d6451b3aeaefae988b12b1f (diff)
downloadikiwiki-9dcc9decc209c377cfe7f898edc209bc646a2148.tar
ikiwiki-9dcc9decc209c377cfe7f898edc209bc646a2148.tar.gz
Diffstat (limited to 'doc/todo/two-way_convert_of_wikis.mdwn')
-rw-r--r--doc/todo/two-way_convert_of_wikis.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/two-way_convert_of_wikis.mdwn b/doc/todo/two-way_convert_of_wikis.mdwn
index 61f02a30b..170927431 100644
--- a/doc/todo/two-way_convert_of_wikis.mdwn
+++ b/doc/todo/two-way_convert_of_wikis.mdwn
@@ -1,4 +1,3 @@
-
[[!tag wishlist]]
Ok, the vision is this: Some of you will know git-svn. I want something like
@@ -13,3 +12,7 @@ I know, I know, ikiwiki wasn't designed for that, but it would be really cool,
and useful and people ask for that kind of thing too.
--[[David_Riebenbauer]]
+
+----
+
+I have worked on this a little, for Mediawiki. My script is able to incrementally import changes from mediawiki, but doesn't push them back in. One of the big issues I found in doing that is that most wikis have Captcha or anti-spam controls that will make automating those steps difficult. See [[tips/convert_mediawiki_to_ikiwiki]] for the script. -- [[anarcat]]