]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/convert_moinmoin_to_ikiwiki.mdwn
initial
[git.ikiwiki.info.git] / doc / tips / convert_moinmoin_to_ikiwiki.mdwn
index ec4574971269154e8fb53de349a4e97b2dfa8242..4b3deb2ea270bc2189c2b50d52b241fbd38ae2cd 100644 (file)
@@ -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: <https://redmine.koumbit.net/proj
 
 [[!toc levels=2]]
 
-The software is made of two pieces:
+## Usage
 
- * 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
+Usage instructions are in the `README` file.
 
 ## MoinMoin importer features