Makesite(1)
Index:
NAME
Makesite - A Static Pictures Gallery Generator
SYNOPSYS
makesite [photos_dir] [web_dir] makesite -i photo_dir -o web_dir --css-file mine.css --average-size=640 makesite -input-dir photo_dir --output-dir=www --noparentdir
OPTIONS
- --verbose
- Having information of current progression
- --noverbose
- Disable infomation output.
- --input-dir, -i
- Specify the pictures input directory.
- --output-dir, -o
- Specify where the HTML gallery will be generated.
- --email
- User's email written on main page (not implemented yet).
- --prev-url [URL]
- Specify the URL where the actual generated page has to come back. `..' is given by default.
- --parent-url
- Allows the use of a parent URL. Activated by default
- --noparent-url
- Disable the parent URL.
- --thumbnail-size [size]
- Specify a width size for the thumbnails. 120 pixels is the default value.
- --average_size [size]
- Give a width for the averaged images. 800 is the default. That makes 800x600 pictures.
- --css-file [file]
- Change the name of the CSS file used. By default a makesite.css is generated and used.
- --background-color
- Change the background color, `white' is the default color.
- --menu-width
- This the amount of pixel added to the thumbnails width that make the width of the menu frame. By default it is 50 pixels. So the menu frame is 170 pixels long.
- --force
- Overwrite the output directory
- --mode
- Give octal right for generated files and the output dir. For more explanations see chmod(1).
- --favicon-url
- Enter an favicon URL. [ by default : http://eole.megarezo.org/camera.png ]
- --help-url
- Enter an favicon URL. [ default values : http://eole.megarezo.org/about ] Get jhead at http://www.sentex.net/~mwandel/jhead
- --jhead-bin
- Specify Jhead binary absolute path [ default = /usr/bin/jhead ]
DESCRIPTION
This program generates a static HTML pictures gallery . It makes two frames, but you can navigate without frames if you prefer :
- The left one, called menu with the thumbnails in column ;
- on the right panle, there's an average sized picture and it's meta-informations.
Some nice makesite features :
- Videos are also thumbnailled (requires mplayer being installed) ;
- EXIF fields are parsed and written (requires jhead) ;
- pictures are automaticly rotated if the camera handle the orientation (requires jhead and ImageMagick) ;
- Use of <link rel=``prefetch''> which allows pictures preloaded ;
- Use of other <link> tag for the navigation support ;
Needed softwares :
- ImageMagick - http://imagemagick.org
- jhead - http://www.sentex.net/~mwandel/jhead
- mplayer - http://mplayerhq.hu
AUTHORS
This program is made by Julien ``Éole'' Avarre <eole@croot.net>, based based on Guillaume Thibaux's code and idea.
REPORTING BUGS
Please suggestions, ideas, comments and report bugs to <eole@croot.net>.
COPYRIGHT
Copyright © 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE see for more explanation : <http://www.gnu.org/licenses/gpl.txt>