]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/convert_moinmoin_to_ikiwiki.mdwn
move main documentation to converter's README file
[git.ikiwiki.info.git] / doc / tips / convert_moinmoin_to_ikiwiki.mdwn
1 [[!meta date="2008-10-20 16:55:39 -0400"]]
3 This MoinMoin converter converts wikis to ikiwikis backed by a git repository, including full history. It simply parses the wiki pages into markdown using the MoinMoin engine.
5 The converter was originally written by [[JoshTriplett]] and included support for Tikiwiki, for which it parses the wiki pages to HTML then back into markdown using the `libhtml-wikiconverter` Perl package. That original version from Josh is still available from [his wiki page](/users/JoshTriplett). 
7 The MoinMoin side of things was completely re-written by [[anarcat]] and is currently still in development. That version is available at:
9     git clone https://gitlab.com/anarcat/moin2iki/
11 It doesn't feature support to migrate from Tikiwiki anymore and focuses on MoinMoin support.
13 Issues can be filed on the [project page](https://gitlab.com/anarcat/moin2iki/), where more information about features, installation and usage is available as well. -- [[anarcat]]