aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2011-05-15 18:26:38 -0400
committerJoey Hess <joey@kitenet.net>2011-05-15 18:26:38 -0400
commit6b3cf85ea088d62dfec8b19965b1c7538a7785d1 (patch)
tree577c540482f11b340b7a8fc19a2c7cac6ad4eb6e /doc/tips/convert_mediawiki_to_ikiwiki.mdwn
parentfb2b00b0465caa6874e7a6af0891e14d6b568adc (diff)
downloadikiwiki-6b3cf85ea088d62dfec8b19965b1c7538a7785d1.tar
ikiwiki-6b3cf85ea088d62dfec8b19965b1c7538a7785d1.tar.gz
respond to joeyh :)
Diffstat (limited to 'doc/tips/convert_mediawiki_to_ikiwiki.mdwn')
-rw-r--r--doc/tips/convert_mediawiki_to_ikiwiki.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
index 615b5e827..a90c6144a 100644
--- a/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
+++ b/doc/tips/convert_mediawiki_to_ikiwiki.mdwn
@@ -168,10 +168,14 @@ information found on this website is stored at <http://github.com/mithro/media2i
> Some assembly is required to get Mediawiki2markdown and its mwlib
> gitmodule available in the right place for it to use.. perhaps you could
-> automate that? --[[Joey]]a
+> automate that? --[[Joey]]
+
+> > You mean a debian package? :) media2iki is actually a submodule, so you need to go through extra steps to install it. mwlib being the most annoying part... I have fixed my script so it looks for media2iki directly in the submodule and improved the install instructions in the README file, but I'm not sure I can do much more short of starting to package the whole thing... --[[anarcat]]
> Also, when I try to run it with -t on www.amateur-radio-wiki.net, it
> fails on some html in the page named "4_metres". On archiveteam.org,
> it fails trying to write to a page filename starting with "/", --[[Joey]]
+> > can you show me exactly which commandline arguments you're using? also, I have made improvements over the converter too, also available here: <http://anarcat.ath.cx/software/media2iki.git/> -- [[anarcat]]
+
[[scy]] wrote a python script to convert from mediawiki XML dumps to git repositories at <https://github.com/scy/levitation>.