home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / airport / browsers / arcweb190 / !ArcWeb / PublicHTML / Extensions < prev    next >
Text File  |  1996-06-29  |  2KB  |  53 lines

  1. <title>HTML Extensions</title>
  2. <body>
  3.  
  4. <h1>ArcWeb's HTML Extensions</h1>
  5.  
  6. ArcWeb contains a few HTML extensions to support the RISC OS environment.
  7. These include:
  8. <ul>
  9.  
  10. <li>Inlined images may be virtually any type which ChangeFSI autorecognises,
  11. including RISC OS sprites (although not 'deep' sprites, yet)
  12.  
  13. <li>Since RISC OS sprite areas may contain multiple sprites, I have extended
  14. the same principle used for documents, to images.  Hence, something like
  15. <img src="myfile#myiconbar"> will retrieve the sprite called
  16. <em>myiconbar</em> from <em>myfile</em> which resides in the same directory
  17. as the document that contains it.  Furthermore, omitting the filename will
  18. force a look up in the Wimp common sprite pool, so <img
  19. src="#switcher"> will get you the <img src="#switcher" alt="Task
  20. Manager">icon.
  21.  
  22. <li>URLs may reference files on the local machine.  These are recognised by
  23. the syntax:  <tt>local://filing-system/file-from-$</tt>.  The filing system
  24. includes the media specifier, so <em>ADFS::HardDisc4</em> is an example of a
  25. valid filing system.  The rest of the filename is given from and including
  26. the root.  Filing systems without media specifiers may be used by omitting
  27. that part of the FS name (see the example with <tt>resources:</tt> below.  In
  28. the path name, all / and . characters are transposed to make it look more
  29. like a conventional URL.
  30.  
  31. <li>local: URLs may point to applications, in which case following them will
  32. launch the application.  eg. <a href="local://resources:/$/Apps/!Help">
  33. will open an anchor which will <a
  34. href="local://resources:/$/Apps/!Help">launch Acorn's !Help</a> application.
  35. However, for your own protection, this will NOT happen unless the page
  36. containing the link to an application was also loaded from a local: page.
  37.  
  38. <li>Some of the extensions proposed by <a href="netscapext">Netscape
  39. Communications Corp.</a> have had support added for them as well, including
  40. background images, colour changing, id attribute for any tag.
  41.  
  42. <li>Some of the HTML 3.2 "Wilbur" extensions have been added,
  43. such as referencing certain colours by name.
  44.  
  45. <li>ArcWeb has support for <tt>finger</tt> URLs as well.  Even Netscape
  46. 2 doesn't have these yet!
  47.  
  48. </ul>
  49.  
  50. <hr>
  51. Stewart Brodie<br>
  52. 29 June 1996
  53.