1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: curator
Section: web
Priority: optional
Maintainer: Dave Baker <dsb3@debian.org>
Build-Depends: debhelper (>> 3.0.0), docbook-to-man
Standards-Version: 3.5.2
Package: curator
Architecture: any
Depends: python2.1, python2.1-dev, imagemagick
Description: Turn directories of images into static web content
Curator is a powerful script that allows one to generate Web page image
galleries with the intent of displaying photographic images on the Web, or for
a CD-ROM presentation and archiving.
.
It generates static Web pages only - no special configuration or running
scripts are required on the server. The script supports many file formats,
hierarchical directories, thumbnail generation and update, per-image
description file with any attributes, and 'tracks' of images spanning multiple
directories. The templates consist of HTML with embedded Python. Running this
script only requires a recent Python interpreter and the ImageMagick tools.
.
Upstream is: http://curator.sourceforge.net/
|