From ba4c88dc53712711115eefcf83bdf17c535d6fbb Mon Sep 17 00:00:00 2001 From: gc Date: Thu, 14 Jul 2005 20:33:55 +0000 Subject: [PATCH] *** empty log message *** --- data/man/man1/booh-backend.1 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/data/man/man1/booh-backend.1 b/data/man/man1/booh-backend.1 index e7910e7..05ecd03 100644 --- a/data/man/man1/booh-backend.1 +++ b/data/man/man1/booh-backend.1 @@ -89,7 +89,29 @@ Do the minimum work to be able to see the album under the GUI (don't generate al Set max verbosity level (0: errors, 1: warnings, 2: important messages, 3: other messages) .TP \fB-i\fR \fIPIPE\fR, \fB--info-pipe\fR \fIPIPE\fR -Name a file where to write information about what's going on (used by the GUI) +Name a file where to write information about what's going on (used by the GUI to update waiting messages etc) + +.SH EXAMPLES + +Simply generate a web-album out of photos in \fB/tmp/Albums\fR, to the directory \fB/tmp/booh-try\fR: +.PP +\fI# booh-backend --source /tmp/Albums --destination /tmp/booh-try\fR +.PP + +The same, but also save the XML "config" file which will contain the list of images/videos and options for them: +.PP +\fI# booh-backend --source /tmp/Albums --destination /tmp/booh-try --config-skel /tmp/myconf.xml\fR +.PP + +If you want to manually change things in the XML "config" file (the GUI is best suited for that, but who knows), then you can regenerate the updated web-album with: +.PP +\fI# booh-backend --config /tmp/myconf.xml\fR +.PP + +If you add/remove images/videos or even whole subdirectories in the source tree /tmp/Albums, you can ask booh to merge differences (and regenerate the config file and the web-album) with: +.PP +\fI# booh-backend --merge-config /tmp/myconf.xml\fR +.PP .SH AUTHOR Written by Guillaume Cottenceau. -- 2.30.4