genwebgallery

diff 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 diff
     1.1 --- a/debian/control	Sat Apr 19 11:38:29 2008 +0200
     1.2 +++ b/debian/control	Sat Apr 19 21:20:37 2008 +0200
     1.3 @@ -8,9 +8,17 @@
     1.4  Package: genwebgallery
     1.5  Architecture: all
     1.6  Depends: ${shlibs:Depends}, ${misc:Depends}, imagemagick
     1.7 -Description: generates a web gallery with static html
     1.8 +Description: generates a minimalistic web gallery
     1.9   *** unofficial package from meillo@marmaro.de ***
    1.10   .
    1.11 - Very simple tool to generate static html pages to view pictures on the web.
    1.12 + Very simple tool to generate static HTML pages to view
    1.13 + pictures on the web.
    1.14 + The generated pages are not very beautiful, but simple.
    1.15 + They contain just what is really needed - no fancy stuff.
    1.16 + Also the generation process is only one program call. You
    1.17 + can specify some configuration options like the dimension
    1.18 + of the created thumbnails, the name of the index page and
    1.19 + some more.
    1.20 + All image processing is done via ImageMagick.
    1.21   .
    1.22   Homepage: http://prog.marmaro.de