From b9756f747afb92caa37c569334bd6e29236c9b77 Mon Sep 17 00:00:00 2001 From: gc Date: Mon, 26 Dec 2005 21:57:11 +0000 Subject: [PATCH] add missing man pages --- data/man/man1/booh-fix-whitebalance.1 | 44 +++++++++++++++++++++ data/man/man1/webalbum2booh.1 | 56 +++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 data/man/man1/booh-fix-whitebalance.1 create mode 100644 data/man/man1/webalbum2booh.1 diff --git a/data/man/man1/booh-fix-whitebalance.1 b/data/man/man1/booh-fix-whitebalance.1 new file mode 100644 index 0000000..2ea13b9 --- /dev/null +++ b/data/man/man1/booh-fix-whitebalance.1 @@ -0,0 +1,44 @@ +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +.\" + +.TH BOOH 1 "June 2005" "BOOH" "The booh web-album" + +.SH NAME +booh-fix-whitebalance \- a booh helper to "fix" the whitebalance of a picture + +.SH SYNOPSIS +\fBbooh-fix-whitebalance \fIorig_file dest_file.jpg level\fR + +.SH DESCRIPTION +\fBbooh-fix-whitebalance\fR is normally invoked by \fBbooh\fR or +\fBbooh-backend\fR to fix the white-balance of pictures in a +web-album. The \fIlevel\fR indicates the "strength" of the +correction and is negative to add more blue, or positive to +add more yellow. + +.SH AUTHOR +Written by Guillaume Cottenceau. +.br +Visit official homepage: http://zarb.org/~gc/html/booh.html + +.SH SEE ALSO +.BR booh(1) +.BR booh-backend(1) + +.SH COPYRIGHT +Copyright \(co 2005 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. diff --git a/data/man/man1/webalbum2booh.1 b/data/man/man1/webalbum2booh.1 new file mode 100644 index 0000000..ccfe216 --- /dev/null +++ b/data/man/man1/webalbum2booh.1 @@ -0,0 +1,56 @@ +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +.\" + +.TH BOOH 1 "June 2005" "BOOH" "The booh web-album" + +.SH NAME +webalbum2booh \- a configuration converter from WebAlbum.pl +albums to booh albums + +.SH SYNOPSIS +\fBwebalbum2booh\fR [\fIOPTION\fR]... + +.SH DESCRIPTION +\fBwebalbum2booh\fR is a configuration converter. It should be +used by people desiring to convert web-albums done with Denis +Havlik's WebAlbum.pl, to web-albums handled by booh. Is is +especially useful to automatically migrate the comments on +the pictures. + +.SH OPTIONS +.TP +.BR -h , \ --help +show command-line options summary +.TP +\fB-C \fIFILENAME\fR, \fB--config \fIFILENAME\fR +Set the config file of booh's album (hence, the booh album must +already exist) +.TP +\fB-v \fINUM\fR, \fB--verbose-level \fINUM\fR +Set max verbosity level (0: errors, 1: warnings, 2: important messages, 3: other messages) + +.SH AUTHOR +Written by Guillaume Cottenceau. +.br +Visit official homepage: http://zarb.org/~gc/html/booh.html + +.SH SEE ALSO +.BR booh-backend(1) + +.SH COPYRIGHT +Copyright \(co 2005 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. -- 2.30.2