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'- Data from www.wxart2d.moin goes into %MOIN%\wiki\data
- Arnica to %MOIN%\wiki\htdocs\
- wxArt2DTheme to %MOIN%\wiki\htdocs\
- wxart2d100p.jpg to %MOIN%\wiki\htdocs\common
