home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / webster / !Webster / Docs / FAQ < prev    next >
Text File  |  1995-08-07  |  7KB  |  87 lines

  1. <HTML><HEAD><title>Questions and Answers</title>
  2. </HEAD><BODY>
  3. <center>
  4. <IMG WIDTH=67 HEIGHT=39 alt="" SRC="Blank"> <a HREF="../!Help.html"><IMG WIDTH=67 HEIGHT=39 ALT="ToIndex" SRC="ToIndex"></a> <a HREF="about.html"><IMG WIDTH=67 HEIGHT=39 ALT="Next" SRC="ToNext"></a><BR>
  5. <h1>Questions and Answers</h1>
  6. </center>
  7.  
  8. Some Frequently asked Questions about Webster
  9.  
  10. <h2>Questions</h2>
  11. <ol>
  12. <LI><a href="#1">How do I enter the address of a page or link so I can look at it? (How do I enter a URL?)</a>
  13. <LI><A href="#2">How do I get the latest version of Webster?</a>
  14. <LI><a href="#3">How do I report Bugs?</a>
  15. <LI><a href="#4">Does Webster support Forms?</a>
  16. <LI><a href="#5">What HTML tags does Webster support?</a>
  17. <LI><a href="#6">How do I use Webster from a ReadOnly Filesystem or Disc?</a>
  18. <LI><a href="#7">How do I configure Webster to access the Internet / World Wide Web?</a>
  19. <LI><a href="#8">Where's Webster's Home Page?</a>
  20.  
  21. </ol>
  22.  
  23. <h2>Answers</h2>
  24. <dl>
  25. <dt><a name="1">1. How do I enter the address of a page or link so I can look at it?</a>
  26. <dd>There are several ways to do this...
  27.  <ul>
  28.  <LI>Open the 'Goto Page' window (See <a href="#notes">Below</a>) Now type the destination you want in the text field.
  29.  <LI>Open the 'Goto Page' window (See <a href="#notes">Below</a>) and Select the links value in the 'Editor' or 'Viewer' and save the selection to the 'Goto Page' window.
  30.  <LI>Find a page that contains a link to the correct page and simply click on it.
  31.  <LI>Use the facitity provided in your viewer application. (One of the <a href="protocol">Standard Procotol</a> messages can be used to request a URL to be opened)
  32.  </ul>
  33.   <dl><dt><a name="notes">Notes</a><dd>You can open the 'Goto Page' window in one or two ways.
  34.    <ol TYPE=1>
  35.    <LI>via the 'Move option' in the main menu.
  36.    <LI>by Ensuring Webster owns the caret by clicking anywhere in the main window other than an icon and typeing CTRL and G
  37.    </ol></dl>
  38. <P>
  39. <dt><a name="2">2. How do I get the latest version of Webster?</a>
  40. <dd>Check the Original archive on Demon's ftp site (<a href="ftp://ftp.demon.co.uk/">ftp.demon.co.uk</a>). Webster is currently in <a href="ftp://ftp.demon.co.uk/pub/archimedes/developers">/pub/archimedes/developers</a>.
  41. <DD>This archive is also mirrored at Stuttgart and (I think) Hensa.
  42. <P>
  43. <dt><a name="3">3. How do I report Bugs?</a>
  44. <dd>Simple, Email the Author. But please read the <a href="bugs.html">Bugs</a> documentation first. This tells you want you need to send me so I stand a chance of solving your problem.
  45. <dd>You should also check the place where you obtained this version, as I usually add a list of fixes that you can apply your self as I find and fix problems.
  46. <P>
  47. <dt><a name="4">4. Does Webster support Forms?</a>
  48. <DD>Not if you use KA9Q as the link to your internet provider. This is because KA9Q is an Application that allows only limited access to other applications.
  49. <DD>To get Forms, you must use either Acorns TCP/IP software or FreeNet.
  50.  <ul>
  51.  <LI>Acorns TCP/IP is available from Acorn. There is a free version on their ftp server, but it does not support serial connections.
  52.  <LI>FreeNet is available in several places including Demon. (Probably in <a href="ftp://ftp.demon.co.uk/pub/archimedes/www/">ftp.demon.co.uk</a>) It is currently still in development and so does not have all the applications required to support everything you will need (You will need a copy of KA9Q as well for mail and news), but should support the Internet access that Webster requires.
  53.  </ul>
  54. <DD>You will also need a 'poster' application. The only one I know of at the time of writing this is the one that's included in the ArcWeb archive. It's called <a href="http://louis.ecs.soton.ac.uk/~snb94r/arcweb.arc">ArcWebTCP</a> and should be available from <a href="ftp://cslib.ecs.soton.ac.uk/pub/Acorn/Arcweb/">cslib.ecs.soton.ac.uk</a>, <a href="ftp://micros.hensa.ac.uk/micros/arch/riscos/c/c135/">micros.hensa.ac.uk</a> and <a href="ftp://ftp.demon.co.uk/pub/archimedes/www/">ftp.demon.co.uk</a>).
  55. <P>
  56. <dt><a name="5">5. What HTML tags does Webster support?</a>
  57. <dd>All HTML 2 tags are supported (atleast according to the HTML 2 documentation I have found) along with many of the extensions supported by <A HREF="http://home.netscape.com/">Netscape</a> such as centering and tables. A <a href="codes.html">fairly complete list is supplied</a> with webster.
  58. <P>
  59. <dt><a name="6">6. How do I use Webster from a ReadOnly Filesystem or Disc?</a>
  60. <DD>You Only need to alter Webster's <a href="../!Run">!Run</a> file and provide values for the following variables.
  61. <table align=left border=2>
  62. <tr><th> Variable Name </th><th>Suggested Value </th></tr>
  63. <tr><td> Webster$CacheDir </td><td><Wimp$ScrapDir>.Webster.Cache</td></tr>
  64. <!-- <tr><td> Webster$XCacheDir </td><td> <Wimp$ScrapDir>.Webster.XCache </td></tr> -->
  65. <tr><td>Webster$Choices</td><td><Wimp$ScrapDir>.Webster.Choices</td></tr>
  66. </table>
  67. This ensures that Webster and write to it's Choices files and it's CacheData file. It is possible to use Webster without making this minor change, but you will only be able to access local files. (Nothing would be able to write to the Cache!)
  68. <P>
  69. <dt><a name="7">7. How do I configure Webster to access the Internet / World Wide Web?</a>
  70. <DD>Depends on the software you are using to connect to your service provider.
  71.  <dl>
  72.  <dt>KA9Q (A free application)
  73.  <dd>No Configuration is required, as Webster comes set up to use some simple fetchers that will work with his Application.
  74.  <DD>With the supplied fetchers only the 'http' method is supported well. This will allow you to access 'World Wide Web sites', but not the rest of the internet. To access everything on the internet you need somthing like <a href="sources.html#standard">WebGopher</a>.
  75.  <dt>FreeNet (A free TCPIP stack)
  76.  <dd>With FreeNet, you need '<a href="fetchers.htmL">Fetcher applications</a>' which are not supplied. The only one I know of is <a href="sources.html#standard">ArcWebTCP</a>, which is actually part of the ArcWeb Archive.
  77.  <dt>Acorn's TCP/IP (Now also a free TCPIP stack, but the Serial access part costs)
  78.  <dd>With Acorn's TCP/IP (A free version of which is available from <a href="ftp://ftp.acorn.co.uk/">Acorn's FTP site</a>), you need '<a href="fetchers.htmL">Fetcher applications</a>' which are not supplied. The only one I know of is <a href="sources.html#standard">ArcWebTCP</a>, which is actually part of the ArcWeb Archive.
  79.  </dl>
  80. <P>
  81. <dt><a name="8">8. Where's Webster's Home Page?</a>
  82. <dd>The isn't one at the moment. However a home page is under negotiation. I intend it to provide latest news, tips, things to be done etc.
  83. </dl>
  84. <hr>
  85. <address><a HREF="author.html">Andrew Pullan</a>,  6th August 1995</address>
  86. </body></html>
  87.