home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / internet / browsers / _webster / docs / links < prev    next >
Text File  |  1995-12-17  |  3KB  |  31 lines

  1. <HTML><HEAD><title>How local Links are followed and created</title>
  2. </HEAD><BODY>
  3. <center>
  4. <A HREF="licence.html"><IMG WIDTH=67 HEIGHT=39 ALT="Prev" SRC="ToPrev"></A> <a HREF="../!Help.html#index"><IMG WIDTH=67 HEIGHT=39 ALT="Index" SRC="ToIndex"></a> <a HREF="menus.html"><IMG WIDTH=67 HEIGHT=39 ALT="Next" SRC="ToNext"></a><BR>
  5. <h1><a NAME="links">How local Links are followed and created</a></h1>
  6. </center>
  7. Obviously any decent HTML viewer has to follow links, even ones into the local filesystem.
  8. <P>
  9. Due to a fault in the First Specification of HTML the file method is also often, mistakenly, used in place of the ftp method for accessing remote ftp sites. For this reason file URL's that do not have a host name of <quote>localhost</quote> (e.g. <a href="file://ftp.demon.co.uk/">file://ftp.demon.co.uk/</a>) are translated into ftp URL's before passing to the <a href="fetchers.html">Fetchers</a>.
  10. <h2>Following Links</h2>
  11.  
  12. Webster is designed to follow links in pages transfered from the Internet onto the Local machine, without having to change any of the links. This causes problems on RISC OS machines as they are limited to 10 character filenames and standard URLs (What links are specified in) are unix format directory and filenames, where many more characters are allowed.
  13. <P>
  14. There are two ways to fix this problem on RISC OS...
  15.  
  16. <ul>
  17. <li>Get hold of the !LongFiles application by Jason Tribbeck of 7th ARM Systems. (See the <a href="sources.html">Sources file</a> for where to obtain this)
  18. <li><A HREF="urltrans.html">Translate</A> the filenames as Webster does if it can't find the full name.
  19. </ul>
  20.  
  21. <h2>Local links</h2>
  22. Absolute Links in the local filesystem always start with <quote>file://localhost/</quote>, this is based on the Unix standard. After the <quote>file://localhost/</quote> can be one of several things..
  23. <ul>
  24. <LI>A Unix format Path and Filename which will be <a href="urltrans.html">Translated</a> when it is followed.
  25. <LI>A RISC OS System variable name surrounded by %3c and %3e, followed by a partial path and filename. (e.g. <a href="file://localhost/%3cWebster$Dir%3e/!Help.html">file://localhost/%3cWebster$Dir%3e/Help.html</a> Takes you to Webster's !Help file where ever it's located)
  26. <LI>A Valid Pseudo Filesystem name, followed by a partial path and filename. (e.g. <A HREF="file://localhost/Webster:!Help.html">file://localhost/Webster:!Help.html</a>)
  27. </ul>
  28. Remember that <quote>/</quote> is used to separate directory and filenames within links rather than a dot, which is used to indicate where the files type extension starts (usually).
  29. <hr><address><a href="author.html>Andrew Pullan</a>, 31st May 1995</address>
  30. </BODY></HTML>
  31.