#!/usr/local/bin/perl -w # the config file for DJB's new salami. Unlike Rob Hartill's, # this is actual perl code and most of the names are the same as # the one for the database forms access "config.ph". # At a pinch you could copy one of those and hope ... # Actually you would have to add @sortfields, that is new. # But perhaps it will be added to the forms access soon. # and here, field numbers always start at 0, not 1, oh well. # The filename for the list of accession (sp?) numbers you want # for the lecture. If this is a normal salami run, comment # this line out! #$ACC_FILENAME="numbers"; # The field number for the acc no. Remember, count starting at 0. #$ACC_FIELDNO=0; # the database file we want sliced $DATABASE_FILENAME="/raid2/newimages/htdocs/bycountry/italy/rome/popolo/pics/alphabetical/newdb"; # the field seperator character in the database $FIELD_SEPARATOR=","; # the directory to put the slices in $directory="."; # fields to sort by, starting at the most important, to the least # important. Give the field number (starting at 0) preceded by an # optional control character. n means numeric field. y means year # or century field (it counts BC as negative). d means dictionary # order (ignore case). no control letter gets you ascii order. # the first sortfield will also get a master ready-index. @sortfields=("d0","d1", "d2", "d5"); # number of rows of thumbgifs per page $MAX_ROWS=4; # number of thumbnails side by side $THUMBS_ACCROSS=3; # number of entries on each index page. $indexlength=30; # header for index pages $indexheader="
\n". " | ".
# Hotlink to zoom
#"\n".
#"ZOOM \n". # Hotlink to the full size JPG image. "BIG \n". # Hotlink to the half size JPG image, created on the fly by jreduce .pl . #"1/2 \n". # 1/4 size. Leave this out unless the full-size is pretty big. #"1/4 \n". # 1/8 size. ditto. #"1/8 \n". " | \n".
"
".
# Interesting entries from the database file.
"FIELD[0] Location: FIELD[1] Patron: FIELD[2] FIELD[3], FIELD[4] Date: FIELD[5] Subject: FIELD[7] Image: FIELD[8] | ".
"