Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blog:installing_the_moin2rst_plugin [2020/01/23 15:39] brett |
blog:installing_the_moin2rst_plugin [2020/01/23 15:42] brett |
||
---|---|---|---|
Line 31: | Line 31: | ||
MoinMoin.wikiutil.PluginMissingError: Plugin not found! ('formatter' 'text/x-rst' 'Formatter') | MoinMoin.wikiutil.PluginMissingError: Plugin not found! ('formatter' 'text/x-rst' 'Formatter') | ||
</code> | </code> | ||
- | A change in this file means the formatter plug in is not being found ; wikiutil.py#Mime | + | A change in wikiutil.py#Mime means the formatter plug in is not being found. The file we are looking for won't be what is supplied with the GIT repo. |
- | <code | + | <code> |
modname = mimetype.replace("/", "_").replace("-", "_").replace(".", "_") | modname = mimetype.replace("/", "_").replace("-", "_").replace(".", "_") | ||
</code> | </code> | ||
Line 129: | Line 129: | ||
thisPath = wikiutil.normalize_pagename(self.page.page_name, self.request.cfg).split("/") | thisPath = wikiutil.normalize_pagename(self.page.page_name, self.request.cfg).split("/") | ||
</code> | </code> | ||
- | {{tag>}} | + | |
+ | After all this and getting it working I decided it was just easier to use docbook ! | ||
+ | |||
+ | {{tag>moinmoin}} | ||
~~LINKBACK~~ | ~~LINKBACK~~ | ||