*** empty log message ***
authorgc <gc>
Thu, 14 Jul 2005 20:33:55 +0000 (20:33 +0000)
committergc <gc>
Thu, 14 Jul 2005 20:33:55 +0000 (20:33 +0000)
data/man/man1/booh-backend.1

index e7910e713fffa29e1a456ba146129385668521bc..05ecd0353972bad39b3ce34487a69a1f0a7da86d 100644 (file)
@@ -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.