home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / the_web / browsers / arcweb / _arcweb / publichtml / extensions < prev    next >
Encoding:
Text File  |  1995-05-08  |  2.0 KB  |  48 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.  
  36. <li>Some of the extensions proposed by <a href="netscapext">Netscape
  37. Communications Corp.</a> have had support added for them as well, including
  38. background images, colour changing, id attribute for any tag.
  39.  
  40. <li>ArcWebTCP has support for <tt>finger</tt> URLs as well.  Even Netscape
  41. 1.1N doesn't have these yet!
  42.  
  43. </ul>
  44.  
  45. <hr>
  46. Stewart Brodie<br>
  47. 8 May 1995
  48.