X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7a95a530d8df00bc9f9e41f62589b80c36e9a24b..cde2cc18624cb877cc9a9f43d7ae75fb1217008b:/doc/tips/convert_moinmoin_to_ikiwiki.mdwn diff --git a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn index b9e3ed0ea..492418b5a 100644 --- a/doc/tips/convert_moinmoin_to_ikiwiki.mdwn +++ b/doc/tips/convert_moinmoin_to_ikiwiki.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2008-10-20 16:55:39 -0400"]] + 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. 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). @@ -12,10 +14,9 @@ Issues can be filed in the redmine bugtracker: >`, through the weird line ending thing * AttachList, through a weird [[ikiwiki/directive/inline]] @@ -60,7 +61,7 @@ The software is made of two pieces: * the main "moin wiki" markup * highlight parser, through the [[plugins/format]] plugin - * other parsers may be supported if an equivalent plugin exists in Ikiwiki (example: [[plugin/rst]]) + * other parsers may be supported if an equivalent plugin exists in Ikiwiki (example: [[plugins/rst]]) ## Current blocker