home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-29 | 2.3 KB | 63 lines | [TEXT/ttxt] |
- #
- # Sample Mac-ImageMap configuration file.
- # This file must be placed in the same directory as the
- # Mac-imagemap program, and it must be named "imagemap.config".
- #
- # by: Lutz Weimann
- # latest modification at: 29th October 1995
-
- # Replace below [Server administrator] with your name and
- # e-mail address. The whole string must be on a single line.
- # It can take up to 255 characters and have imbedded HTML-tags.
- # You must not enclose the string within quotes.
-
- $ServerAdmin : [Server administrator]
-
- # Uncomment the line below (remove "##") to specify explicitely
- # a hostname alias (optionally followed by a colon and the
- # portnumber) which will prefix with http://... each partial URL
- # that appears in your map-definition files. Note that the
- # specification below is optional. If it is missing, Mac-ImageMap
- # obtains the hostname and portnumber from WebSTAR or MacHTTP.
-
- ##$HostName : www.your.domain
-
- # Uncomment the line below to let Mac-ImageMap quit every time
- # when no more AppleEvents sent by MacHTTP or WebSTAR are to
- # be processed.
-
- ##$StayOpen : -1
-
- # Here are following some (out-commented) sample
- # $ServerPath-specifications which tell Mac-ImageMap where
- # it can find the root directories of multiple WebSTAR servers
- # which run on this machine on different ports. The syntax is:
- # $ServerPath : <Macintosh file-path> <portnumber>
- # If the file-path contains blanks, it must be enclosed with
- # quotes.
- # The $ServerPath specification is only needed when you run
- # Mac-ImageMap as a *user-action handler* with *multiple* WebSTAR
- # servers.
-
- ##$ServerPath : HardDisk:Server1: 80
- ##$ServerPath : "Harddisk 2:Server 2:" 8001
-
- # the demomap-example, which is contained within the distribution.
- # the filename of the map file must be given in Macintosh-style:
- # the leading colon ":" indicates, that demomap is a subfolder of
- # the Mac-Imagemap folder, wherein the map-file DemoPicture.map
- # resides.
- demomap : :demomap:DemoPicture.map
-
- # a non-existent map, just for testing the Mac-imagemap error
- # handling
- nonexistent : nonexistent.map
-
- # another (non-existent) file, just on the top level of your harddisk
- # (named "HD"). Since WebSTAR/MacHTTP does not need to access the
- # map-definition file, this also works if you place indeed a
- # definition file there.
- nomap : HD:nomap.map
-
-
-