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