File: control

package info (click to toggle)
llgal 0.13.16-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 908 kB
  • ctags: 260
  • sloc: perl: 2,783; makefile: 157; sh: 37; php: 15
file content (32 lines) | stat: -rw-r--r-- 1,109 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
Source: llgal
Section: web
Priority: optional
Maintainer: Brice Goglin <bgoglin@debian.org>
Build-Depends:
 debhelper (>= 5)
Homepage: http://home.gna.org/llgal/
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.gna.org/svn/llgal/branches/debian
Vcs-Browser: http://svn.gna.org/viewcvs/llgal/branches/debian/

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.