summaryrefslogtreecommitdiff
path: root/doc/tips/convert_mediawiki_to_ikiwiki
diff options
context:
space:
mode:
authorAnonymous <anonymous@none>2010-10-26 17:57:58 +0200
committerAnonymous <anonymous@none>2010-10-26 17:57:58 +0200
commitc2f01e320df8a27c0ac16fb38fba099925dbd010 (patch)
tree8c104ecb3ff2b4f4c3b60832c2a3e46194beaa73 /doc/tips/convert_mediawiki_to_ikiwiki
parent577e185b63c6703df1045a7109882e5c3548ab4d (diff)
parent5c6eb167b8e69e0607330f06c893a73dfe1c675a (diff)
Merge remote branch 'remotes/origin/master'
Diffstat (limited to 'doc/tips/convert_mediawiki_to_ikiwiki')
-rw-r--r--doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn
index d67a9131b..4a7163eae 100644
--- a/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn
+++ b/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn
@@ -6,6 +6,10 @@
----
+I wrote a script that will download all the latest revisions of a mediawiki site. In short, it does a good part of the stuff required for the migration: it downloads the goods (ie. the latest version of every page, automatically) and commits the resulting structure. There's still a good few pieces missing for an actual complete conversion to ikiwiki, but it's a pretty good start. It only talks with mediawiki through HTTP, so no special access is necessary. The downside of that is that it will not attempt to download every revision for performance reasons. The code is here: http://anarcat.ath.cx/software/mediawikigitdump.git/ See header of the file for more details and todos. -- [[users/Anarcat]] 2010-10-15
+
+----
+
The u32 page is excellent, but I wonder if documenting the procedure here
would be worthwhile. Who knows, the remote site might disappear. But also
there are some variations on the approach that might be useful: