We can provide a stock moinmoin install with custom configuration. The moinmoin install is maintained by the administrators and updates will happen as they deem them necessary.
Custom themes can be installed if needed, however updates to the themes require the assistance of the administrators. Also, updates to moinmion may break themes. Additional plugins will be considered with the understanding that if they break with a core software update, the administrators are not to be held responsible.
wikiconfig.py
~/example.com/configs/wikiname is the MoinMoin config file. Much can be changed with the config, but editing the config requires the assistance of Administrators.
See MoinMoin Help On Administration for what can be done.
Website changes
Each MoinMoin install will add two lines to the configs of your virtual hosts for your websites.
# /wikiname is the directory the wiki should be accessible at. # it does not have to be at the root directory. WSGIScriptAlias /wikiname /var/moin/moin.wsgi # /wikiname_static is where theme files are loaded from Alias /wikiname_static /var/moin/static/htdocs/
backups
As the actual moinmoin data files are kept out of your home directory, backups are performed to give you access to a copy of the data. rdiff-backup is used to create a backup to ~/example.com/wikiname-moinbackup/. Backups are performed weekly, and 4 weeks worth of changes are kept.