NOTE: Whitman College is running TWO designated servers for access to user files and E-mail.
- If you are a student, your server is students.whitman.edu.
- If you are faculty or staff, your server is marcus.whitman.edu.
Now just follow the instructions on screen. You will be asked for your name and email address. This information will be used to generate your home page.
If you have completed the automatic setup, you can skip the section titled "Manual Setup."
mkdir $HOME/html
chmod 701 $HOME/html
chmod 701 $HOME
You will be asked "OK to change permissions on all files in your home directory? (yes/no):" - answer yes and press [Enter].reset_my_permissions
WARNING! Do not run this script if you are using CGI scripts. If you do, you will need to reset the permissions on all .cgi or .pl files (705) and any writeable directories or files.
The files that make up a web page or website can be created using all manner of different software applications. Anything from incredibly powerful and complex applications like Macromedia Dreamweaver to the most basic and simple text editor can be used. It should also be noted that your website can be created and published through two different methods.
In the words of the World Wide Web Consortium (W3C):
"HTML is the lingua franca for publishing hypertext on the World Wide Web. It is a non-proprietary format based upon SGML, and can be created and processed by a wide range of tools, from simple plain text editors - you type it in from scratch- to sophisticated WYSIWYG authoring tools. HTML uses tags such as <h1> and </h1> to structure text into headings, paragraphs, lists, hypertext links etc."
What does that all mean? Basically, HTML is the primary language that makes up pages on the World Wide Web. The W3C maintains comprehensive documentation and specifications for HTML and a large number of other language standards. Since the full specification document is a mind-boggling sensory overload to someone new to HTML, the W3C also has a set of introductory guides:
It should be noted that HTML is primarily a means to organize and identify elements and sections within a page. As of this writing, the standard for formatting a page, its content, and generally "making it pretty-looking" has shifted from HTML expressions to a separate specialized language called Cascading Style Sheet.
" Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents."Separating formatting information from your HTML and storing it in CSS will be of incredible convenience for any web site that has more than just a single page. The time spent setting up a CSS file is very well-spent. Below are a few resources to help you get started with CSS.
-W3C
- For Students -- http://students.whitman.edu/~ [your User Name]/
- For Faculty and Staff -- http://marcus.whitman.edu/~ [your User Name]/
- For Students -- http://students.whitman.edu/~User Name/home.html
- For Faculty and Staff -- http://marcus.whitman.edu/~User Name/home.htm
However, if you do not have an index.html file, you technically do not have a home page on your designated server - you may have a series of web pages that will show up when you type in the correct URL, but there will not be a default first page (ie - a home page) that browsers are directed to automatically from the list of Whitman people's home pages.
There are links on the people.whitman.edu home page to lists of Whitman students, faculty, and staff with home pages on the Whitman personal webpage servers. The lists are dynamic - they are updated by a script that runs once a day. The script adds a link to an individual's home page if the user has a file named index.html in the 'html' directory of their designated server account.