lazygal(1)
NAME
lazygal - static web gallery generator
SYNOPSIS
usage: lazygal [options] albumdir
DESCRIPTION
- This manual page explains the lazygal program. This pro
- gram is a static
web gallery generator written in Python.
OPTIONS
- -v, --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- --quiet
- Don't output anything except for errors.
- --debug
- Output everything that lazygal is doing.
- -o DEST_DIR, --output-directory=DEST_DIR
- Directory where web pages, slides and thumbs will
- be written
(default is current directory). - -t THEME, --theme=THEME
- Theme name (looked up in theme directory) or theme
- full path.
- --template-vars=TPL_VARS
- Common variables to load all templates
- with, define as
<name1>=<value1>, <name2>=<value2> . - --clean-destination
- Clean destination directory of files that should
- not be there.
- --check-all-dirs
- Exhaustively go through all directories regard
- less of source
modification time (prefer the use of touch on a - source directory
if you want to force its processing). - -s IMAGE_SIZE, --image-size=IMAGE_SIZE
- Size of images, define as
- <name>=<x>x<y>,..., eg.
small=800x600,medium=1024x768. - -T THUMBNAIL_SIZE, --thumbnail-size=THUMBNAIL_SIZE
- Size of thumbnails, define as <x>x<y>, eg. 150x113.
- -q QUALITY, --quality=QUALITY
- Quality of generated JPEG images (default is 85).
- -O, --original
- Include original photos in output.
THEMES
- A theme maps to a directory that contains at least the
- following items
: - <theme>/browse.thtml
- The XHTML template for the theme browse page (dis
- playing one picture).
- <theme>/dirindex.thtml
- The XHTML template for the directory index page (pic
- tures and subgalleries links).
- This must be valid XML. See
- <http://genshi.edgewall.org/wiki/Documentation/xml-templates.html> for syntax.
- Each file which name starts with SHARED_ is copied to
- the web album
destination under the directory shared and is aimed at be - ing a shared
ressource accross your web album (CSS stylesheet, button, - etc.).
- Each file which extension starts with t is processed
- through the genshi
text template engine before being copied. See - <http://http://genshi.edgewall.org/wiki/Documentation/text-templates.html>
- for syntax.
ALBUM METADATA
- If a directory from the source album contains a
- file named
album_description , it is processed as a source of album - metadata. See
/usr/share/doc/lazygal/README for more information.
FILES
- ~/.lazygal
- User configuration directory.
- ~/.lazygal/config
- User configuration file. INI like file format.
- ~/.lazygal/themes
- User themes directory.
SEE ALSO
- The full documentation for lazygal is maintained as a
- README file.
- More information is available on program website:
- <http://sousmonlit.dyndns.org/~niol/playa/oss:lazygal>.
- lazygal November 2007