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