Use the Netscape (or other) browser to test the new documents,
including ALL links to or from your new document. To look at your home
page, open your browser and type in your
WWW address (URL--uniform resource locator):
http://holly.colostate.edu/~yourlogon. If needed, make changes to your document.
Direct Production Method
You can produce a document directly on holly using a UNIX text editor such as pico. To do so:
- Sign onto your holly account by giving your logon
and password. At the TERM=(vt100) prompt, hit ENTER.
- At the $ prompt,
type cd public_html
- Note the space between the cd and public and the single underline (no spaces) between public and html. This allows you to enter the public_html subdirectory.
- Type pico followed by a space and the name of the document
you want to create. Example: $ pico document.htm
- Your document name
should can be any
length, but should be all lower-case and should be followed by a .htm
extension.
- If the document you are creating will be the first or main page of
your document, you must name it index.html This
will allow users
to go to your home page using a shortened WWW address (URL): For example,
http://holly.colostate.edu/~smith is the same as as
http://holly.colostate.edu/~smith/index.html.
- Begin your document with the same HTML headings used you used in creating
the document elsewhere: <html>, <head>, <title>..</title>,
<body> ... etc. (See HTML-in-a-Nutshell.
- Write your document, providing all necessary HTML tags in pointed
brackets.
- Close your document with the standard closing instructions: </body>, </html>.
- To save your work, use pico's exit command: CTRL-X (^X). When asked
if you want to save your document, type Y for Yes. The name of the
document will appear in the black bar below. Hit ENTER.
To view your document, it is necessary to close your holly screen and then call up Netscape. This process is more cumbersome that using a combination of Notepad and Netscape off line, or using an HTML editor.
To make changes to an existing document on holly:
Changes or corrections to an HTML can be made on
holly itself. This involves using a UNIX text editor such as "pico."
- To make extensive revisions, it might be easier to use the FTP program to transfer your
file back to your PC. Upon making
all necessary corrections, simply FTP the file back to holly.
Here's how to make corrections:
- Sign on to your holly account by giving your name and password. At
the TERM=(vt100) prompt, hit ENTER.
- At the $ prompt, type in cd public_html.
- This step is
necessary every time you enter your subdirectory to make changes.
- At the next % prompt, type in (lower case) pico followed by a space and the the exact name of the document to be edited
(including the .htm or .html extender). Hit ENTER.
- The document should appear, ready to be edited. Make all necessary changes. Proof carefully.
- Upon completion, use pico's EXIT command: CTRL-X (^X). When
asked whether to keep the changes, answer Y for Yes. The name of your
document to be saved will appear in the black bar below. Then hit ENTER.
- At the $ prompt, type logout to exit.
- Use the Netscape (or other) browser to verify your changes.
- If the
changes did not work, Netscape allows you to check your the
instructions on holly. Select the VIEW button on the top toolbar and use the
pull-down menu to select SOURCE to view the underlying source document. Find the
error and hit OK to exit the SOURCE document screen. Then minimize Netscape and call up your lamar
account to make needed corrections.
File Transfer Protocol (FTP) Procedures
To Transfer Files To/From Holly
The following procedures are based on the Trumpet Winsock WS_FTP program,
which is loaded on the terminals in the Journalism and Technical Communication lab
in C-254 Clark. Other campus
computer centers use other FTP programs. Contact Academic Computing and Networking
Services for assistance in using other FTP programs..
To make an FTP transfer using WS_FTP:
- Select the FTP icon on your Windows screen. An Session Profile
screen will appear that requests you to type in information (or use a pull-down
menu) needed to transfer your file(s) to/from your local pc and your remote host (holly).
- Set Profile Name: WS_FTP (use pull-down menu)
- Set Host Name (type in): holly.colostate.edu
- Set Host Type: UNIX (use pull-down menu)
- Set User ID: Your holly logon name
- Set Password: Your holly password
- Set Account: (leave blank)
Set initial directories:
- Remote Host (holly): your logon/public_html (note forward slash and underline between public and html)
- Local PC: Filepath (drive and directory) where document is
located on your PC. Example: C:\windows\)
- Click OK. The FTP program will connect to holly.
- If calling in from
off-campus, it will be necessary to establish a TCP/IP connection to campus
first.
- A new FTP split-window screen will appear. One window will show all the files on
your PC directory; the other will display all the files in your public_html holly
subdirectory. If either of the subdirectories shown is incorrect, locate and highlight the
correct one using your mouse. The listing of documents will then change. (When
transferring your
first document to holly, your public_html subdirectory window should be empty.)
- In the window showing your local PC subdirectory, use your mouse to
highlight the file(s) you want to transfer.
- To transfer more than one file at a time, hold down the CTRL key,
until you have selected all files to be transferred.
Important: Also choose the format in which
the file(s) should be stored on holly by selecting the appropriate button on your
FTP screen:
-
Text must be in ASCII;
- Graphics (.jpg or .gif only) must be in
BINARY.
The two types of files must be transferred separately.
- Click on the arrow pointing from the PC file list to the remote host file list.
The transferred document file name(s) should appear on
the listing of documents in your public_html subdirectory on holly. This indicates that your file has been transferred successfully.
- Make sure that all document names are lower-case with an .htm
extension. (Exception: the index or main page of your home page should have an
.html extension, e.g. index.html. Before leaving FTP, use
the RENAME function on FTP to make this change. To do so, highlight the newly
transferred file name as it appears on the
window displaying your holly content, and then hit the adjacent RENAME
button. Then, type in the new name (with the extension) in the screen that
appears. The retitled file name should appear in the holly window.)
- After all documents are transferred, and file names have been checked, hit
the EXIT button on the FTP screen.
Then, continue with the transfer procedures