]> sipb.mit.edu Git - ikiwiki.git/commitdiff
comment on getting this to work with mediawiki files.
authorhttps://www.google.com/accounts/o8/id?id=AItOawmB2SrjWHDlrkyLVfCEEu_fmnq6s1_dz5w <GI@web>
Mon, 1 Apr 2013 05:15:14 +0000 (01:15 -0400)
committeradmin <admin@branchable.com>
Mon, 1 Apr 2013 05:15:14 +0000 (01:15 -0400)
doc/plugins/contrib/mediawiki/discussion.mdwn

index 5066d9de54be523707f91aaa8f7ca8ee34eb876e..9dfe7fd1c51841cf7c05ffb3eca6726a10111526 100644 (file)
@@ -3,3 +3,7 @@ Anyone know a safe place where this plugin can be found? -- mjr at phonecoop.coo
 > I ended up doing a backassward way of doing it, as described at the [convert discussion page](http://ikiwiki.info/tips/convert_mediawiki_to_ikiwiki/discussion/). -[[simonraven]]
 
 >> I've mirrored it at <http://alcopop.org/~jon/mediawiki.pm>. -- [[Jon]]
 > I ended up doing a backassward way of doing it, as described at the [convert discussion page](http://ikiwiki.info/tips/convert_mediawiki_to_ikiwiki/discussion/). -[[simonraven]]
 
 >> I've mirrored it at <http://alcopop.org/~jon/mediawiki.pm>. -- [[Jon]]
+
+---
+
+Something that gives me better results is to edit the source of the [[wikitext]] plugin, and change all occurences of Text::WikiFormat to Text::MediawikiFormat. (This of course depends on ''libtext-mediawikiformat-perl'' instead of ''libtext-wikiformat-perl''.