Installation instructions

Welcome to the complete guide to html. These documents are intended for life on a server. Non server versions of these documents are no longer being supported. However you should still be able to load these documents into your favourite www browser.
NOTE    MSwindows users should remember the 3 character filename extension 
        limit. All .conf files become .cnf files for you lucky people :-<.
0) Ihttpd
You should obtain ncsa httpd v1.3. This is available by ftp
1) imagemap.html
Edit the file imagemap.html, replace "cgi-win" with whatever alias is used to point to the CGI scripts directory (normally cgi-bin).
replace "imagemap.exe" with whatever your imagemap program is called (normally "imagemap")

2) imagemap.conf
Add a htmlshelf entry to your imagemap.conf (in your httpd conf directory):

3) books.map
Add a books.map file in the conf/maps directory of your httpd installation.
  rect /html/me.html 0,0 39,109
  rect /html/about.html 40,0 79,109
  rect /html/confused.html 80,0 119,109
  rect /html/char.html 120,0 159,109
  rect /html/listing.html 160,0 199,109
  rect /html/doc.html 200,0 239,109
  rect /html/forms.html 240,0 279,109
  rect /html/imagemap.html 280,0 319,109
  rect /html/input.html 320,0 359,109
  rect /html/images.html 360,0 399,109
  rect /html/obsolete.html 400,0 439,109
  rect /html/undoc.html 440,0 479,109

4) srm.conf
All the documents in this guide refer to each other using the absolute directory /html. If you are unable or unwilling to install the documents in the html subdirectory of your DocumentRoot then you will need to add an alias to your srm.conf file of your httpd configuration.

E.g.

  Alias /html/ /htdocs/contrib/html/

5) renaming files
If you are on a UNIX system you will need to rename all the files with extensions ".htm" to ".html". This may already have been done for you.