Using Flask's instance_path in MoinMoin

This page is part of the Code-in task here

Rationale: Instead of home-grown settings, use something flask developers are familiar with.

A wiki instance should contain all the data that is specific only to a single wiki, and at the moment that is:

Proposed Hiearchy

my_instance_name/
  | wikiconfig.py
  | data/
  - .. MoinMoin data goes here ..
  | index/
  - .. Whoosh search indices go here ..

MoinMoin: SamToyer/MoinMoinInstances (last edited 2012-01-05 13:23:04 by SamToyer)