home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / HTML / imagemap / imagemap.config < prev    next >
Encoding:
Text File  |  1995-10-29  |  2.3 KB  |  63 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: 29th October 1995
  8.  
  9. #   Replace below [Server administrator] with your name and
  10. #   e-mail address. The whole string must be on a single line.
  11. #   It can take up to 255 characters and have imbedded HTML-tags.
  12. #   You must not enclose the string within quotes.
  13.  
  14. $ServerAdmin :  [Server administrator]
  15.  
  16. #   Uncomment the line below (remove "##") to specify explicitely
  17. #   a hostname alias (optionally followed by a colon and the
  18. #   portnumber) which will prefix with http://... each partial URL
  19. #   that appears in your map-definition files. Note that the
  20. #   specification below is optional. If it is missing, Mac-ImageMap
  21. #   obtains the hostname and portnumber from WebSTAR or MacHTTP.
  22.  
  23. ##$HostName : www.your.domain
  24.  
  25. #   Uncomment the line below to let Mac-ImageMap quit every time 
  26. #   when no more AppleEvents sent by MacHTTP or WebSTAR are to 
  27. #   be processed.
  28.  
  29. ##$StayOpen : -1
  30.  
  31. #   Here are following some (out-commented) sample 
  32. #   $ServerPath-specifications which tell Mac-ImageMap where 
  33. #   it can find the root directories of multiple WebSTAR servers
  34. #   which run on this machine on different ports. The syntax is:
  35. #   $ServerPath : <Macintosh file-path> <portnumber>
  36. #   If the file-path contains blanks, it must be enclosed with
  37. #   quotes. 
  38. #   The $ServerPath specification is only needed when you run
  39. #   Mac-ImageMap as a *user-action handler* with *multiple* WebSTAR
  40. #   servers.
  41.  
  42. ##$ServerPath : HardDisk:Server1: 80
  43. ##$ServerPath : "Harddisk 2:Server 2:" 8001
  44.  
  45. #   the demomap-example, which is contained within the distribution.
  46. #   the filename of the map file must be given in Macintosh-style:
  47. #   the leading colon ":" indicates, that demomap is a subfolder of
  48. #   the Mac-Imagemap folder, wherein the map-file DemoPicture.map
  49. #   resides.
  50. demomap : :demomap:DemoPicture.map
  51.  
  52. #   a non-existent map, just for testing the Mac-imagemap error
  53. #   handling
  54. nonexistent : nonexistent.map
  55.  
  56. # another (non-existent) file, just on the top level of your harddisk
  57. # (named "HD"). Since WebSTAR/MacHTTP does not need to access the
  58. # map-definition file, this also works if you place indeed a 
  59. # definition file there.
  60. nomap : HD:nomap.map
  61.  
  62.  
  63.