]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/convert_MoinMoin_to_ikiwiki.mdwn
[[!inline trail=yes]] support reinstated
[git.ikiwiki.info.git] / doc / tips / convert_MoinMoin_to_ikiwiki.mdwn
index bc7df575f92c55a8f29e9b6ca23fbc1f06a2d56b..3ebde552fc0aac187c764870e53b34df1b884268 100644 (file)
@@ -8,6 +8,8 @@ The MoinMoin side of things was completely re-written by [[anarcat]] and is curr
 
 It doesn't feature support to migrate from Tikiwiki anymore and focuses on MoinMoin support.
 
+[[!toc levels=2]]
+
 The software is made of two pieces:
 
  * the importer (`moin2git`) - which converts the wiki pages into a git repository with full history
@@ -34,7 +36,7 @@ The software is made of two pieces:
  * ordered, unordered and definition lists
  * tables (although only with HTML and no styles)
 
-Supported macros:
+### Supported macros
 
  * TableOfContents, through [[ikiwiki/directive/toc]]
  * Navigation, through [[ikiwiki/directive/map]] (so as a nested
@@ -50,16 +52,22 @@ Supported macros:
  * PageCount, same name even :)
  * OrphanedPages, through [[ikiwiki/directive/oprhans]]
 
-Supported parsers:
+### Supported parsers
 
  * 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]])
 
-## Current blocker and todos
+## Current blocker
 
 This script is being used to test the conversion of the venerable [Koumbit wiki](https://wiki.koumbit.net/) into Ikiwiki, and so far progress is steady but difficult. The current blocker is:
 
+ * figuring out exactly which pages should exist and which should not, as there is ambiguity in the internal datastructures of MoinMoin, which become apparent when running the conversion script, as files a missing
+
+## Todos
+
+There are also significant pieces missing:
+
  * inline parsers and hackish styled tables
  * turn categories into tags
  * name converted page to the right name depending on the `#format` parameter on top of page
@@ -85,7 +93,7 @@ The importer is pretty much complete, but the converter can only go so far as wh
  * regex matching all over the place: pagespec, basically, but all
    full text search (which is missing anyways, see above)
 
-Missing macros:
+### Missing macros
 
  * RandomPage(N) - lists N random pages, skipped
  * Gallery() - skipped