home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Internet MacSoftware / Mac-ImageMap1.3 folder / imagemap.config < prev    next >
Encoding:
Text File  |  1994-11-15  |  1.4 KB  |  38 lines  |  [TEXT/ttxt]

  1. #
  2. #   Sample Mac-ImageMap configuration file.
  3. #   This file must be placed in the same directory as the
  4. #   Mac-imagemap program, and it must be named imagemap.config.
  5. #
  6. #   by: Lutz Weimann
  7. #   latest modification at: 14th November 1994
  8.  
  9. #   Replace the string "your.host" below with your actual
  10. #   servers hostname (remove the :port-number part if you
  11. #   use the standard port number 80.
  12. #$$HostName : your.host:port-number
  13.  
  14. #   Replace below [Server administrator] with your e-mail address
  15. #$$ServerAdmin : [Server administrator]
  16.  
  17. #   Note: the above line is an active specification - like every 
  18. #   line which starts with the character sequence #$ .
  19.  
  20. #   Uncomment the line below (remove ##) to let Mac-ImageMap stay open
  21. #  (The number behind " : " is actually meaningless, if positive)
  22.  
  23. ##$StayOpen : 0
  24.  
  25. #   the demomap-example, which is contained within the distribution.
  26. #   the filename of the map file must be given in Macintosh-style:
  27. #   the leading colon ":" indicates, that demomap is a subfolder of
  28. #   the Mac-Imagemap folder, wherein the map-file DemoPicture.map resides.
  29. demomap : :demomap:DemoPicture.map
  30.  
  31. #   a non-existent map, just for testing the Mac-ImageMap error handling
  32. nonexistent : nonexistent.map
  33.  
  34. # another (non-existent) file, just on the top level of your harddisk (named "HD").
  35. # since MacHTTP never needs to access the map-definition file, this will also work.
  36. nomap : HD:nomap.map
  37.  
  38.