genwebgallery
changeset 36:42bf012f6045
updated man page
author | meillo@marmaro.de |
---|---|
date | Thu, 05 Jun 2008 21:05:02 +0200 |
parents | bf5e03c36671 |
children | 5337b8aee2d6 |
files | genwebgallery genwebgallery.1 |
diffstat | 2 files changed, 29 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/genwebgallery Wed Jun 04 23:02:34 2008 +0200 1.2 +++ b/genwebgallery Thu Jun 05 21:05:02 2008 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 1.5 1.6 PROGRAM=genwebgallery 1.7 -VERSION=0.6 1.8 +VERSION=0.7 1.9 1.10 verbose="no" 1.11 targetDir="webgallery"
2.1 --- a/genwebgallery.1 Wed Jun 04 23:02:34 2008 +0200 2.2 +++ b/genwebgallery.1 Thu Jun 05 21:05:02 2008 +0200 2.3 @@ -1,4 +1,4 @@ 2.4 -.TH GENWEBGALLERY 1 "genwebgallery\-0.5" "2008\-06\-04" "genwebgallery" 2.5 +.TH GENWEBGALLERY 1 "genwebgallery\-0.7" "2008\-06\-05" "genwebgallery" 2.6 2.7 .SH NAME 2.8 genwebgallery \- generates minimalistic web galleries 2.9 @@ -10,7 +10,9 @@ 2.10 .B genwebgallery 2.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. 2.12 .PP 2.13 -All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output. 2.14 +All generated content goes in a subdirectory which defaults to 2.15 +.IR webgallery . 2.16 +Or any other directory specified by \-\-output. 2.17 .PP 2.18 Files are skipped if 2.19 .B convert 2.20 @@ -35,13 +37,13 @@ 2.21 Specify output directory 2.22 .TP 2.23 .B \-i, \-\-index 2.24 -Specify index file (index.htm) 2.25 +Specify index file 2.26 .TP 2.27 .B \-t, \-\-title 2.28 Specify title of gallery 2.29 .TP 2.30 -.B \-c, \-\-copyright 2.31 -Specify copyright notice 2.32 +.B \-f, \-\-footer 2.33 +Specify footer text 2.34 .TP 2.35 .B \-ps, \-\-pic\-size 2.36 Specify size of pictures 2.37 @@ -57,6 +59,27 @@ 2.38 .B genwebgallery \-\-help 2.39 for default values. 2.40 2.41 +.SH EXAMPLES 2.42 +To create an image gallery as fast as possible, simply call the program with the pictures you want as arguments. 2.43 +.IP 2.44 +genwebgallery *.jpg 2.45 +.PP 2.46 +The program creates a directory 2.47 +.I webgallery 2.48 +which contains a 2.49 +.I index.html 2.50 +and each picture in large, small and a HTML for it. 2.51 +.PP 2.52 +If you want to customize the output 2.53 +.IP 2.54 +genwebgallery -o holiday2008 -t "Trip to Hawaii" ~/hawaii08/*.jpg 2.55 +.PP 2.56 +Creates a directory 2.57 +.I holiday2008 2.58 +which contains a 2.59 +.I index.html 2.60 +and each picture in large, small and a HTML for it. All HTML pages are titled with ``Trip to Hawaii''. 2.61 + 2.62 .SH EXIT CODE 2.63 .TP 2.64 .B 1