How To Setup Standalone Off line Documentation

Install python

http://www.python.org/download/

Install Python Imaging Library (PIL):

http://www.pythonware.com/products/pil

Download MoinMoin:

http://moinmo.in/DesktopEdition

A file will be made to be unpacked into the MoinMoin install, to put wxArt2d docs and theming on top of it.

Something like:

In wikiconfig.py:

    sitename = u'wxArt2D Local Docs'
    logo_string = u'<img src="/moin_static171/common/wxart2d100p.jpg" alt="wxArt2D Logo">'
    page_front_page = u'WxArt2D' # change to some better value
    theme_default = 'wxArt2DTheme'

StandAloneDocs (last edited 2008-08-08 23:38:55 by KlaasHolwerda)