---------------------------------------------------------------------------- Usage: indexhtml [-h] [-q] [-t] [--no_thumbnails] [-o outputfile] file [file] Description: indexhtml will help you to compose an html index page with hyperlinks set to files read from command-line. The item list of the result html index page is built using the first line of the info file (extension .info) if found, or by default using the name of the input file without extension. If files with different extensions are listed by order then the same info file is used. indexhtml uses the convert command from http://www.imagemagick.org/. Options: -h, --help, -help Print this manual. -q, --quiet Nothing is printed on standard output. -o, --output file The file specified will be used as output. Default is indexhtml_#processusnumber. -t, --title Character string for the index title. --no_thumbnails Do not create jpeg thumbnails By default, a jpeg thumbnail is created if file is a gif image. Arguments: file: Files to index are read from command-line. Examples: indexhtml -o example atlas_7764/s*/*gif indexhtml -o example `ls -rt atlas_7764/s*/*gif atlas_7764/s*/*pdf` indexhtml -o example `ls *.pdf ; ls -rt atlas_7764/s*/*gif atlas_7764/s*/*pdf` ----------------------------------------------------------------------------