annotate genwebgallery.1 @ 17:87296564acd3
better depends in debian/control
author |
meillo@marmaro.de |
date |
Sat, 10 May 2008 21:43:12 +0200 |
parents |
27f96c3b8224 |
children |
cb1f0dda49e7 |
rev |
line source |
meillo@12
|
1 .TH GENWEBGALLERY 1 "genwebgallery\-VERSION" "2007\-11\-21" "genwebgallery"
|
meillo@0
|
2
|
meillo@0
|
3 .SH NAME
|
meillo@0
|
4 genwebgallery
|
meillo@0
|
5
|
meillo@0
|
6 .SH SYNOPSIS
|
meillo@6
|
7 .B genwebgallery [OPTIONS] PICTURES
|
meillo@0
|
8
|
meillo@0
|
9 .SH DESCRIPTION
|
meillo@0
|
10 .B genwebgallery
|
meillo@16
|
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.
|
meillo@0
|
12 .PP
|
meillo@12
|
13 All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output.
|
meillo@0
|
14 .PP
|
meillo@0
|
15 The
|
meillo@0
|
16 .BR convert
|
meillo@0
|
17 tool from ImageMagick is required.
|
meillo@0
|
18
|
meillo@0
|
19 .SH OPTIONS
|
meillo@0
|
20 .TP
|
meillo@0
|
21 .B \-\-help
|
meillo@0
|
22 Show summary of options.
|
meillo@0
|
23 .TP
|
meillo@0
|
24 .B \-\-version
|
meillo@0
|
25 Show version of program
|
meillo@0
|
26 .TP
|
meillo@0
|
27 .B \-v, \-\-verbose
|
meillo@0
|
28 Outputs more log data
|
meillo@0
|
29 .TP
|
meillo@0
|
30 .B \-o, \-\-output
|
meillo@0
|
31 Specify output directory
|
meillo@0
|
32 .TP
|
meillo@0
|
33 .B \-i, \-\-index
|
meillo@0
|
34 Specify index file (index.htm)
|
meillo@0
|
35 .TP
|
meillo@0
|
36 .B \-t, \-\-title
|
meillo@0
|
37 Specify title of gallery
|
meillo@0
|
38 .TP
|
meillo@0
|
39 .B \-c, \-\-copyright
|
meillo@0
|
40 Specify copyright notice
|
meillo@0
|
41 .TP
|
meillo@12
|
42 .B \-ps, \-\-pic\-size
|
meillo@16
|
43 Specify size of pictures
|
meillo@0
|
44 .TP
|
meillo@12
|
45 .B \-ts, \-\-thumb\-size
|
meillo@0
|
46 Specify size of thumbnails
|
meillo@6
|
47 .TP
|
meillo@6
|
48 .B \-\-overwrite
|
meillo@6
|
49 Overwrites the output directory if it exists without asking.
|
meillo@6
|
50 Without this option, the users is interactively asked what to do.
|
meillo@6
|
51 .PP
|
meillo@6
|
52 See
|
meillo@12
|
53 .B genwebgallery \-\-help
|
meillo@6
|
54 for default values.
|
meillo@0
|
55
|
meillo@0
|
56 .SH EXIT CODE
|
meillo@0
|
57 .TP
|
meillo@0
|
58 .B 1
|
meillo@0
|
59 Any other error
|
meillo@0
|
60 .TP
|
meillo@0
|
61 .B 2
|
meillo@0
|
62 The required program
|
meillo@0
|
63 .B convert
|
meillo@0
|
64 could not be found. It's probably not installed.
|
meillo@0
|
65 Normally it is provided by the ImageMagick tool collection.
|
meillo@6
|
66 .TP
|
meillo@6
|
67 .B 3
|
meillo@6
|
68 The output directory already exists and the user wanted to keep it.
|
meillo@6
|
69 .TP
|
meillo@6
|
70 .B 4
|
meillo@6
|
71 The output directory already exists and the user wanted it to be deleted, but it was not possible.
|
meillo@0
|
72
|
meillo@0
|
73 .SH SEE ALSO
|
meillo@0
|
74 .BR convert (1),
|
meillo@0
|
75 .BR ImageMagick (1).
|
meillo@0
|
76
|
meillo@0
|
77 .SH AUTHOR
|
meillo@6
|
78 genwebgallery and this man page was written by markus schnalke <meillo@marmaro.de>
|
meillo@0
|
79 .PP
|
meillo@0
|
80 Website: http://prog.marmaro.de
|