Names of generic llgal files:
captions_header_filename = filename
- Name of the captions header file that is inserted at the beginning of generated captions files. Default is captions.header.
- Name of the CSS file. Default is llgal.css.
- Name of the film tile image. Default is tile.png. Note that it must match the one that is used in the CSS file.
- Change image name for link to the index. Default is index.png.
- Change image name for link to the next slide. Default is next.png.
- Change image name for link to the previous slide. Default is prev.png.
- Name of the HTML index template. Default is indextemplate.html.
- Name of the HTML slide template. Default is slidetemplate.html.
Location of llgal files if available on the web
css_location = url
- The location of the CSS on the web instead of a local one [--uc <url>]. If ending with a slash, css_filename will be appended.
- The location of the filmtile image on the web instead of a local one [--ui <url>]. If ending with a slash, filmtile_filename will be appended.
- The location of the index link image on the web instead of a local one [--ui <url>]. If ending with a slash, index_link_image_filename will be appended.
- The location of the prev slide link image on the web instead of a local one [--ui <url>]. If ending with a slash, prev_slide_link_image_filename will be appended.
- The location of the next slide link image on the web instead of a local one [--ui <url>]. If ending with a slash, next_slide_link_image_filename will be appended.
Location and name of generated files:
local_llgal_dir = subdirectory name
- The name of the subdirectory where llgal generated files will be stored. This option is only available in system- and user-wide configuration files. Default is .llgal/.
- Name of the generated index file [-i <s>]. Default is index.
- Prefix of generated HTML slide filenames. Default is "slide_". Note that this prefix is used to decide what HTML to delete when --clean is passed. Setting this option to an empty string will make llgal remove all HTML files.
- Prefix used to determine slide-image filenames from original images (in case of --sx or --sy). Default is "scaled_".
- Prefix used to determine thumbnail filenames from original images. Default is "thumb_".
- Name of the caption file that will be generated when llgal is called with --gc, or will be automatically used if it exists to generate slide captions. Default is "captions".
- Additional prefix of user-provided scaled images. Default is my.
- Additional prefix of user-provided thumbnails. Default is my.
- Character to use to replace / in the thumbnail/scaled of subdir images. Default is @.
Index:
index_cellpadding = <pixels>
- Cellpadding in the index table [-p <n>]. Default is 3.
- Display links and text as regular text instead of thumbnails in the main gallery thumbnail index [-L]. Default is 0 (disabled).
- Pixels per row of thumbnails in index [-wx <n>]. Default is 0 (unlimited).
- Thumbnails per row in index [-w <n>]. Default is 5.
- Maximal height of thumbnails [--ty <n>]. Default is 75. Changing this value does not affect the maximal width (see thumbnail_width_max).
- Maximal width of thumbnails [--tx <n> ]. If 0 is used, the width is unlimited. If not 0, all thumbnails are padded to the given width. Default is 113. Changing this value does not affect the maximal height (see thumbnail_height_max).
- Write captions under thumbnails [-u]. Default is 0 (disabled).
- Show film effect [--fe]. Default is 0 (disabled).
- Make movie thumbnails links point to the movie instead of the corresponding slide. Default is 1 (link to the movie).
- Make file thumbnails links point to the file instead of the corresponding slide. Default is 1 (link to the file).
- Make directory thumbnails links point to the movie instead of the corresponding slide. Default is 1 (link to the directory).
- Make link thumbnails point to the link instead of the corresponding slide. It is similar to using LNKNOSLIDE: entries instead of LNK:. Default is 1 (link to the link target).
Slides:
make_no_slides = <0/1>
- Make no slides [-s]. Default is 0 (make slides).
- Use filenames as slide filenames [-n]. Default is 0 (disabled).
- Also use extension in slide filename when generated from filename. Default is 0 (disabled).
- Do not output any absolute image size in the HTML code and assume the CSS style sheet will take care of it (in table.slide td.image-slide img). Default is 0 (disabled).
- Maximal width of slides [--sx <n>]. Default is 0 (unlimited).
- Maximal height of slides [--sy <n>]. Default is 0 (unlimited).
- Default width of text slides. Default is 400.
- Default height of text slides. Default is 300.
- Use an image instead of a text label for the link to the index [--li]. Default is 0 (disabled).
- Use an image instead of a text label for the link to the previous slide [--li]. Default is 0 (disabled).
- Use an image instead of a text label for the link to the next slide [--li]. Default is 0 (disabled).
- Use a thumbnail preview instead of a text label for the link to the previous slide [--lt]. Default is 0 (disabled).
- Use a thumbnail preview instead of a text label for the link to the next slide [--lt]. Default is 0 (disabled).
- Generate links between last and first slides or galleries. Default is 1 (enabled).
- Generate slide titles from captions [-k]. Default is 0 (disabled).
- Display a table of EXIF tags under each image slide [--exif]. The tags are given with their name in exiftool -list and separated with a comma.
- Display a table of all available EXIF tags under each image slide [--exif].
- Link scaled image in slides to full unscaled images [--nf]. Default is 1 (enabled).
Captions:
captions_removal_line = string
- This line will be added to the caption file llgal will generate when called with --gc. If the user doesn't want llgal to remove this caption file when called with --clean, he just needs to remove this line from the file. Default is "REMOVE THIS LINE IF LLGAL SHOULD NOT REMOVE THIS FILE".
- Generate captions from filenames without their extension [--cf]. Default is 0 (disabled).
- Generate captions from filenames with their extension. 0 (disabled).
- Generate captions from image comment tag [--cc]. Default is "" (disabled).
- Add image timestamp to generated captions [--ct]. Default is 0 (disabled).
- Show image dimensions [-a, -ad]. Default is 0 (disabled).
- Show file sizes [-a, -as]. Default is 0 (disabled).
- Change the format of the counter on the slides. %n is replaced with the slide number, %0n gets leading zeros, and %t is replaced with the number of slides. Default is " (%0n/%t)". Slide counter may be disabled by setting to an empty string [--nc].
Text:
index_title_default = string
- Default title of the gallery. May be overridden with [--title <s>] or TITLE: in the captions file. Default is "Index of pictures".
- Label of the link to the parent directory. Default is "Back to parent gallery".
- Label of the link to the previous gallery. Default is "Previous gallery ".
- Label of the link to the next gallery. Default is "Next gallery ".
- Label of the link from a slide to the index. Default is "Index".
- Label of the link from a slide to the prev one. Default is "Prev>>".
- Label of the link from a slide to the next one. Default is "Next>>".
- Text prefixing the filename when generating link text for movies without a captions file. Default is "Open movie ".
- Text prefixing the filename when generating link text for files without a captions file. Default is "Download file ".
- Text prefixing the filename when generating link text for directories without a captions file. Default is "Open subgallery ".
- Text shown as an image alternative for full-size images in slides. Default is "".
- Text shown as an image alternative for scaled images in slides. Default is "Scaled image ".
- Text shown as an image alternative for thumbnails in the index. Default is "Thumbnail ".
- Text shown as an image alternative for the film tile in the index. Default is "Film Tile".
- Text shown when the mouse pointer is over a scaled image in a slide. Default is "Click to see full size ".
- Text shown when the mouse pointer is over a thumbnail. Default is "Click to enlarge ".
- Text shown when the mouse pointer is over a link from a slide to the index. Default is "Return to the index".
- Text shown when the mouse pointer is over a link from a slide to the previous one. Default is "Previous slide ".
- Text shown when the mouse pointer is over a link from a slide to the next one. Default is "Next slide ".
- Unit to be used when printing sizes [--asu <s>] Default is "kB".
- Change the strftime format used when generating captions from image date [--ct <s>]. Default is "%Y-%m-%d %H:%M:%S".
- Credits text at the bottom of the index Default is "created with <a href="http://home.gna.org/llgal">llgal</a>".
What files to insert in the gallery:
image_extensions = |-separated strings
- Extensions that are matched when searching images Default is "jpg|jpeg|png|gif|tif|tiff|bmp".
- Extensions that are matched when searching movies Default is "mpg|mpeg|avi|mov|ogm|wmv".
- Add all files to the list of entries, not only images and movies [-A]. Default is 0 (disabled).
- Add subdirectories to the list of entries [-S]. Default is 0 (disabled).
- Exclude files whose name matches [--exclude <s>]. This option may be used several times. Dot beginning files and html files are excluded by default.
- Include files whose name matches and were previously excluded [--include <s>]. This option may be used several times. The order of includes and excludes is respected.
- Sort criteria when scanning files in the working directory. Default is "name".
Sections:
section_dir = subdir
- Include subdirectory contents in the gallery [-P <subdir>]. This option may be used several times. Subdirectory path must be given relatively to the working directory. Default is to use the content of the working directory.
- Add all subdirectories to the list of sections [--Pall]. Default is 0 (disabled).
- Add the subdirectory name as a title at the beginning each section [--Ps]. Default is 0 (disabled).
- Add a horizontal line at the beginning of each section in the index [--Ps]. Default is 0 (disabled).
Recursion:
recursive = <0/1>
- Run recursively in subdirectories [-R]. Default is 0 (disabled).
- Add links between subgalleries [--Rl]. Default is 0 (disabled).
- Add links to the parent directory [--parent]. Default is 0 (disabled).
Various:
additional_configuration_file = filename
- Additional configuration file that is parsed immediately (before processing the following lines) [--config <s>]. This option may be used several times.
- Additional template directories [--templates]. This option may be used multiple times.
- Codeset to be set in HTML headers [--codeset <s>].
- Language to be used for generated text in HTML pages [--lang <s>]. If set, the LANGUAGE environment variable might prevent this option from working.
- Command to use to create scaled images for slides. Default is "convert --scale <MAXW>x<MAXH> -- <IN> <OUT>". See THUMBNAILS AND SCALED IMAGES GENERATION for details.
- Command to use to create thumbnails for the index. Default is "convert --scale <MAXW>x<MAXH> -- <IN> <OUT>". See THUMBNAILS AND SCALED IMAGES GENERATION for details.
- Force regeneration of thumbnails and scaled images [-f]. Default is 0 (disabled).
- Print notice messages [-v]. Default is 0 (disabled).
- Make all generated files world readable [--www]. Default is 0 (disabled).
- Extension of generated webpages [--php]. Default is "html".
AUTHOR
Brice Goglin