comparison README.txt @ 25:f3b6bf903499

better documentation
author k0s <k0scist@gmail.com>
date Mon, 15 Feb 2010 20:46:45 -0500
parents 4d1911743e82
children
comparison
equal deleted inserted replaced
24:4d1911743e82 25:f3b6bf903499
1 montage 1 montage
2 ======= 2 =======
3 3
4 photogallery extension to `decoupage <http://k0s.org/hg/decopage>`_. 4 Photogallery extension to `decoupage <http://k0s.org/hg/decopage>`_.
5 If you want to present a directory of images with decoupage, montage
6 is the way to do it.
5 7
6 montage provides an additional decopage formatter, ``/images``, that 8 montage provides an additional decopage formatter, ``/images``, that
7 is used to help format an image gallery (i.e. a directory full of 9 is used to help format an image gallery (i.e. a directory full of
8 images) for display. 10 images) for display.
9 11
12 Templates
13 ---------
14
10 montage provides additional templates to display a gallery of images 15 montage provides additional templates to display a gallery of images
11 in various formats. 16 in various formats.
17
18 * strip.html : present images in a filmstrip like environment
19 * grid.html: present images in a table
20 * sequence.html: present images like a web comic, in sequence
21 * background.html: present images with in the body backround
22
23 Templates are invoked via the /template keyword in decoupage
24 configuration. The webmaster may override templates on a site or
25 directory basis,
26
27 Example:
28 /template = strip.html