All of the information that you make accessible is governed by the guidelines documented in the following sections in the OLC Stock Answers database:
1. General Information 1. Official Policies (that you should be aware of) 1. ISU Code of Computer Ethics 2. MIDnet Acceptable Use Policy 3. NSFnet Acceptable Use PolicyAfter your username or locker is registered, there is a file-system to URL mapping like this:
Example 1: /home/username/WWW/homepage.html -> http://www.public.iastate.edu/~username /home/lockername/WWW/homepage.html -> http://www.public.iastate.edu/~lockername Example 2: /home/username/WWW/homepage.html -> http://www.public.iastate.edu/~username/homepage.html /home/lockername/WWW/homepage.html -> http://www.public.iastate.edu/~lockername/homepage.html Example 3: /home/username/WWW/dir1/file1.html -> http://www.public.iastate.edu/~username/dir1/file1.html /home/lockername/WWW/dir1/file1.html -> http://www.public.iastate.edu/~lockername/dir1/file1.htmlNote the the URL "http://www.public.iastate.edu/~username" will automatically pick up the file "homepage.html". The file 'homepage.html' will be the "homepage" for these User- and Locker-Served directories. (This filename is NOT open for discussion.)
Note: In the following examples, replace 'filesystem' with the username or lockername you wish to serve documents from.
AFS Instructions:
vincent% cd /home/filesystem vincent% fs sa . system:anyuser l vincent% mkdir WWW vincent% fs sa WWW system:anyuser rlNFS Instructions:
vincent% cd /home/filesystem vincent% chmod o+x . vincent% mkdir WWW vincent% chmod o+rx WWWRemember that all files must be world readable also. An easy way to ensure this is to issue the following command:
vincent% chmod -R +r ~/WWW
Help About... Manual... *What's New... *Demo... On Version 2.2... On Window... *On FAQ... *On HTML... *On URLs...Additionally, examine the "starting points" and "meta-index" items in the "Navigate" menu.
Remember, every document you look at is an HTML example. You can always select "View Source" from the "File" menu.