Here are some quick instructions on setting up
your own home page on ECF.
- read the
ECF FAQ
section on creating a web page
- run 'wwwinit' and follow instructions
- cd to 'public_html' and edit your page using
'nedit index.html'
- read about how to write html, modify your page
- don't forget: any new files you create must
be made world-readable by typing
"chmod 644 index.html" (for example).