Patches for BINS
BINS is a perl script which generates a HTML gallery from pictures. The development of bins seems to have stopped. So in my patched versions the following changes are made:
Changes in version 1.1.31
- Improvement of speed due to usage of HTML::Template::Pro. Due to
this change now the EXPR-tag is available for use in the templates.
- New tags THUMB_ID and THUMB_NUM. Within the NAV_BAR_TABLE the actual number of thumbnail pages and the maximal count of thumbnail pages is available.
- Display of the Exif "Title" element via the new "imagetitle"-tag.
Changes in version 1.1.30
- If gpx tracks are available, a page based on OpenStreetMap is created which displays the track.
- GPX-Tracks will be displayed in the Additional Media-Files section.
Changes in version 1.1.29-ue-1
- GPS-information is available as a template variable. For example it is possible to link directly to the correct position in OpenStreetMap.
- A bugfix so that bins runs on current distributions (tested with OpenSUSE 11.1 and Debian 4.0)
- User-Comments can be read from EXIF-tags.
- Uses Image::ExifTools. So several new tags are available, for example information about the used lens.
- I have included several other patches wich fixes several memory leaks
Download of the Patch.
bins-1.1.31.patch.bz2Installation
Patch the original bins via "patch -p1 < bins-1.1.30.patch".Template-Extension for GPS Information.
The following template-variables are new:- GPSLATDD : Latitude in decimal degrees
- GPSLONDD : Longitude in decimal degrees
- GPSLATITUDE : Latitude from EXIF-information
- GPSLONGITUDE: Longitude from EXIF-information
<TMPL_IF NAME=GPSLATDD>
<a href="http://www.openstreetmap.org/?mlat=<TMPL_VAR NAME=GPSLATDD>&mlon=<TMPL_VAR NAME=GPSLONDD>&zoom=16&layers=B000FTF"
target="_blank">GPS <TMPL_VAR NAME=GPSLATITUDE>, <TMPL_VAR NAME=GPSLONGITUDE></a>
</TMPL_IF>
Template of my Gallery V1.1.2
Template Uli | Template Black |
---|---|
See here for an example gallery. | See here for an example gallery. |
Download templates.uli-1.1.5.tar.bz2.
|
Download templates.uli_black-1.0.3.tar.bz2.
|
Old template versions. | |
Download templates.uli-1.1.3.tar.bz2.
Download templates.uli-1.1.2.tar.bz2.
Download templates.uli-1.1.1.tar.bz2.
|
Download uli_black-1.0.1.tar.bz2.
Download templates.uli_black-1.0.tar.bz2. |
Older Version.
Download