From 3a1087a2649d873d0089311c4397ca8fc607ad59 Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Sun, 26 Dec 2010 17:47:56 +0000 Subject: [PATCH] the album plugin now requires the transient plugin --- doc/plugins/contrib/album.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/plugins/contrib/album.mdwn b/doc/plugins/contrib/album.mdwn index 3cfcb68d4..daf16fd3c 100644 --- a/doc/plugins/contrib/album.mdwn +++ b/doc/plugins/contrib/album.mdwn @@ -34,10 +34,10 @@ Each page containing an `album` directive is treated as a photo album. Every image attached to an album or its subpages is considered to be part of the album. A "viewer" page, with the wiki's default page extension, will be -generated to display the image, if there isn't already a page of the same -name as the image: for instance, if `debconf` is an album and -`debconf/tuesday/p100.jpg` exists, then `debconf/tuesday/p100.mdwn` might -be created. +generated in the [[transient underlay|todo/transient_pages]] to display the +image, if there isn't already a page of the same name as the image: for +instance, if `debconf` is an album and `debconf/tuesday/p100.jpg` exists, +then `debconf/tuesday/p100.mdwn` might be created. There's currently a hard-coded list of extensions that are treated as images: `png`, `gif`, `jpg`, `jpeg` or `mov` files. More image and video types could @@ -138,7 +138,7 @@ image viewer. as a reference implementation of that hook. * There should be an option to reduce the size of photos and write them into - an underlay, for this workflow: + an underlay (perhaps just the transient underlay), for this workflow: * your laptop's local ikiwiki has two underlays, `photos` and `webphotos` * `photos` contains full resolution photos with EXIF tags -- 2.32.0.93.g670b81a890