genwebgallery
diff genwebgallery.1 @ 0:9f4fa0bc1584
initial commit
author | meillo@marmaro.de |
---|---|
date | Thu, 22 Nov 2007 21:13:25 +0100 |
parents | |
children | 737fe869e278 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/genwebgallery.1 Thu Nov 22 21:13:25 2007 +0100 1.3 @@ -0,0 +1,67 @@ 1.4 +.TH GENWEBGALLERY 1 "genwebgallery-VERSION" "2007-11-21" "genwebgallery" 1.5 + 1.6 +.SH NAME 1.7 +genwebgallery 1.8 + 1.9 +.SH SYNOPSIS 1.10 +.B genwebgallery FILES 1.11 + 1.12 +.SH DESCRIPTION 1.13 +.B genwebgallery 1.14 +generates a web gallery of mentioned pictures. 1.15 +.PP 1.16 +Only static HTML pages are generated. 1.17 +.PP 1.18 +The 1.19 +.BR convert 1.20 +tool from ImageMagick is required. 1.21 + 1.22 +.SH OPTIONS 1.23 +.B genwebgallery 1.24 +.TP 1.25 +.B \-\-help 1.26 +Show summary of options. 1.27 +.TP 1.28 +.B \-\-version 1.29 +Show version of program 1.30 +.TP 1.31 +.B \-v, \-\-verbose 1.32 +Outputs more log data 1.33 +.TP 1.34 +.B \-o, \-\-output 1.35 +Specify output directory 1.36 +.TP 1.37 +.B \-i, \-\-index 1.38 +Specify index file (index.htm) 1.39 +.TP 1.40 +.B \-t, \-\-title 1.41 +Specify title of gallery 1.42 +.TP 1.43 +.B \-c, \-\-copyright 1.44 +Specify copyright notice 1.45 +.TP 1.46 +.B \-ps, \-\-pic-size 1.47 +Specify size of picture 1.48 +.TP 1.49 +.B \-ts, \-\-thumb-size 1.50 +Specify size of thumbnails 1.51 + 1.52 +.SH EXIT CODE 1.53 +.TP 1.54 +.B 1 1.55 +Any other error 1.56 +.TP 1.57 +.B 2 1.58 +The required program 1.59 +.B convert 1.60 +could not be found. It's probably not installed. 1.61 +Normally it is provided by the ImageMagick tool collection. 1.62 + 1.63 +.SH SEE ALSO 1.64 +.BR convert (1), 1.65 +.BR ImageMagick (1). 1.66 + 1.67 +.SH AUTHOR 1.68 +genwebgallery was written by markus schnalke <meillo@marmaro.de> 1.69 +.PP 1.70 +Website: http://prog.marmaro.de