home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / roadmap.zip / RMMAP23.TXT < prev    next >
Text File  |  1995-04-12  |  7KB  |  168 lines

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