Gallery - perl module for nginx

= DESCRIPTION

This module not for production servers! But for single user usage.
Gallery don`t use nginx event machine, so one nginx worker per connect
(typically 8) used for slow create icons!

All icons cached on first request. Next show will be more fast.

= EXAMPLES

You can show nginx configuration files examples in conf directory

= INSTALLATION

1. Get from https://github.com/rshadow/gallery
2. Use examples in "conf" directory to configure nginx
3. Create cache directory and set ngnix can write to it. For example
   /var/cache/gallery ($CACHE_PATH variable)
4.

= AUTHORS

Copyright (C) 2011 Dmitry E. Oboukhov <unera@debian.org>,
Copyright (C) 2011 Roman V. Nikolaev <rshadow@rambler.ru>

= LICENSE

This program is free software: you can redistribute  it  and/or  modify  it
under the terms of the GNU General Public License as published by the  Free
Software Foundation, either version 3 of the License, or (at  your  option)
any later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even  the  implied  warranty  of  MERCHANTABILITY  or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public  License  for
more details.

You should have received a copy of the GNU  General  Public  License  along
with this program.  If not, see <http://www.gnu.org/licenses/>.