Skip to content

Commit

Permalink
minor fixes to thumbnails.pod
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Feb 25, 2013
1 parent ac5f7d5 commit 65807fa
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions site/docs/thumbnails.pod
Expand Up @@ -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<libjpeg>, C<libgif> and C<libpng>. You can also install
C<libtiff>, but this shouldn't be necessary, since TIFF isn't a common
web format.

All of these libraries are usually available in your operating
Expand All @@ -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.
Expand All @@ -60,8 +60,4 @@ server error log file for error messages.

Tony Cook <tony@develop-help.com>

=head1 REVISION

$Revision$

=cut

0 comments on commit 65807fa

Please sign in to comment.