• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

utilities/H16-Nov-2008-2111

COPYINGH A D03-Jan-200517.6 KiB340281

ChangeLogH A D02-Jun-20167.6 KiB160155

MakefileH A D03-May-2022917 3223

READMEH A D02-Jun-20161.7 KiB4330

igal2H A D03-May-202237.4 KiB844775

igal2.1H A D02-Jun-20169.6 KiB333321

igal2.cssH A D28-May-2012847 5645

igal2.plH A D03-May-202237.4 KiB844644

README

1******                       igal2 README                       ******
2******                                                          ******
3
4iGal2 needs Perl to run and either cjpeg/djpeg/pnmscale (from libjpeg)
5or ImageMagick or GraphicksMagick to generate your thumbnails.
6These come standard with most Linux distributions today.
7
8------------------------------------------------------------------------
9
10To install from the tarball (as root)
11    make install
12
13This will put the relevant files in /usr/local/{bin or lib}/igal2 .
14You can change this destination by modifying the DESTDIR at the top of
15 the Makefile and the LIBDIR variable at the 8th line of iGal code.
16
17To uninstall from the tarball (as root)
18    make clean
19
20------------------------------------------------------------------------
21
22UPGRADE from version 1.4 (and older):
23igal2 supports a lot of new features and therefore the format of the
24template files had to be changed. igal2 installs all its template
25files under /usr/local/lib/igal2.  Please add your design changes there.
26
27If you want to use igal and igal2 side by side, please be sure not
28to overwrite "igal" when asked through the install script.
29
30As igal (1.4) stores all necessary templates and files within the image
31directory you may savely delete all old igal 1.4 (or older) files when
32satisfied with igal2.
33
34This can be done with
35    make old-clean
36
37------------------------------------------------------------------------
38
39iGal2 is copyright 2000 Eric Pop <epop@stanford.edu> and Wolfgang
40Trexler 2016 <wt-igal@trexler.at>.  It is distributed under the terms of
41the GNU General Public License, see the file COPYING in the source
42distribution for details.
43