genwebgallery
view debian/control @ 15:326bcd4e1708
$PROGRAM instead of basename $0; printf instead of echo -n; command -v to test for installed convert
author | meillo@marmaro.de |
---|---|
date | Sat, 19 Apr 2008 21:20:37 +0200 |
parents | 9f4fa0bc1584 |
children | 87296564acd3 |
line source
1 Source: genwebgallery
2 Section: web
3 Priority: extra
4 Maintainer: markus schnalke <meillo@marmaro.de>
5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.7.2
8 Package: genwebgallery
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, imagemagick
11 Description: generates a minimalistic web gallery
12 *** unofficial package from meillo@marmaro.de ***
13 .
14 Very simple tool to generate static HTML pages to view
15 pictures on the web.
16 The generated pages are not very beautiful, but simple.
17 They contain just what is really needed - no fancy stuff.
18 Also the generation process is only one program call. You
19 can specify some configuration options like the dimension
20 of the created thumbnails, the name of the index page and
21 some more.
22 All image processing is done via ImageMagick.
23 .
24 Homepage: http://prog.marmaro.de