24
|
1 montage
|
|
2 =======
|
|
3
|
25
|
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.
|
24
|
7
|
|
8 montage provides an additional decopage formatter, ``/images``, that
|
|
9 is used to help format an image gallery (i.e. a directory full of
|
|
10 images) for display.
|
|
11
|
25
|
12 Templates
|
|
13 ---------
|
|
14
|
24
|
15 montage provides additional templates to display a gallery of images
|
|
16 in various formats.
|
25
|
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
|