******************************************************************************
* MoinMoin2ODF 0.8 Installation Instructions                                 *
*                                                                            *
******************************************************************************
* Note: This Version has only been tested with MoinMoin 1.7 and 1.8.         *
*       Older MoinMoin version probably won't work.                          *
*                                                                            *
*       For older MoinMoin versions use:                                     *
*         - MoinMoin2ODF 0.5 for MoinMoin 1.5                                *
*         - MoinMoin2ODF 0.6 for MoinMoin 1.6                                *
*                                                                            *
*       You can download all versions from http://moinmo.in/FormatterMarket  *
*                                                                            *
******************************************************************************


Automatic Install
-----------------

The following should work for Windows and Linux, provided that you installed
MoinMoin from the original sources and not with the package manager of your 
linux distribution.

   - Extract the downloaded archive file

   - Open your linux shell or windows command prompt

   - Change to the directory where the extracted files from 
     the archive are. (It's the directory with the file "setup.py")

   - Install MoinMoin2ODT by typing:

         python setup.py install

     If Windows can't find "python" you have to include the path to python. 
     For example if you installed python in C:\Python25 you have to type:

         C:\Python25\python setup.py install

   - Restart your webserver afterwards. 

   - You should see a new item in the MoinMoin action drop down box: 
     "Render as OpenDocument"


Manual Install for MoinMoin DesktopEdition
------------------------------------------

   - Extract the downloaded archive file

   - Copy 
        MoinMoin/action/RenderAsOpenDocument.py
     to
        <Path to your MoinMoinDesktopEdition>/wiki/data/plugin/action

   - Copy
        MoinMoin/formatter/application_odt_pseudoformatter.py
     to
        <Path to your MoinMoinDesktopEdition>/wiki/data/plugin/formatter

   - Restart your MoinMoin DesktopEdition

   - You should see a new item in the MoinMoin action drop down box: 
     "Render as OpenDocument"


Manual Linux Install
--------------------

The following is only needed if the automatic install method fails. This may happen
if you installed MoinMoin packages from your Linux Distribution because often those
packages use different paths than the original MoinMoin.

In this case you have to ship the two Python files of MoinMoin2ODF with your 
wiki instance:

   (1) Extract the downloaded archive file

   (2) Copy 
         MoinMoin/action/RenderAsOpenDocument.py
       to
         <Path to your Wiki Instance>/data/plugin/action

   (3) Copy
         MoinMoin/formatter/application_odt_pseudoformatter.py
       to
         <Path to your Wiki Instance>/data/plugin/formatter

   -   Repeat (2) and (3) if you have multiple Wiki Instances.

   (4) Restart your webserver afterwards. 

   -   You should see a new item in the MoinMoin action drop down box: 
       "Render as OpenDocument"


Menu Entry Translation
----------------------

Create a wiki page called [YourLanguage]Dict. Here is my page GermanDict. Please note
the white space:
 RenderAsOpenDocument:: Open Document ausgeben
 RenderAsLatex:: Latex ausgeben
