]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/convert_moinmoin_to_ikiwiki.mdwn
Added reference to pull request, and figure
[ikiwiki.git] / doc / tips / convert_moinmoin_to_ikiwiki.mdwn
index a313c2b64ef1f9435ca28bd45e46416d8d6389c2..211cb4e2a252ca0aa6b67ee9572e2e815543cea6 100644 (file)
@@ -12,10 +12,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
 
@@ -52,7 +51,7 @@ The software is made of two pieces:
  * FullSearch, partially, only through [[ikiwiki/directive/inline]] (so no textual search)
  * Include, partially through [[ikiwiki/directive/inline]] (so missing boundary extraction and heading level generation)
  * PageCount, same name even :)
- * OrphanedPages, through [[ikiwiki/directive/oprhans]]
+ * OrphanedPages, through [[ikiwiki/directive/orphans]]
  * Date and Datetime, should be through [[plugins/date]] instead of
    current hack
 
@@ -60,7 +59,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