1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: llgal
Section: web
Priority: optional
Maintainer: Brice Goglin <bgoglin@debian.org>
Build-Depends:
debhelper (>= 9)
Homepage: http://bgoglin.free.fr/llgal/
Standards-Version: 4.0.1
Vcs-Git: https://github.com/bgoglin/llgal.git
Vcs-Browser: https://github.com/bgoglin/llgal
Package: llgal
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libimage-size-perl,
liblocale-gettext-perl,
liburi-perl,
imagemagick
Recommends:
libimage-exiftool-perl
Description: Command-line online gallery generator
llgal is a online gallery generator for images, videos, ...
It is based on igal and adds multiple features including:
- various types of slides (movies, text, links, downloads and subdirs);
- addition of headers, footers, links and separators in generated HTML files;
- automatic generation of captions from JFIF, GIF or EXIF tags;
- highly configurable layout.
The llgal interface is command line only. Its purpose is to generates
nice web-pages quickly, using very simple but standard XHTML/CSS code,
without requiring anything like php or javascript.
|