 |
Please note: This material is no longer current and appears
online for archival purposes only. Use the search and navigation tools above to locate more up-to-date materials, if they exist. |
Web homepages on ISC Networking and Telecommunications email servers
Note: As of April 1st, 2008 personal homepages are no longer supported
Users who have accounts on ISC Networking and Telecommunications email servers can also have a website.
- Creating/Registering/Unregistering your homepage
Users have a utility that will create a simple homepage
and will give the user the option of listing that homepage in the server's index of homepages.
This process will divide your personal account into a private and a public
section. All data including your mail that has been saved in your account presently will remain private.
The pages that are open to the public and can be viewed with a web browser are limited to a single UNIX directory
called 'html.'
After logging into the server, at either the MAIN MENU or UNIX prompt,
- type makehome
Just follow the online instructions to
either create a new homepage or register/unregister your homepage from the server's index of homepages.
- Modifying your new homepage
This is potentially the most challenging job. You might want to understand
a little bit about UNIX, and HTML.
- login to the email server.
- type unix from the MAIN MENU to escape to the UNIX environment.
- type cd html change directory to your public html directory.
HTML is an acronym for 'Hypertext Markup Language'. This directory will
'hold' your home page, and any other public files you would like to provide to
the Web.
- type pico index.html> to begin editing your homepage.
- type <CTRL>X when finished. Be sure to save the file by responding to :
Modified buffer: Save before leaving (y/n)?
with y (yes).
- type menu to return to the email server's MAIN MENU.
Alternatively, you may want to create your homepage off the server and then move the new homepage to the server. One way to do this is with FTP.
- Deleting your homepage from the index of homepages
This process will not erase your home page, but merely remove its listing
from the system's list of home pages.
- Login to the email server.
- type makehome from the MAIN MENU
- choose unregister from the makehome menu and follow
the online instructions.
- Accessing your new homepage
Your page is now listed as a Web 'link' on the system home page.
Your page can be accessed directly with its address, in the format:
http://system-name.upenn.edu/~username/
Therefore, if your username is joe and your system-name is dolphin.upenn.edu, your URL will be:
http://dolphin.upenn.edu/~joe/
|