Instructions and scripts to import a MoinMoin wiki into Deki wiki can be found at http://www.kleinfelter.com/moin-to-deki-import
You'll need:
I prefer to keep the full instructions on my site, and that people download the scripts via http://www.kleinfelter.com/moin-to-deki-import . (That way, there is a slight chance that I'll pick up some extra cents from the ads.)
This stuff has been used on ONE wiki, so make backups before you start!
Noob issue here (sorry)
when I run the builder.py I point it to my moinmoin data directory and while it "sees" the data it reports and error on every page. I also note that the loadfiles and load2deki.sh script are create, however, all the html files in the loadfiles folder a of zero size.
Error as noted below
---
Traceback (most recent call last):
File "moin2html.py", line 22, in <module>
import MoinMoin.parser.wiki
ImportError: No Module named moinmoin.parser.wiki
---
This looked obvious to me at first and then I found that I couldn't find where I needed to grab the "module" from.
Please can someone help me with this?
Notes
-DekiWiki up and running
-moinmoin running (but on different server) with data copied to current machine (incidentally tried running the scripts on the moinmoin server on a copy of the data with the same results)
-Python functioning
-Cycwin functioning
In much anticipation!
Shawn