diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-04 19:37:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-04 19:37:38 +0000 |
commit | 0cee21f3f590e71b0ab060a3951bc85007fffc12 (patch) | |
tree | 86232a3b9e1b6259512049abd402acfd78918923 /www/bins/MESSAGE | |
parent | c60907026fd9beecc7deb6b64ee8681f73fe0302 (diff) | |
download | pkgsrc-0cee21f3f590e71b0ab060a3951bc85007fffc12.tar.gz |
Initial import of bins:
The aim of BINS is to generate static HTML photo albums. Some of the
functionalities of BINS are :
* album can contains other albums (sub albums): tree structure
* generation of a thumbnail and of scaled images for each picture
* generated album appearance is fully customizable by using HTML
templates and configuration parameters
* several description fields (date, location, etc...) can be
associated with the pictures (in text or HTML format)
* Exif information and Digital camera support:
o use the EXIF data structure found on some image files (usually,
those produced by digital cameras) to fill automatically some fields
(date and time for example).
o BINS use the Orientation EXIF tag (which is normally set when you
rotate a image on you DigiCam) to rotate the picture to correct
orientation.
o For each image, a page provides all information available on the
picture and the DigiCam settings when the photo was taken.
o All EXIF information is saved in the XML description file,
preventing they disappear when the image is modified
* customizable charset encoding for HTML generation, including UTF-8
(Unicode) support by default. Generation of the Apache .htaccess file
for correct encoding charset in HTTP headers
* generate valid HTML 4 code.
Diffstat (limited to 'www/bins/MESSAGE')
-rw-r--r-- | www/bins/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/bins/MESSAGE b/www/bins/MESSAGE new file mode 100644 index 00000000000..bd8f6472a75 --- /dev/null +++ b/www/bins/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/07/04 19:37:38 wiz Exp $ + + Before running bins, copy the example templates directory + ${PREFIX}/share/examples/bins/templates.default + into your home directory as + ~/.bins/templates.default + and modify. + +=========================================================================== |