home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / acornet.spk / !Acornet / Apps / !ArcWeb / PublicHTML / test < prev    next >
Text File  |  1995-09-18  |  4KB  |  110 lines

  1. <html>
  2. <!-- This is a comment which shouldn't appear! -->
  3. <front>
  4. <title>
  5. Welcome to the HTML test page
  6. </title>
  7. </front>
  8. <body>
  9. <H1>Welcome to ArcWeb</h1>
  10. <H2>A WWW Browser for RISC OS computers</h2>
  11.  
  12.  
  13. <!-- This is the main body -->
  14.  
  15. Hi there!  This is a test document for <tt>ArcWeb</tt>.  This
  16. document and the others in the same directory, contain examples of all the
  17. things which ArcWeb is capable of rendering.  Try out the internal <a
  18. href="#normal">jump</a>.  There are <a href="imagetest">image tests</a>
  19. which handle JPEG, GIF and some other formats of graphics by using
  20. <tt>ChangeFSI</tt> to convert them to sprites.  ArcWeb's graphic capability
  21. is limited only by ChangeFSI.
  22.  
  23. <PRE>
  24. This is preformatted text
  25. This is on a new line
  26. </pre>
  27.  
  28. <p align="right">This paragraph demonstrates the right justification<br>
  29. This is a second line of text in the same paragraph still justified.
  30.  
  31. <P>This line is followed by a horizontal line (done with
  32. <hr>) <hr>
  33.  
  34. <p align="centre">This is an example of a link to a <a href="secondtest"
  35. name=thisone>second test page</a> which tests other parts of the rendering.
  36. Move to the <a href="/">directory browser</a>.  Now for a test of the
  37. <strike>strikeout</strike> capability.<br>  It is also an example of centring of
  38. paragraphs.
  39.  
  40. <p><a href="SecondTest">This is a <bf>long</bf> hypertext link which contains
  41. some <bf>bold</bf> and some <em>emphasized</em> text to demonstrate that the
  42. <bf>bold</bf> and <em>emphasized</em> stuff still works when in hyper mode.</a>
  43.  
  44. This is the continuation of this paragraph which hopefully will result in
  45. more than one line of text being DONE in one go.  This means that the rendering
  46. of text block function is managing to cope with a long amount of text and managing
  47. to render it with multiple calls to the simple string render routine.
  48.  
  49. This paragraph will end up being very long indeed, which should test the
  50. overflow of the internal buffer over the 506 character limit which some part
  51. of the system seems to be imposing on a single paragraph.  This limit is
  52. very annoying indeed, and this test, if it has all come out proves that the
  53. whole paragraph has been displayed properly.  Now it's time for something
  54. completely different, so let's try out the imaging process.
  55.  
  56. Image testing
  57. is required now: <img alt="" src="#file_fff"> a text file, now a draw file: <img src="#file_aff">.
  58. These pictures have been taken from the Wimp sprite pool.
  59.  
  60. <p>This is the start of a new paragraph !! This word is in <bf>bold</bf> and
  61. this is <em>emphasized</em> !!  From version 0.06, these modifications
  62. appear to work properly.  How about a picture? Do not worry if these haven't
  63. appeared -- it shows the <tt>ALT</tt> text instead. <img src="#!arcweb"
  64. alt="[ALTERNATIVE TEXT]" align=middle> and after that, let's have a
  65. hyperised picture: <a href="thirdtest"><img src="!Sprites#hand"
  66. alt="[Sprite file not found]" align=middle></a> This mode 15 sprite does not
  67. exist, so you should see the ALT text: <img
  68. src="!sprites#mode15" alt="mode15 sprite not found"> <hr>
  69. Now let's try the description list out:
  70. <dl>
  71. <dt>This is a topic
  72. <dd>This is the description for the above topic.  This description goes on for
  73. quite a long time (over a linebreak in fact!).
  74.  
  75. <dt>This is a new point
  76.  
  77. <dd>This is a description separated by a para break after the DT tag was omitted.
  78.  
  79. <dt>This is another new point given without the DT tag to start it, but this one is
  80. longer than one line<dd>and this is the description part
  81.  
  82. <dt>Ordered and Unordered Lists<dd>Examples of these can be found in the <a
  83. href="secondtest">second test document.</a>.
  84.  
  85. <dt>MENU and DIR<dd>These are handling like unordered lists but more
  86. compactly.
  87.  
  88. </dl>
  89.  
  90. <a name="normal"></a>Back to normality again. This line has an anchor on it,
  91. so that following the <em>internal jump</em> at the top should realign the
  92. scroll bars with this paragraph somewhere in the second quarter of the
  93. screen.
  94.  
  95. Some
  96. <font size=+4>N</font><font size=+4>e</font>
  97. <font size=+3>t</font><font size=+3>s</font>
  98. <font size=+2>c</font><font size=+2>a</font>
  99. <font size=+1>p</font><font size=+1>e</font>
  100. extensions are supported, such as font sizing and variable width rules.
  101.  
  102. <hr width=75% align=centre>
  103. </body>
  104. <address>
  105. Stewart Brodie<br>snb94r@ecs.soton.ac.uk<br>S.N.Brodie@ecs.soton.ac.uk
  106. <br><a href="http://dsse.ecs.soton.ac.uk/~snb94r/">
  107. http://dsse.ecs.soton.ac.uk/~snb94r/</a>
  108. </address>
  109. </html>
  110.