CS4624 video-WWW
Problem: how to make files stored on video.cs.vt.edu under your login account be seen as part of the WWW
Solution:
- login to your account on video
- create a subdirectory for WWW-accessible data: mkdir public_html
- go into that directory: cd public_html
- create files there using an editor (e.g., vi) or a tool for HTML like HoTMetal (invoked with the command sqhm)
- FTP files (within reason) into that account from other locations, such as a computer in the Derring lab or the New Media Center, with multimedia information (e.g., sound recorded, photos scanned in)
- have one file called index.html to serve as your home page; thus file ~fox/public_html/index.html can be referred to over the WWW as http://video.cs.vt.edu:90/~fox/
- have other files in that directory have proper suffixes for WWW (e.g., .html, .jpeg, .mpeg, .tiff, .txt) so, for example, file ~fox/public_html/photo.jpeg can be referred to over the WWW as http://video.cs.vt.edu:90/~fox/photo.jpeg
[Home | Computers+Tools
]
Copyright 1996 Edward A. Fox