home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / latest / roadmap / map23.txt < prev    next >
Encoding:
Internet Message Format  |  1995-02-10  |  6.6 KB

  1. Date:         Wed, 8 Feb 1995 11:16:46 -0600
  2. From: BITNET list server at UA1VM (1.8a) <LISTSERV@UA1VM.UA.EDU>
  3. Subject:      File: "MAP23 LESSON"
  4.  
  5. MAP23: WWW
  6.  
  7.  
  8.                "Ah! the clock is always slow;
  9.                 It is later than you think."
  10.                 -- Robert W. Service, It is Later Than You Think
  11.  
  12.  
  13. I wish I had six weeks just to talk about the World Wide Web (a.k.a.
  14. WWW or "the Web."). If you think Gopher is neat, wait until you start
  15. playing around on the Web :)
  16.  
  17. Unfortunately, I *don't* have six weeks to talk about the Web -- I only
  18. have two days. Because of this, we are going to go through the Web like
  19. Sherman went through Georgia (1).
  20.  
  21. That's the bad news. The good news is that there are a lot of REALLY good
  22. Web guides available, and I am even seriously considering developing my own
  23. Web workshop that I will offer *late* next year (2).
  24.  
  25. Until that time comes, however, let's talk about the BASICS of the Web.
  26.  
  27. Last week I showed you how most Gopher menus are linked together. We
  28. started out in the gopher.squirrel.com root menu, and eventually ended
  29. up at the SURAnet gopher menu. We were able to do this because the
  30. menus that we travelled through had links to menus and files that were
  31. located at other Gopher sites.
  32.  
  33. Because Gopher menus are linked together, a whole world of information
  34. is available to us with just a few keystrokes!
  35.  
  36. Imagine if we were able to take these links one step further. Instead
  37. of linking menus, we could link *DOCUMENTS* together. You could read
  38. one document, find a keyword in that document that really interests
  39. you, touch that keyword, and automatically be taken to a NEW document
  40. somewhere else in the world -- and this new document could even have
  41. links to OTHER documents around the world, and so on.
  42.  
  43. Sound too good to be true? It isn't, thanks to something called
  44. "hypertext." If you have ever played with Apple's Hypercard program
  45. or the "help" menus in the latest Microsoft packages, you have already
  46. experienced hypertext. You "select" a highlighted word -- usually by
  47. clicking on it with a mouse -- and you are taken into an entirely
  48. new document or help screen.
  49.  
  50. The World Wide Web is based on hypertext. It is possible for you to
  51. go roaming around the Web, bouncing from document to document, using
  52. nothing but the links in those documents!
  53.  
  54. Just as you can access Gopherspace through a Gopher server or client,
  55. you can access the Web through something called a "browser." A browser
  56. can read documents, fetch documents, access files by FTP, read Usenet
  57. newsgroups, telnet into remote sites, and even travel around Gopherspace.
  58. In short, everything that we have talked about over the past three weeks
  59. can be done using nothing but a Web browser!
  60.  
  61. The Web is able to accomplish all of this thanks to something called
  62. URLs ("earls") -- Universal Resource Locators. URLs list the exact
  63. location of *ANY* Internet resource.
  64.  
  65. If you think about it, giving every Internet resource a unique
  66. address is the hard part. Once you have given something an address,
  67. linking to it is pretty easy :)
  68.  
  69. What is really special about the Web is that the Web does all of this
  70. "behind the scenes." It is possible for you to bounce from one link to
  71. another without ever knowing the exact address of where you are, or
  72. even how you got there.
  73.  
  74. If you ever want to jump *directly* to a particular Internet resource,
  75. however, you are going to need to know a little bit more about URLs.
  76. Here are a few basic URLs:
  77.  
  78.      file://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip
  79.      ftp://wuarchive.wustl.edu/mirrors
  80.      http://info.cern.ch:80/default.html
  81.      news:alt.hypertext
  82.      telnet://dra.com
  83.  
  84. Gee ... those look a little like FTP addresses, don't they?
  85.  
  86. The first part of an URL -- the stuff before the colon -- tells the
  87. browser how to access that particular file. For example, to access
  88.  
  89.      ftp://wuarchive.wustl.edu/mirrors
  90.  
  91. your browser would use FTP.
  92.  
  93. Most of the access methods are pretty straight-forward. Here is a list
  94. of some of the more common access methods that you are going to see
  95. listed in the first part of URLs:
  96.  
  97.           method        what it stands for
  98.           ------        ---------------------------------------
  99.  
  100.           ftp           File Transfer Protocol
  101.           file          File Transfer Protocol (same as ftp)
  102.           news          Internet News Protocol (Usenet)
  103.           gopher        Gopher
  104.           telnet        Telnet
  105.           http          Hypertext Transport Protocol
  106.  
  107.  
  108. We've used all of these before, except for http. If you ever see a
  109. URL with http at the beginning of it, that means that the file is
  110. a hypertext document (with hypertext links to other documents).
  111.  
  112. The rest of a URL -- the stuff after the colon -- is the address of
  113. that particular file. In general, two slashes (//) after the colon
  114. indicates a machine name or address.
  115.  
  116. For example,
  117.  
  118.      file://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip
  119.  
  120. is the URL for an FTP file at wuarchive.wustl.edu, and
  121.  
  122.      http://info.cern.ch:80/default.html
  123.  
  124. is the URL for a hypertext document at info.cern.ch, port 80.
  125.  
  126.  
  127. TOMORROW:   - How to access the Web by telnet
  128.             - Where you can obtain a Web browser (for those of you
  129.               with Level 3 connectivity and a SLIP or PPP connection)
  130.             - Doing some simple searches using the Web
  131.             - The difference between the Web and Mosaic (Mosaic is
  132.               just a browser that lets you access the Web).
  133.  
  134. HOMEWORK:
  135.  
  136.      If you are planning on becoming a SERIOUS Web guru, I have
  137.      placed the WWW FAQ on the file server at the University of
  138.      Alabama. It is broken into two parts:
  139.  
  140.           filename  filetype
  141.           --------  --------
  142.           WWW       FAQ1
  143.           WWW       FAQ2
  144.  
  145.      You can use the GET command to get it (remember, do not
  146.      reply to this letter -- you MUST write a new letter to the
  147.      LISTSERV with your GET commands).
  148.  
  149. SOURCES:
  150.  
  151.      WWW FAQ, 8 August 1994.
  152.  
  153.  
  154. NOTES:
  155.  
  156. (1)  General William Tecumseh Sherman was the Union Army General
  157.      who burned a path 100 miles wide from Atlanta to the sea during
  158.      the U.S. Civil War.
  159.  
  160. (2)  Kristen Burke, a friend of mine at the University, recently heard
  161.      me promise that after this workshop I would *NEVER* do anything like
  162.      this again. She bet me that I would change my mind. She won :)
  163.  
  164.  
  165.    PATRICK DOUGLAS CRISPEN    THE VIEWS EXPRESSED IN THIS LETTER DO NOT
  166.     PCRISPE1@UA1VM.UA.EDU      NECESSARILY REPRESENT THE VIEWS OF THE
  167.   THE UNIVERSITY OF ALABAMA      UNIVERSITY OF ALABAMA - TUSCALOOSA
  168.  
  169.       ROADMAP: COPYRIGHT PATRICK CRISPEN 1994. ALL RIGHTS RESERVED.
  170.  
  171.