drop even more twiki stuff from here and redirect to josh
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Tue, 3 Apr 2012 02:04:11 +0000 (22:04 -0400)
committeradmin <admin@branchable.com>
Tue, 3 Apr 2012 02:04:11 +0000 (22:04 -0400)
doc/tips/convert_MoinMoin_to_ikiwiki.mdwn

index 50ac2fe2048baa4876015f4ac451709be46e916e..ead95678c999bf9d55b131fb571c337220c1e568 100644 (file)
@@ -1,17 +1,14 @@
-A MoinMoin and TWiki converter, which was originally written by [[JoshTriplett]] converts those wikis to ikiwikis backed by a git repository, including full history. It uses two techniques for conversion:
+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.
 
- * for MoinMoin, it parses the wiki pages into markdown using the MoinMoin engine
- * for Tikiwiki, it parses the wiki pages to HTML then back into markdown using the `libhtml-wikiconverter` Perl package
+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). 
 
 The MoinMoin side of things was completely re-written by [[anarcat]] and is currently still in development. That version is available at:
 
     git clone git://src.anarcat.ath.cx/moin2iki
 
-The original version from Josh is still available from [his wiki page](/users/JoshTriplett). [[anarcat]] will probably remove support from Tikiwiki eventually, as those two projects are really different...
+It doesn't feature support to migrate from Tikiwiki anymore and focuses on MoinMoin support.
 
-# MoinMoin scripts
-
-The MoinMoin part is made of two main pieces:
+The software is made of two pieces:
 
  * the importer (`moin2git`) - which converts the wiki pages into a git repository with full history
  * the converter (`moin2mdwn`) - which converts a set of moin-formatted text files into markdown + ikiwiki directives
@@ -28,7 +25,6 @@ The MoinMoin part is made of two main pieces:
 
 ## MoinMoin converter features
 
-
  * lots of macros are not translated
  * a bunch of markup and exotic uses of parsers will probably fail?