|
CSE Home |
About Us |
Search |
Contact Info |
|
Your home page is just a text file containing text and HTML (Hypertext Markup Language) commands. To understand how to set it up, you need to know, therefore, about HTML, and about file locations. By default, home pages are not accessible from outside the department. If you want yours to be readable by friends or colleagues elsewhere, you will also need to create an access control file. More on this below. HTMLThere are several ways to learn about HTML. The simplest is to select the "View Source" option of the "File" menu in your browser, which will display the HTML file that represents the current document. So, just choose a document that is somewhat like your desired home page, and take a look at it. There are options to even save the HTML to a text file, so you can use it as a template. To find out more about HTML, try any of the documents listed in the University of Toronto's HTML bibliography, which includes everything from simple tutorials to complete references for the HTML language definition. Please keep in mind that good HTML files always have the following basic structure:
<html>
<head>
<title>
the title of your document should go here
</title>
</head>
<body>
the text of your document should go here
<address>
yourname@cs.washington.edu your address lives here
</address>
</body>
</html>
LocationBy default, your home page should live in the directory called "www" under your home directory. For example, if you're a graduate student, your web directory will be:
If you are a Professional Masters Program student:
And, if you are an undergrad:
Staff members: You'll need to create that directory yourself. Make sure that the web server can read the files there by ensuring that the directory is world-readable. For example, % cd ~ If you have any doubt about where this may be, or if it doesn't
seem to work, send mail to NameYou can call your home page anything you want ("home.html" is one convention). However, to enable the links from the department's web, and to offer people a top-level index to your own web files, you should probably include an "index.html" (or "index.htm") file as well. The Index FileMost of the links from the departmental web use the following URL's:/
When the server on www.cs gets a request for this document, it will look in your www directory for a file called "index.html". Access ControlBy default, home pages are not accessible from machines outside of the department. To make your page(s) readable by people elsewhere, you will need an access control file. This file is called
The file's contents look like this: order deny,allow deny from all allow from all In the example shown, access is granted to any machine, anywhere. A more restrictive version that only allows people from the University of Oregon and from the Intel Corporation might look like this: order deny,allow deny from all allow from oregon.edu intel.com If you want different access controls for subdirectories in your own
web, create a To read more about access control files, try the Apache documentation or read this. |
|||||||||||||||||||||||
|
Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX [comments to webmaster] | |