Architecture

Structure consists of three main areas (see pic) :-
PARSER
Formats the text according to the type of file and a predefined style sheet. Can parse HTML and plain text files. If a file type is not recognised, it treats it as a plain text file.
TEXT MANAGER
Calls upon the common browser code to search and access the required file. Reads the contents of the file when the connection has been made and stores in an unformatted buffer. Closes the connection to free server. Then as required, passes
INTERACTIVE SESSION
Produces a prompt at the bottom of the screen and deals with the user input.
NJPellow