-U --merge-config-subdirs -D --dir -u \
--use-config -f --force -S --sizes -T \
--thumbnails-per-row -p --thumbnails-per-page \
+ -L --multi-languages \
-o --optimize-for-32 -l --index-link \
-n --made-with -c --comments-format \
-m --mproc -g --for-gui -v \
--verbose-level' -- $cur ) )
fi
}
+
+_booh-classifier()
+{
+ local cur prev
+
+ COMPREPLY=()
+ cur=${COMP_WORDS[COMP_CWORD]}
+ prev=${COMP_WORDS[COMP_CWORD-1]}
+
+ if [[ "$cur" == -* ]]; then
+ COMPREPLY=( $( compgen -W '-h --help -v --verbose-level -s --sort-by-exif-date' -- $cur ) )
+ else
+ _filedir -d
+ fi
+}
+
complete -F _booh-backend booh-backend
+complete -F _booh-classifier booh-classifier
+
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 15 "September 2007" "BOOH" "The booh web-album"
+.TH BOOH 15 "March 2008" "BOOH" "The booh web-album"
.SH NAME
album2booh \- a configuration converter from album
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
-Copyright \(co 2007 Stéphane Fillod.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
+Copyright \(co 2007 Stephane Fillod.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH-BACKEND 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH-BACKEND 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
booh-backend \- backend script of \fBbooh\fR, the static web-album generator
\fB-O\fR \fIFILE\fR, \fB--merge-config-onedir\fR \fIFILE\fR
File containing config listing, for merging the subdir specified with --dir
.TP
+\fB-U\fR \fIFILE\fR, \fB--merge-config-subdirs\fR \fIFILE\fR
+File containing config listing, for merging the new subdirs down the subdir specified with --dir
+.TP
\fB-D\fR \fIDIR\fR, \fB--dir\fR \fIDIR\fR
-Directory for merge with --merge-config-onedir
+Directory for merge with --merge-config-onedir or --merge-config-subdirs
.TP
\fB-u\fR \fIFILE\fR, \fB--use-config\fR \fIFILE\fR
File containing config listing, where to change theme info
\fB-S\fR \fISIZELIST\fR, \fB--sizes\fR \fISIZELIST\fR
Specify the list of images sizes to use instead of all specified in the theme (this is a comma-separated list)
.TP
-\fB-e\fR, \fB--empty-comments\fR
-Prefer empty comments over filename when creating new albums
+\fB-L\fR \fILANGUAGES\fR, \fB--multi-languages\fR \fILANGUAGES\fR
+Specify the list of languages to support (uses Apache MultiViews); this is a comma-separated list of supported languages, with last element used as the fallback language; for example: 'fr,eo,en,en'; supported languages: en, de, fr, ja, eo
+.TP
+\fB-T\fR \fINUM\fR, \fB--thumbnails-per-row\fR \fINUM\fR
+Specify the amount of thumbnails per row in the thumbnails page (if applicable in theme)
+.TP
+\fB-p\fR \fINUM\fR, \fB--thumbnails-per-page\fR \fINUM\fR
+Specify the amount of thumbnails per page in the thumbnails page, after which split occurs
+.TP
+\fB-o\fR, \fB--optimize-for-32\fR
+Resize images with optimized sizes for 3/2 aspect ratio rather than 4/3 (typical aspect ratio of pictures from non digital cameras are 3/2 when pictures from digital cameras are 4/3)
+.TP
+\fB-l\fR \fIMARKUP\fR, \fB--index-link\fR \fIMARKUP\fR
+Specify the HTML markup to use on the bottom of pages for a small link returning to wherever you see fit in your website (or somewhere else)
+.TP
+\fB-n\fR \fIMARKUP\fR, \fB--made-with\fR \fIMARKUP\fR
+Specify the HTML markup to use on the bottom of pages for a small 'made with' message
+.TP
+\fB-c\fR \fIFORMAT\fR, \fB--comments-format\fR \fIFORMAT\fR
+Specify comments format to use for images instead of only filename when creating new albums; use ImageMagick's format
.TP
\fB-m\fR \fINUM\fR, \fB--mproc\fR \fINUM\fR
Specify the number of processors for multi-processors machines
.BR booh-classifier(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
booh-classifier \- pictures/videos classifier aimed at being run prior to booh
.TP
\fB-v \fINUM\fR, \fB--verbose \fINUM\fR
Set max verbosity level (0: errors, 1: warnings, 2: important messages, 3: other messages)
+.TP
+\fB-s\fR, \fB--sort-by-exif-date\fR
+Sort entries by EXIF date
.SH AUTHOR
Written by Guillaume Cottenceau.
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2007 Guillaume Cottenceau.
+Copyright \(co 2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
booh-fix-whitebalance \- a booh helper to "fix" the whitebalance of a picture
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
booh-gamma-corection \- a booh helper to perform gamma correction on a picture
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
booh \- static web-album generator
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH BOOH 1 "July 2007" "BOOH" "The booh web-album"
+.TH BOOH 1 "March 2008" "BOOH" "The booh web-album"
.SH NAME
webalbum2booh \- a configuration converter from WebAlbum.pl
.BR booh-backend(1)
.SH COPYRIGHT
-Copyright \(co 2005-2007 Guillaume Cottenceau.
+Copyright \(co 2005-2008 Guillaume Cottenceau.
.br
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.