aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
diff options
context:
space:
mode:
authoranarcat <anarcat@web>2011-05-14 17:16:03 -0400
committerJoey Hess <joey@kitenet.net>2011-05-14 17:16:03 -0400
commit3c0d6701a4f6a8a95e13624bc0c9d64e839bc251 (patch)
tree6a5fdb0a80fbd769d57e43423ffcc245e3c121d8 /doc/tips/convert_mediawiki_to_ikiwiki.mdwn
parentb3720582abc46974715d019aa07d78828bc23062 (diff)
downloadikiwiki-3c0d6701a4f6a8a95e13624bc0c9d64e839bc251.tar
ikiwiki-3c0d6701a4f6a8a95e13624bc0c9d64e839bc251.tar.gz
lay out more clearly which scripts are available
Diffstat (limited to 'doc/tips/convert_mediawiki_to_ikiwiki.mdwn')
-rw-r--r--doc/tips/convert_mediawiki_to_ikiwiki.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
index 38de01109..48fda0228 100644
--- a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
+++ b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
@@ -149,11 +149,15 @@ into an ikiwiki tag name using a script such as
The [[plugins/contrib/mediawiki]] plugin can be used by ikiwiki to interpret
most of the Mediawiki syntax.
-## External links
+## Scripts
[[sabr]] used to explain how to [import MediaWiki content into
git](http://u32.net/Mediawiki_Conversion/index.html?updated), including full
edit history, but as of 2009/10/16 that site is not available. A copy of the
-information found on this website is stored at <http://github.com/mithro/media2iki>
+information found on this website is stored at <http://github.com/mithro/media2iki>.
+[[Albert]] wrote a ruby script to convert from mediawiki's database to ikiwiki at <https://github.com/docunext/mediawiki2gitikiwiki>
+[[Anarcat]] wrote a python script to convert from a mediawiki website to ikiwiki at <http://anarcat.ath.cx/software/mediawikigitdump.git/>. The script doesn't need any special access or privileges and communicates with the documented API (so it's a bit slower, but allows you to mirror sites you are not managing, like parts of Wikipedia).
+
+[[scy]] wrote a python script to convert from mediawiki XML dumps to git repositories at <https://github.com/scy/levitation>.