Mercurial > debian > genwebgallery-debian
comparison control @ 0:4bd8e5e91de9
inital commit of debian dir of genwebgallery
earlier versioning is in genwebgallery
author | meillo@marmaro.de |
---|---|
date | Thu, 05 Jun 2008 21:08:04 +0200 |
parents | |
children | 67aae71a35a7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4bd8e5e91de9 |
---|---|
1 Source: genwebgallery | |
2 Section: web | |
3 Priority: extra | |
4 Maintainer: markus schnalke <meillo@marmaro.de> | |
5 Homepage: http://prog.marmaro.de/genwebgallery | |
6 Build-Depends: debhelper (>= 7) | |
7 Standards-Version: 3.7.3 | |
8 | |
9 Package: genwebgallery | |
10 Architecture: all | |
11 Depends: imagemagick, awk | |
12 Description: generates minimalistic web galleries | |
13 Very simple tool to generate static HTML pages to view pictures on the web. | |
14 The generated pages are not very beautiful, but simple. They contain just | |
15 what is really needed - no fancy stuff. Also the generation process is only | |
16 one program call. You can specify some configuration options like the | |
17 dimension of the created thumbnails, the name of the index page and some more. | |
18 All image processing is done via ImageMagick. |