A web page is nothing more than a text file written with special tags that format the contents, point to other pages, and insert images and sounds. The tags are called HyperText Markup Language, or HTML.
There are a variety of ways to generate a web page:
There are many sites you can visit to learn how to create a web page.
Links for additional information can be found at: https://home.cc.umanitoba.ca/links.html
To view your HTML webpage, you must:
mkdir ~/public_html
chmod 755 public_html
chmod a+x ~/
cd public_html
chmod 644 index.html
Your webpage will have the URL https://home.cc.umanitoba.ca/~userid/
If you have an account on Computer Science or Electrical Engineering you may follow these instructions but the address will differ:
Programs such as Dream Weaver (currently running on ACN Lab Machines) have a special "publish" option that will automatically transfer files. This IS an UNsupported feature.
FTP/sFTP software can be used to move files from your PC or Mac to the public_html directory you have created. You can download free ftp software from the Internet such as Filezilla, WinSCP, WS_ftp, etc..
Once you have started your FTP client, you will be asked for your userid, password and the host. Although your address will be home.cc.umanitoba.ca/~userid, to transfer your files the host should be sftp://ccl.cc.umanitoba.ca to login into your IST Linux account. Look for the public_html directory and double click on it.
After transfering files, there may be permissions issue that restrict access to the files from the web. Your web development or file transfer software should maintain correct permissions (or have settings to do so), but if not, you will need to manually correct this.
To ensure all files are publicly accessible, at the UNIX prompt, enter:
chmod -R a+rX ~/public_html
Help & Solutions Centre |
204-474-8600 123 Fletcher Argue Map |
Bannatyne Help Desk |
204-789-3541 230 NJM Library |