]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/convert_moinmoin_to_ikiwiki.mdwn
properly encode and decode from/to utf8 when sending rpc to ikiwiki
[git.ikiwiki.info.git] / doc / tips / convert_moinmoin_to_ikiwiki.mdwn
index 6e48a9464e9da21325a691abe212e43fcb0f24f1..ec4574971269154e8fb53de349a4e97b2dfa8242 100644 (file)
@@ -8,7 +8,7 @@ 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.
 
 
 It doesn't feature support to migrate from Tikiwiki anymore and focuses on MoinMoin support.
 
-Issues can be filed in the redmine bugtracker: https://redmine.koumbit.net/projects/moin2iki
+Issues can be filed in the redmine bugtracker: <https://redmine.koumbit.net/projects/moin2iki>
 
 [[!toc levels=2]]
 
 
 [[!toc levels=2]]
 
@@ -52,7 +52,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 :)
  * 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
 
  * Date and Datetime, should be through [[plugins/date]] instead of
    current hack
 
@@ -60,7 +60,7 @@ The software is made of two pieces:
 
  * the main "moin wiki" markup
  * highlight parser, through the [[plugins/format]] plugin
 
  * 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
 
 
 ## Current blocker