Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
blog:installing_the_moin2rst_plugin [2020/01/23 15:39] brett |
blog:installing_the_moin2rst_plugin [2020/01/23 15:40] 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> |