File: control

package info (click to toggle)
llgal 0.13.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: perl: 2,821; makefile: 132; php: 15
file content (33 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download
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
33
Source: llgal
Section: web
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends:
 debhelper-compat (= 13)
Homepage: http://bgoglin.free.fr/llgal/
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/llgal
Vcs-Git: https://salsa.debian.org/debian-phototools-team/llgal.git

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.