changeset 36:42bf012f6045

updated man page
author meillo@marmaro.de
date Thu, 05 Jun 2008 21:05:02 +0200 (2008-06-05)
parents bf5e03c36671
children 5337b8aee2d6
files genwebgallery genwebgallery.1
diffstat 2 files changed, 29 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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