# INFILE the database to use INFILE is /usr/local/etc/httpd_1.3/htdocs/prints.xmosaic/db.cleaned # GIFURL the URL prefix where the thumbnails can be found GIFURL is /slides.xmosaic/ # JPEGURL the URL prefix where the jpeg can be found JPEGURL is /slides.xmosaic/ # NUMBEREDDIRECTORIES is can be ON or JPEG or GIF (ON=JPEG&GIF) # if on, numbers e.g. 234.GIF is found in IMAGEURL/200/234.GIF NUMBEREDDIRECTORIES is ON # STRIPFROMMURL is a string which is removed from URLs for thumbnails etc. STRIPFROMURL is /usr/local/etc/httpd_1.3/htdocs/slides.xmosaic/pics/ # OUTPUTDIR the directory where the results will be left OUTDIR is /usr/local/etc/httpd_1.3/htdocs/prints.xmosaic # ORDER the order in which the fields are to be output ORDER is 0,1,2,3,4,5,6 # PAGESIZE the number of records are displayed per HTML page PAGESIZE is 50 # GROUPSIZE the number of thumbnail GIFs side by side GROUPSIZE is 5 # INDEXLENGTH the number of entries per index page INDEXLENGTH is 20 # INDEXHEADER the header text appearing on the index page INDEXHEADER is A Survey of Western Prints # RUNNINGHEADER the running header appearing in each indexed page RUNNINGHEADER is A Survey of Western Prints # THUMBNAIL determines if thumbnails GIFs are used or not. value ON/OFF THUMBNAIL is ON # HOTFIELD the field which is to be treated as the hotlink to the JPG HOTFIELD is 3 # LINKFIELD the field which contains the filename to link to LINKFIELD is 12 # DELIMETER the character/string used to delimit fields in the input DELIMITER is , # SORTFLAGS defines the sorting method for displaying the database. # use SORTFLAGS is none for no sorting # # useful flags -b ignores leading SPACE characters in a field. # -f treats uppercase as lowecase i.e. case insensitive # -n numeric order # -r reverse order # +x -y sort from the xth field up to but excluding the yth # x and y are numbered from 0, NOT 1 # # see the manual page for other sort options. #SORTFLAGS is -b -f +2 +0 +1 -2 - Rob's first guess SORTFLAGS is -b -f +2 +0 +1 -2 #SORTFLAGS for artist is -b -f +0 -1 # SORTFIELD which field to sort the output on SORTFIELD is 2 # DIVIDEFIELD which field if any to divide the output on e.g. lecture number. # set to zero for no division DIVIDEFIELD is 0 # DIVTITLE a title prepended to the index entries when dividing on a field DIVTITLE is #END