home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / www / ArcWEB / Readme < prev    next >
Text File  |  1995-07-04  |  6KB  |  130 lines

  1. ArcWeb 0.29 Release Notes
  2. =========================
  3.  
  4. *** In its supplied state, it won't talk to the KA9Q fetchers if you have
  5. *** a module called Internet loaded.  This version will autodetect this
  6. *** instead of having a requirement to edit !ArcWeb.!Run
  7.  
  8. *** Usage over KA9Q is depracated (get a dictionary if you don't understand).
  9. *** Use FreeNet (and hence ArcWebTCP instead)
  10.  
  11. *** If you have not used ArcWeb 0.22 or later previously, you must remove your
  12. *** existing !WebCache before copying the new version over it, otherwise
  13. *** everything may fall over with directory full errors.
  14.  
  15. For conditions of use, please read Terms.  For help on how to use and
  16. configure ArcWeb, please read the Instruct file.  If you have problems, read
  17. the Problems file.
  18.  
  19. *** IMPORTANT NOTE: In order to use ArcWeb via any TCP/IP networking software
  20. at all, you also need the fetchers appropriate to that networking software.
  21. There are several HTTP fetchers for KA9Q's !TCPIP on ftp.demon.co.uk, such
  22. as !WebGopher, !ArcWebK9Q etc.
  23.  
  24. I have included in this distribution a version of ArcWebTCP for use with
  25. *Acorn* TCP/IP version 2 or compatiable networking software.  This should
  26. include the ANT Ethernet suite and does include FreeNet.  The version
  27. included may not be up to date though, you should check
  28. cslib.ecs.soton.ac.uk's FTP archive for the latest version number.
  29.  
  30. My base line specification document is the latest IETF working draft:
  31. "HyperText Markup Language Specification - 2.0"   Berners-Lee, Connolly, et al.
  32. Date: 8th Feb 1995.  This is an IETF draft which carries a 6 month maximum
  33. lifespan.  <draft-ietf-html-spec-01.txt> from IETF FTP mirrors.  A copy of this
  34. document is available at http://louis.ecs.soton.ac.uk/~snb94r/ which contains
  35. details on where to obtain an official copy in your area of the planet.
  36. I have aimed to ensure that version 0.20 has a minimum of total conformance to this
  37. draft (possibly excepting textareas).  Features that are part of the next version
  38. of HTML may or may not be supported at this time - some currently are, some aren't.
  39.  
  40. My base line specification document for HTTP is the latest IETF working
  41. draft of March 1995.
  42.  
  43.  
  44. ArcWeb is available (via HTTP) from:
  45.  
  46. http://louis.ecs.soton.ac.uk/~snb94r/arcweb.arc
  47.  
  48. It is also available for FTP from: cslib.ecs.soton.ac.uk as
  49. /pub/Acorn/ArcWeb/arcweb_0.29.arc
  50.  
  51. and from: micros.hensa.ac.uk as
  52. /micros/arch/riscos/c/c135/arcweb.arc
  53.  
  54. and from: ftp.demon.co.uk as
  55. /pub/archimedes/www/arcweb_0.29.arc
  56.  
  57. You also require the DrawFile module which is available from ftp.acorn.co.uk as:
  58. /pub/riscos/releases/drawfile.arc
  59.  
  60. If you want to hear audio, then you will require SoundCon by Rick Hudson.
  61. Version 1.51 and later of SoundCon include support for the ArcWeb protocols
  62. so that when you follow links to audio, they are played automatically.  Some
  63. audio files on the WWW do not work with earlier versions on SoundCon, although
  64. those that do can be dragged onto the SoundCon icon bar icon.  This is available
  65. from HENSA and Demon (in the HENSA mirror section).
  66.  
  67. If you want to see MPEGs then you need something like !MPEGPlay
  68.  
  69. The Acorn section of the HENSA/micros archive is now mirrored in the Demon
  70. /pub/mirrors/hensa directory.  It is also mirrored at ftp.uni-stuttgart.de.  See
  71. the fortnightly posting by Gerben Vos on comp.sys.acorn.announce for more
  72. details on archive sites and mirroring arrangements.
  73.  
  74. I highly recommend that you look at the ArcWeb home page (go to my home page
  75. [shown below] and follow the link to it) if you have already have http:
  76. capability, and that if you DON'T, get it running on local files first before
  77. attempting network access.  The supplied HTML files contain descriptions of
  78. how to configure the software.
  79.  
  80.  
  81. This release was made on XX July 1995.
  82.  
  83. Bugs Fixed & Improvements since 0.28
  84. ====================================
  85.  
  86. Bug fix: leading spaces are discarded from relative URLs
  87.  
  88. ArcWeb needed -noexturl to run with ArcWebK9Q and friends because
  89. I'd coded some tests in the wrong order.
  90.  
  91. Bug in <ol> handling fixed (at last I hope)
  92.  
  93. New version of PrintWeb linked with a hacked version of RISC_OSlib
  94. to make fileicon() understand directories
  95.  
  96.  
  97. Known Bugs
  98. ==========
  99.  
  100. Information, including known bugs and future enhancements, can be found at
  101. http://louis.ecs.soton.ac.uk/~snb94r/arcweb.html
  102.  
  103. TEXTAREA elements are not handled properly, because the size is limited to that
  104. given in the HTML definition (which should only refer to the visual characteristics
  105. of the area, not its actual maximum dimensions.
  106.  
  107. The DrawFile module appears to be ignoring the left hand wastage fields in
  108. the sprite definitions which results in some sprites not displaying correctly.
  109.  
  110. Parser is still slow - the filter technique used to parse and render the
  111. page is logical but requires two passes through the source hence the lack of
  112. speed.
  113.  
  114. The DrawFile module does not render scaled text objects correctly.  This means
  115. that 'Netscape' pages may look odd.  Exporting the diagram to Draw shows that
  116. the correct image is being produced.
  117.  
  118. Not my fault: RmEnsure'ing the DrawFile module when an earlier version is
  119. already loaded causes an odd 'nager: Sprites22' error.  This is not the
  120. fault of ArcWeb and is experienced by other programs which use DrawFile 1.01.
  121. Consensus appears to be that this is due to some kind of misinteraction
  122. between modules written C and the rest of the system.
  123.  
  124. Spacing still isn't quite right between words at the split points.
  125.  
  126. ==
  127. Stewart Brodie
  128. S.N.Brodie@ecs.southampton.ac.uk
  129. University of Southampton, UK
  130.