Note: you may also want to read
Connecting to your Personal MEnet home page from Windows
vi /home/webhome-menet/$USER/public-html/index.html
/home/webhome-menet/$USER/public-html/index.html.
http://www.menet.umn.edu/~$USER
Note that while http://www.me.umn.edu/~$USER
may work as well, this is an unsupported feature
and may stop working at some point in the future, so you shouldn't
advertise your home page as http://www.me.umn.edu/~$USER.
We have a script that runs nightly which will build a list of all valid home pages (have index.html files). The next time the script runs, you will be automatically added.
Note that you can prevent your home page from being added to this list by calling your home page index.htm rather than index.html
/home/webhome-menet/paulfm/public-html/index.html
/home/webhome-menet/$USER/public-html directory is world
executable and everything file in it is world readable (directories need not be
readable as long as they are executable by other - unless you want people to be
able to list the contents). NOTHING SHOULD BE GROUP NOR WORLD WRITEABLE
<A HREF="my_image.map"> <IMG ISMAP SRC="my_image.gif"> </A>This html code will display your image and create a link to your .map file (sort of).
my_image.map.
This file defines areas of your image, and what link to follow when
the mouse is clicked in one of these areas. Here is a sample
map file.
default lake.gif circle photos/water-ski.gif 44,48 64,30 circle photos/watermelon.gif 77,77 62,100For more information on the format of the image map file read the Imagemap module documentation from the Apache web server (1.3) page.