 |
WAM and GLUE provides space for posting webpages to all users.
There are lots of things that go into the creation of a
webpage. This FAQ is mainly concerned with information
specific to the University of Maryland. Where we are able, we
have provided links on this page that should help you to link to
additional information.
Frequently Asked Questions (FAQ)
Where are
my web pages stored?
The directory where your web pages are stored is called your
public (or just pub) directory. The default directory where
your files are stored and where you enter when you log in is
your home directory. Your pub directory is located one
directory above where your home directory is located. For example,
to
change directories, you would usually type in
cd ../pub. On the Windows NT computers in the
WAM and GLUE labs, your pub directory is
p:\ and your home directory is
h:\.
How do I
create a web page?
Creating a web page is as easy as creating a text
document. In fact, a web page is simply a text document with
special tags that tell the web browser what to display. The
most common extension for a web based document is .html or
.htm. An example of an html filename would be index.html. An
html document can be created in a text editor such as
notepad, simpletext, pico, or emacs or if you are not very
familiar with the different tags used in html, you can use a
WYSIWYG (What You See Is What You Get) Editor which resembles
in functionality a Word Processor. Some examples of
common
WYSIWYG editors are Frontpage, Pagemill, SeaMonkey,
and HotMetal. Below are some links that should help you get
started.
How do I
upload web pages I've already written?
There are three ways of doing this: via a graphical sftp client from
a Windows or Mac system, via a command line Secure File
Transfer Protocal (SFTP), or via copying the files
to your "h:" drive from a WAM Windows or Mac computer.
-
Graphical SFTP (for example,
F-Secure file transfer (for MS
Windows) or Fugu file transfer
program (for Mac OS X). For these examples, use the F-Secure
file transfer program, substitute steps for different software as
appropriate.
-
Launch the program
- Click the "Connect" button.
- Enter or select
wam.umd.edu or
glue.umd.edu for the hostname in the window
that pops up.
- Enter or select your userid in the "User Name"
field.
-
Click the
Connect button to
initiate the login process.
- Enter your WAM/Glue password in
the "Password" window that pops up. NOTE:
After this, you
should see local PC files in the upper window, and your WAM/Glue
files in the lower (bigger) window. The top (local host) window
will have a Local bar with icons and the path to the
current folder, the lower (remote host) window will also have a
Remote bar with icons and the path to the current
directory on your WAM/Glue account. By default, the remote
directory will be your home directory.
-
Locate the files in the local host window that you want to upload.
Click to select, Shift-click to select a range, or Ctrl-click to
select non-contiguous files.
-
Change directories at the remote site to your pub directory.
NOTE: You
can do this by manually changing the path to the current folder
in the remote bar to "/pub/USERID" (where USERID is your
WAM/Glue userid) or by selecting "/pub/USERID" via the
"Quick Change Folder" button to the right of the path
field.
-
Select "Upload" from the
Operation menu. You will see
the progress of the file upload in the
Transfer window at the bottom of the
main panel.
- Verify the "Status" indicates
"Complete" for each of the files you upload.
- Select "Exit" from the
File menu When done with the file transfer
-
Command line SFTP
-
Log in.
- Type the following at the command prompt to connect to WAM
or Glue.
sftp <Directory ID>@wam.umd.edu
or
sftp <Directory ID>@glue.umd.edu
-
Log in using your username and password.
-
Type:
cd ../pub or
cd /pub/USERID
to change to your public (web page) directory (where USERID is
your WAM/Glue userid).
-
Type:
put filename
where filename is the name of the file you
want to upload. If you wish to rename it as you transfer it,
type:
put filename
remote_filename
-
Repeat steps 5 and 6 for each file you want to upload, or use
mput if you have several files of
similar names (like: mput *.jpg).
NOTE: You cannot rename files as you
transfer them when using
mput.
-
Quit or
bye to close the connection
when you are done.
-
Windows Workstations in a WAM lab
NOTE: This method is ONLY available on the Windows
workstations in WAM labs.
-
Go to a WAM lab if you want to upload web pages to your
WAM account or a GLUE lab if you want to upload to
your GLUE account.
-
Log into a Windows machine with your username and password.
-
Double-click to open the "h:" drive. Your pub
directory is within your "h:" drive.
- Double-click on "..",
then double-click on "pub".
- Save your files to the pub directory just as you would to another
other directory under Windows.
Click here for additional information about
SFTP.
How do I view
my web pages?
The URL for your web pages is
http://www.wam.umd.edu/~username on WAM and
http://www.glue.umd.edu/~username on GLUE. You can
type the URL into Firefox or Internet Explorer to view the
pages.
What is not allowed on my web pages?
-
Your web pages cannot be used for commercial applications.
In other words, don't try to make money from them.
-
Your web pages cannot contain illegal software! Or links to
illegal software!.
-
No illegal activities of any kind are permitted from your
web pages.
-
Your personal web pages are not official University
documents. Any attempt to use them as such is also not
permitted.
-
If you have any questions, please see the
Acceptable Use Guidelines for the University
What
software is available to create web pages?
-
Macintosh Software
-
Webpage Editors
-
Adobe GoLive + Adobe PageMill
-
Macromedia Dreamweaver
-
Graphical SFTP Programs
-
Web Browsers
-
Windows Software
-
Web Page Editors
-
Dreamweaver
-
Microsoft FrontPage 2000/2003
-
SeaMonkey
-
Graphical SFTP Programs
-
Web Browsers
Does WAM/GLUE
give CGI access?
No, CGI access is not provided for personal accounts.
|