We got yer basic types of webpage reference, yer directory level change, including one which had too many levels and some page label references. Headings and text attributes are given arbitrary, and fixed, colours.

Testing basic references

  • yer basic page
  • a page with a dir
  • just a dir
  • just a dir with a trailing slash
  • just a dir with a leading slash

    Testing ../../ type URLs

    The base URL has only three directory levels.

    Testing #label references

    We'll ignore a local reference, but strip off the reference for a page link to follow.

    Testing entities


    Testing URL types

    We'll ignore gopher, wais, news and mailto URLs, but try to process the rest.

    And, just to show what a frame and frame links look like:

    And this is a map ! It contains links and, maybe, names... active what ? Coffee ?

    These are being tested to get a feel for how common they are.
    They don't actually do anything other than show what's missing :)
    
    Enter your name: Just a little teaser...

    Lastly, an image (highlight with d) [YAN's logo]

    HTML code
    Browse, in both its guises, is a very crude viewer of only a small subset
    of HTML. Since HTML assumes multiple fonts and graphical spacing, a simple
    text-mode interpretation is very rough and ready.
    
    This the subset of HTML which browse recognizes:
       text & format
            HTML    PRE     BR      B       I       U       P       EM
            CODE    STRONG  UL      OL      LI      TABLE   TR      DL
            DD      DT      HR      H1 - H6 TITLE   SCRIPT  FONT    #label
       !--(comments)--                                            (s/a only) 
       links
            A HREF
            FRAMESET   FRAME SRC and NAME
            MAP        AREA HREF and ALT
            IMG        SRC and ALT
    	META       URL=
       base page reference
            BASE HREF
       forms (YAN only)
            FORM NAME ACTION
                 INPUT (RADIO, CHECKBOX, TEXT, PASSWORD, HIDDEN, IMAGE,
                        BUTTON and SUBMIT) SIZE MAXLENGTH CHECKED NAME
                        VALUE
                 SELECT OPTION (emulated as checkboxes and radio buttons)
                        NAME VALUE SIZE SELECTED MULTIPLE
    
    Everything not recognised is discarded as are several things which are
    recognised.