blog:installing_the_moin2rst_plugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blog:installing_the_moin2rst_plugin [2020/01/23 15:38] – created brettblog:installing_the_moin2rst_plugin [2020/01/23 15:42] (current) brett
Line 1: Line 1:
 ====== Installing the Moin2rst plugin ====== ====== Installing the Moin2rst plugin ======
 +
 +I was trying to install this plugin into my MoinMoin 1.9 wiki -> https://github.com/dwf/moin2rst
  
 The installation instruction are incorrect The installation instruction are incorrect
Line 29: 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 127: 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~~
  
  
  • blog/installing_the_moin2rst_plugin.1579793921.txt.gz
  • Last modified: 2020/01/23 15:38
  • by brett