# HG changeset patch # User meillo@marmaro.de # Date 1212692702 -7200 # Node ID 42bf012f60450d380d554d1dd88e9952b5f21095 # Parent bf5e03c366710e3ded04236ff2dbb24c9fa3e930 updated man page diff -r bf5e03c36671 -r 42bf012f6045 genwebgallery --- a/genwebgallery Wed Jun 04 23:02:34 2008 +0200 +++ b/genwebgallery Thu Jun 05 21:05:02 2008 +0200 @@ -9,7 +9,7 @@ PROGRAM=genwebgallery -VERSION=0.6 +VERSION=0.7 verbose="no" targetDir="webgallery" diff -r bf5e03c36671 -r 42bf012f6045 genwebgallery.1 --- a/genwebgallery.1 Wed Jun 04 23:02:34 2008 +0200 +++ b/genwebgallery.1 Thu Jun 05 21:05:02 2008 +0200 @@ -1,4 +1,4 @@ -.TH GENWEBGALLERY 1 "genwebgallery\-0.5" "2008\-06\-04" "genwebgallery" +.TH GENWEBGALLERY 1 "genwebgallery\-0.7" "2008\-06\-05" "genwebgallery" .SH NAME genwebgallery \- generates minimalistic web galleries @@ -10,7 +10,9 @@ .B genwebgallery 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. .PP -All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output. +All generated content goes in a subdirectory which defaults to +.IR webgallery . +Or any other directory specified by \-\-output. .PP Files are skipped if .B convert @@ -35,13 +37,13 @@ Specify output directory .TP .B \-i, \-\-index -Specify index file (index.htm) +Specify index file .TP .B \-t, \-\-title Specify title of gallery .TP -.B \-c, \-\-copyright -Specify copyright notice +.B \-f, \-\-footer +Specify footer text .TP .B \-ps, \-\-pic\-size Specify size of pictures @@ -57,6 +59,27 @@ .B genwebgallery \-\-help for default values. +.SH EXAMPLES +To create an image gallery as fast as possible, simply call the program with the pictures you want as arguments. +.IP +genwebgallery *.jpg +.PP +The program creates a directory +.I webgallery +which contains a +.I index.html +and each picture in large, small and a HTML for it. +.PP +If you want to customize the output +.IP +genwebgallery -o holiday2008 -t "Trip to Hawaii" ~/hawaii08/*.jpg +.PP +Creates a directory +.I holiday2008 +which contains a +.I index.html +and each picture in large, small and a HTML for it. All HTML pages are titled with ``Trip to Hawaii''. + .SH EXIT CODE .TP .B 1