home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / web / webgopher / !WebGopher / Docs / URLs < prev    next >
Encoding:
Text File  |  1995-04-07  |  2.7 KB  |  80 lines

  1.  
  2. WebGopher URL support
  3. ---------------------
  4.  
  5. WebGopher can currently be configured to recognise three standard
  6. URL types. These are as follows :-
  7.  
  8. 1) Gopher URL types
  9.  
  10.   These are the main URL types supported by this application.
  11.   Gopher URLs have the form,
  12.   
  13.   gopher://<site>:<port>/<type><selector>
  14.   
  15.   '<site>' is the location of the gopher server. This MUST always be
  16.   present.
  17.   
  18.   ':<port>' specifies an optional gopher port. If this section of the
  19.   URL is left out then the port defaults to '70'.
  20.   
  21.   '/<type><selector>' are the index selector for the specified gopher
  22.   site. <selector> can be missing, in which case the root gopher menu
  23.   will be accessed. If the <type> field is missing (it MUST be present
  24.   if there is a <selector> present) then the type defaults to '1' or
  25.   the menu type.
  26.   
  27.   So for example,
  28.   
  29.   gopher://src.doc.ic.ac.uk
  30.   gopher://src.doc.ic.ac.uk/
  31.   gopher://src.doc.ic.ac.uk/1
  32.   
  33.   all access the same gopher menu.
  34.   
  35.   Some good example gopher servers to try, follow :-
  36.   
  37.   gopher://src.doc.ic.ac.uk/ - Useful UK based server with many links
  38.                                and access to Archimedes resources,
  39.                                including mirrors of Hensa, Demon and
  40.                                others.
  41.                                
  42.   gopher://gopher.tc.umn.edu/ - The root gopher system in the states.
  43.                                 Many, many useful links can be found
  44.                                 here. There is a useful route to
  45.                                 library servers around the world
  46.                                 accessable via this server.
  47.                                 
  48.   gopher://veronica.scs.unr.edu/-The root veronica server. You can
  49.                                  search all 5000 gopher servers, world
  50.                                  wide from here.
  51.                                  
  52.  
  53. 2) Telnet URLs
  54.  
  55.   Support for these is limited at present, and their usage is still
  56.   experimental. To be safe, just use the simple form of Telnet URL.
  57.   telnet://<site>:<port>/
  58.   Where <site> and <port> are handled in the same way as above.
  59.   If no port is supplied it defaults to the standard telnet port.
  60.   
  61.   
  62. 3) FTP URLs
  63.  
  64.   Support for these is very limited at the moment. They are only
  65.   supported by the usage of a proxy machine. This proxy machine
  66.   handles file fetching and WWW page creation.
  67.   
  68.   There is NO direct FTP support at this stage as there is no
  69.   suitable interface to it and WebGopher is an experimental
  70.   application anyway.
  71.   
  72.   Any files obtained will be 'dumped' into the !GopherRes resource
  73.   handler.
  74.   
  75.  
  76.  
  77. For further infomation on URLs I would advise you to read through
  78. RFC-1738, which is available from Demon ftp.
  79.  
  80.