
#############################################################################
## Configuration area
## change these variables for your site.

  $progname="pod.cgi";
  $cgi_url ="http://cgi.zamir.net/pod/";                 ## URL path to your bin (where pod.cgi is located)
  $logging = 1;                          ## Turn search word logging on (1 - on, 0 off)
  $logfile = "pod_searches.log";         ## Logfile to place search words in
  $logdir  = "/home/lib/httpd/logs";     ## Path to logfile (this is the full path to file)
  $templatedir = "/home/lib/httpd/logs"; ## Where your header/footer files reside

  $myhome  = "http://www.zamir.net/";            ## Where your personal homepage is
  $pod_name = "ZaMir.net Personal Open Directory (POD)"; ## Name of POD (Personalize it!)

  $ddj    = "/usr/bin/date";             ## Where your date program resides (whereis date)
  $fontface = "Arial";                        ## Want to change the default font face or size?
  $fontsize = "2";

# Amazon.com automated book-linking requires use of the MaxComm script
# If you do not have access to this script, leave these variables alone.

  $whichamazon   = "";                       ## Comment this line out to use automated Amazon.com book-linking
#  $whichamazon = "http://www.amazon.com";   ## Which Amazon.com link to use?
  $amazon_ID     = "";                       ## Your amazon.com Associates ID
  $maxcomm       = "$myhome/cgi-bin/maxcomm.cgi";     ## Where is your MaxComm script located? (complete URL)
  $bookstorename = "Amazon.com";             ## Name of Amazon.com link (change for Amazon.co.uk, etc.)

# Change color of tables and text

  $lighttable  = "#FFFFDD";
  $darktable   = "#000088";
  $medtable    = "#FFFFCC";
  $tabletext   = "#FFFFFF";

# 1.35 Want the right column on or off?

  $right_column = 1;   # 1 = On, 0 = Off


1;


