From 65807fa101310bbe79e58b7ed34a5d23b1a6cbeb Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 25 Feb 2013 13:38:20 +1100 Subject: [PATCH] minor fixes to thumbnails.pod --- site/docs/thumbnails.pod | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/site/docs/thumbnails.pod b/site/docs/thumbnails.pod index 1d304743..52f22b18 100644 --- a/site/docs/thumbnails.pod +++ b/site/docs/thumbnails.pod @@ -29,8 +29,8 @@ Otherwise install Imager from CPAN: =item 1 install the libraries that Imager depends on, this is at least -libjpeg, libgif (or libungif) and libpng. You can also install -libtiff, but this shouldn't be necessary, since TIFF isn't a common +C, C and C. You can also install +C, but this shouldn't be necessary, since TIFF isn't a common web format. All of these libraries are usually available in your operating @@ -49,9 +49,9 @@ install Imager, as root: Once you have Imager installed, add the following to bse.cfg (or bse-local.cfg): -[editor] -allow_thumb=1 -thumbs_class=BSE::Thumb::Imager + [editor] + allow_thumb=1 + thumbs_class=BSE::Thumb::Imager If you don't see thumbnails on the image manager page, check your server error log file for error messages. @@ -60,8 +60,4 @@ server error log file for error messages. Tony Cook -=head1 REVISION - -$Revision$ - =cut