Kevin Cole
Gallaudet Research Institute
kjcole@gri.gallaudet.edu
Copyright © December 14, 1994
(Brief note: If at all possible, view this document through a web browser capable of displaying fonts, colors, etc (Netscape, Firefox, Mosaic, Chrome or some other graphic browser). Lynx and other text-only browsers will make a mess of the boldfacing and italics. However, if you don't have anything better to read it with, be aware that any words which appear as _word_ -- preceded and follwed with an underscore, are probably boldfaced, and represent something you should be typing exactly as shown MINUS the underscores.)
So, you want your words read, 'round the world... It's easy. Easier than you might expect. This is a brief intro explaining what you need to do, to get started. I strongly suggest you look at the other documents in the tutorial in order to learn how to fancy-up your documents, but in order to create the most simple, basic document, just follow the directions given here:
A quick summary of what it should look like:
login: kjcole Password: whatever gallux> mkdir web gallux> cd web gallux> pico stuff.html <pre> Bla bla bla More bla bla Still more bla bla ... And let me say in conclusion, bla. </pre> CTRL-X y (just a return here) gallux> exit
To let others know about the files you've created, tell them to reference the document with the Uniform Resource Locator (URL):
http://www.gallaudet.edu/~username/filename.html.
substituting your username for username above and whatever filename you chose for filename.
There are a few additional notes:
Unix is Case-Sensative!!! In general, stay in lower case. This includes filenames, and commands. Your text can be mixed. But a file named index.html is NOT the same as one named Index.HTML.
The documents create with the above technique are simple and quick, but they look like hell in Mosaic or any other graphics-based browser. In Lynx, they look pretty good, so you won't have a sense of how crappy they look until you see them from a real browser.
You can fancy them up quickly, by learning about titles, headings, italics, boldfacing, incorporating other documents, pictures, etc. It takes time to learn that, but not as much time as you might expect.
Some filenames are special. In particular, the file named index.html is a "master document". Using the Uniform Resource Locator (URL)
http://www.gallaudet.edu/~username/
will automatically reference index.html. So that should be your master document.
If you have Netscape 1.1 or later, and want a bit more info on HTML click here. (If you don't have Netscape or a browser that is capable of viewing tables, you may still get something from the tutorial, but the tables will look like crap.
Click here (or type "c" if using Lynx) to send me a comment about this document.