Bump version and update Changes
[app-gallery.git] / README
CommitLineData
1bd9c471
MG
1App-Gallery version 0.001001
2============================
b1336dac
MG
3
4gallery.pl creates basic image galleries. Pass an output directory and
5a list of images to the script. The images will be hard linked into
6the directory (or copied if hard linking fails), then thumbnails will
7be created for the images, and finally an F<index.html> file linking
8to all the images will be created in the directory.
9
10INSTALLATION
11
12To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
348507bb
MG
23* File::Slurp
24* HTML::Template::Compiled
b1336dac
MG
25* Image::Magick
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2017 by Marius Gavrilescu
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself, either Perl version 5.24.2 or,
33at your option, any later version of Perl 5 you may have available.
34
35
This page took 0.011987 seconds and 4 git commands to generate.