This is a static copy of the main wikispot.org site, preserved for historical purposes only. Please see this page for more information.

How to Migrate from MoinMoin/Talk

InfoInfo ArticleArticle
Search:    

This page is for discussing the contents of How to Migrate from MoinMoin.


First you need to grab the DBConversion tools from ... FYI, importMoinMoinIntoDB.py was just added. You think a numbered-list is an easier way to explain?


no its easier for quick reader and for old_moin_admins :) —DetlevLengsfeld



These two errors are caused by Sycamore not having the macros that moin has. In this case the pages will be imported but the page caches won't be automatically generated (this error should have happened during the "building page caches" step). You should be able to fix these pages manually.



You are using the python print which does an implicit conversion of the unicode pagename to, in this case, iso8859. The character you're printing isn't supported. Try, instead, print pagename.encode('utf-8'), version, to test your page names.

    ok, i`ll hve a look. wipe the rest of the page. did you have a look at the 2 versions of import... and the data-path.

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.