Home
Name Modified Size InfoDownloads / Week
nas_gallery-0.9.2.zip 2014-03-05 8.2 kB
README 2013-05-06 1.6 kB
nas_gallery-0.9.1.zip 2013-05-06 7.6 kB
nas_gallery-0.9.zip 2012-12-15 6.7 kB
Totals: 4 Items   24.1 kB 0
#######################################################################
author: Krzysztof Osmulski aka clyde (clyde@cydlabs.com, clydzik@wp.pl)
version: 0.9.1
#######################################################################

This is very simple php gallery that i use for my own media publishing on web.
It is folder based gallery and gallery generator tool.
Written in php since it works perfectly in limited env like NAS devices.

'thumbnailer' part is a tool that use php with gd lib and image magick to 
scale images that will be shown in gallery.

'gallery' part use output from 'thumbnailer' part to show it in simple html 
via php.

Please notice that thumbnails are not generated on-fly. You should run 
'thumbnailing' to generate them.

Please have in mind that security considerations are out of scope.
You can use container security or define/impl own one.

Detailed instructions

thumbnailer
-----------

For thumbnailer purposes you need these files:

nas_scale.inc.php
nas_scale.php
nas_rotate.inc.php
nas_rotate.php
nas_thumbnailer.php
properties.inc.php
run_thumbnailer.sh

to run thumbnailer first specify your media folder and thumbs (destination) 
folder in 'properties.inc.php' file
than run run_thumbnailer.sh
you can do this manually or specify in cron if you wish

gallery
-------
for php gallery web page you need these files:
nas_gallery.php
properties.inc.php


the 'properties.inc.php' is properties file common for both thumbnailer and gallery itself.
Folders should be same for both features to work properly
Source: README, updated 2013-05-06