MoinMoinGallery User Documentation

Installation Guide

Usage Guide

Parameters

As of version 0.80 the parameters are as follows:

For example:

Advanced Options

gallerytempdir

The default behaviour is to serve the images via MoinMoin's internal attachment view facility. This has the downside that each image then causes a separate invocation of the MoinMoin application.

There are a number of ways around this such as:

These methods have pros and cons, the cons including serious security implications.

The preferred method for getting around this is to insert an extra couple of parameters into your wikiconfig.py:

These point to a directory which you have created to be writable for the MoinMoin process and readable by the webserver process such that it can serve images placed there as items in it's urlspace.

The MoinMoinGallery macro will create a new directory for each pagename that utilises the MoinMoinGallery macro, it will then, on first view, populate it with thumbnails and webnails for the images contained in the pages attachements directory, eg:

FAQ

MoinMoinGallery/UserDocumentation (last edited 2005-08-19 05:47:00 by SimonRyan)