Add files from parent branch HEAD:
[pkgsrcv2.git] / www / bins / DESCR
1 The aim of BINS is to generate static HTML photo albums. Some of the
2 functionalities of BINS are:
3 * album can contains other albums (sub albums): tree structure
4 * generation of a thumbnail and of scaled images for each picture
5 * generated album appearance is fully customizable by using HTML
6   templates and configuration parameters
7 * several description fields (date, location, etc...) can be
8   associated with the pictures (in text or HTML format)
9 * Exif information and Digital camera support:
10   o use the EXIF data structure found on some image files (usually,
11     those produced by digital cameras) to fill automatically some fields
12     (date and time for example).
13   o BINS use the Orientation EXIF tag (which is normally set when you
14     rotate a image on you DigiCam) to rotate the picture to correct
15     orientation.
16   o For each image, a page provides all information available on the
17     picture and the DigiCam settings when the photo was taken.
18   o All EXIF information is saved in the XML description file,
19     preventing they disappear when the image is modified
20 * customizable charset encoding for HTML generation, including UTF-8
21   (Unicode) support by default. Generation of the Apache .htaccess file
22   for correct encoding charset in HTTP headers
23 * generate valid HTML 4 code.