genwebgallery

diff genwebgallery.1 @ 36:42bf012f6045

updated man page
author meillo@marmaro.de
date Thu, 05 Jun 2008 21:05:02 +0200
parents 8164905ea8af
children c1d50b95f177
line diff
     1.1 --- a/genwebgallery.1	Wed Jun 04 23:02:34 2008 +0200
     1.2 +++ b/genwebgallery.1	Thu Jun 05 21:05:02 2008 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH GENWEBGALLERY 1 "genwebgallery\-0.5" "2008\-06\-04" "genwebgallery"
     1.5 +.TH GENWEBGALLERY 1 "genwebgallery\-0.7" "2008\-06\-05" "genwebgallery"
     1.6  
     1.7  .SH NAME
     1.8  genwebgallery \- generates  minimalistic web galleries
     1.9 @@ -10,7 +10,9 @@
    1.10  .B genwebgallery
    1.11  Generates a web gallery of mentioned pictures. Only very minimalistic static HTML pages are generated. Copies of the pictures are resized to the defined sizes.
    1.12  .PP
    1.13 -All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output.
    1.14 +All generated content goes in a subdirectory which defaults to
    1.15 +.IR webgallery .
    1.16 +Or any other directory specified by \-\-output.
    1.17  .PP
    1.18  Files are skipped if
    1.19  .B convert
    1.20 @@ -35,13 +37,13 @@
    1.21  Specify output directory
    1.22  .TP
    1.23  .B \-i, \-\-index
    1.24 -Specify index file (index.htm)
    1.25 +Specify index file
    1.26  .TP
    1.27  .B \-t, \-\-title
    1.28  Specify title of gallery
    1.29  .TP
    1.30 -.B \-c, \-\-copyright
    1.31 -Specify copyright notice
    1.32 +.B \-f, \-\-footer
    1.33 +Specify footer text
    1.34  .TP
    1.35  .B \-ps, \-\-pic\-size
    1.36  Specify size of pictures
    1.37 @@ -57,6 +59,27 @@
    1.38  .B genwebgallery \-\-help
    1.39  for default values.
    1.40  
    1.41 +.SH EXAMPLES
    1.42 +To create an image gallery as fast as possible, simply call the program with the pictures you want as arguments.
    1.43 +.IP
    1.44 +genwebgallery *.jpg
    1.45 +.PP
    1.46 +The program creates a directory
    1.47 +.I webgallery
    1.48 +which contains a
    1.49 +.I index.html
    1.50 +and each picture in large, small and a HTML for it.
    1.51 +.PP
    1.52 +If you want to customize the output
    1.53 +.IP
    1.54 +genwebgallery -o holiday2008 -t "Trip to Hawaii" ~/hawaii08/*.jpg
    1.55 +.PP
    1.56 +Creates a directory
    1.57 +.I holiday2008
    1.58 +which contains a
    1.59 +.I index.html
    1.60 +and each picture in large, small and a HTML for it. All HTML pages are titled with ``Trip to Hawaii''.
    1.61 +
    1.62  .SH EXIT CODE
    1.63  .TP
    1.64  .B 1