Math department policy on web pages and guide for new web users

Contents

  1. Policy for web pages
  2. Policy for entries in the users page
  3. A brief description of our setup for web pages
  4. How to create a homepage for yourself
  5. Problems which you may encounter


  1. Policy for web pages

    Any user of the mathematics department computer system who has an active account is eligible for a directory on the web server. This directory should be created at the same time as the home directory. It will be called /d/www/undergrad/username if you are an undergraduate, and /d/www/undergrad/users otherwise.

  2. Policy for entries in the users page

    The users page is the page with URL: http://www.ma.utexas.edu/users.html; it provides a list of the faculty, graduate students and staff in the depatment who have web pages. Any user in the groups "fac", "staff" and "grad" may have an entry on this page. Here, "group" refers to your login group. You can find out this with the id command: type id at a command prompt on one of the Suns or PCs and you should see a listing such as
    uid=941(fred) gid=26(grad) groups=26(grad)
    Thus, fred is in the group, "grad".

    If you think you should be in one of these login groups, but your group is something else, please email gripe@math.utexas.edu.

    To obtain an entry all you need do is create a homepage for yourself, and give it the name index.html. The system will notice this page and add you to the list, hopefully in the correct place.

  3. A brief description of our setup for web pages

    The next three sections assume that you are a user called fred whose web directory is /d/www/users/fred/. All of this applies to undergraduates if you just replace users with undergrad.

    Here are a few comments, hints and tips on how our system is set up. It is based on questions people have asked us. If you are unfamiliar with any of the terminology then you should read some documentation on HTML. The page http://www.ma.utexas.edu/misc-links.html has links to some online documentation.

  4. How to create a homepage for yourself

    To create a homepage you need to do the following:

    1. Create a symbolic link from your home directory to your web directory:
      ln -s /d/www/users/fred ~/.public_html
    2. Create a file called index.html and copy it to ~/.public_html/
    3. Make sure it has world read permission:
      chmod 644 ~/.public_html/index.html
    4. Optionally, make sure your home directory has world execute permission: chmod +x ~/.

    If you don't like the sound of this then don't panic. There is a program which will perform the first three steps for you. Simply run the command gen_homepage on any of the Suns or PCs. If you get a message saying something like, "Command not found" then use it as: /public/bin/gen_homepage. If you are eligible for an entry in the users page pointing to your homepage then the entry should appear in a couple of days.

  5. Problems which you may encounter

    If you have tried the above and you haven't resolved your problem then please email www@math.utexas.edu explaining your difficulty.


Last updated Thu Feb 13 08:35:55 CST 1997
www@math.utexas.edu