[defaults] ### Herein are the default configuration options used by the script. # thumbnail_size: This specifies the maximum size in pixels of either # dimension of thumbnails generated by the script. thumbnail_size = 160 # enable_cache: Set this to non-zero to enable phidx's thumbnail # caching capabilities. (Requires write access to the album # directories for the creation of .phidx subdirs thereing.) enable_cache = 1 # max_image_size: This specifies the maximum size in pixels of any # dimension of script-resized images. max_image_size = 640 # template: This specifies the EZT template used to drive the display # of the script's output. If not configured, the script will look for # the file phidx.ezt' in the same directory as the script. # Otherwise, paths are relative to the script's location (if not # absolute). template = phidx.ezt # ignores: This is a comma-delimited list of filename patterns. Files # and directories which match at least one of these patterns are ignored # by the script. ignores = .*, CVS # obscure: Hitting this script without specifying an album will generate # a list of available albums. Set this to non-zero to prevent an album # from showing up in that list. Ignored when there is no [albums] section. obscure = 0 [albums] ### This section defines the configured albums. The keys in the ### section are the names of the albums, and their values are the ### locations on disk which represent the top of the album directory ### tree. If you add an album to this section, it will inherit the ### default configuration options. If you wish to override one or ### more of those options for a given album, though, simply create a ### new section whose name is the name of the album, and add options ### in that section with the same name as the one in [defaults] you ### wish to override and the value you desire for that option. ### ### NOTE: If you only have one album, and wish to run phidx in ### treetop mode (where you drop the script in the top of your ### directory tree of images), you must comment out or otherwise ### remove the [albums] section, else the script will expect an album ### name as the first component of the PATH_INFO passed to it. [albums] bookliberator = /home/kfogel/www/photos/bookliberator ps = /home/kfogel/www/photos/ps sagrada-familia = /home/kfogel/www/photos/sagrada-familia fran-and-henry = /home/kfogel/www/photos/fran-and-henry kitchenaissance = /home/kfogel/www/photos/new-york-apt/kitchenaissance kitchen-destruction = /home/kfogel/www/photos/new-york-apt/kitchen-destruction henry-trunk = /home/kfogel/www/photos/henry-trunk heights-scenery = /home/kfogel/www/photos/heights-scenery tap-hillary = /home/kfogel/www/photos/tap-hillary nyc-hurricane-sandy = /home/kfogel/www/photos/nyc-hurricane-sandy quarters = /home/kfogel/www/photos/quarters new-york-apt = /home/kfogel/www/photos/new-york-apt sf-apartment = /home/kfogel/www/photos/sf-apartment ireland-2007 = /home/kfogel/www/photos/ireland-2007 china-2011 = /home/kfogel/www/photos/china-2011 china-2013 = /home/kfogel/www/photos/china-2013 fort-tryon-park-menorah = /home/kfogel/www/photos/fort-tryon-park-menorah foo-camp-2007 = /home/kfogel/www/photos/foo-camp-2007 # heidi = /home/kfogel/www/photos/heidi # sf-for-kana = /home/kfogel/www/photos/sf-for-kana rio-de-janeiro-2012 = /home/kfogel/www/photos/rio-de-janeiro-2012 for-zhangshu = /home/kfogel/www/photos/for-zhangshu kfogel = /home/kfogel/www/photos/kfogel randomness = /home/kfogel/www/photos/randomness more-stuff-more-moon = /home/kfogel/www/photos/more-stuff-more-moon apc-masterswitch = /home/kfogel/www/photos/apc-masterswitch mold-diaries = /home/kfogel/www/photos/mold-diaries 5626 = /home/kfogel/www/photos/5626-garden-lawn leather-wallet = /home/kfogel/www/photos/leather-wallet gen-and-omar-possible-apt = /home/kfogel/www/photos/gen-and-omar-possible-apt ### Individual album settings # [pilatos] # template = /www/pilatos.org/photos.ezt # max_image_size = 720 # # [pilatos-2005] # template = /www/pilatos.org/photos.ezt # max_image_size = 720 # obscure = 1 # # [sussman] # max_image_size = 720 # # [tlaun] # max_image_size = 720