This folder contains the files that implement the Web GUI portion of 
this example application.

The file PBuilder.pbb defines the files to be used as input into the 
pbbuilder html compiler. For a complete description of how pbbuilder 
works, please see the Advanced_Web_Server_Toolkit.pdf document located 
in the NET+OS Documentation directory.

Briefly, however, after you build HTML pages, you need to turn them into 
source code that you can compile. PBuilder converts HTML pages, .gif, 
.jpeg, .pict, and .png images, and Java applets into C source code files.
Start PBuilder with PBuilder.pbb as the parameter. PBuilder finds
the files defined therein and creates the internal format C source file
with a .c extension. PBuilder also creates a C source file with a _v.c 
extension that contains stub routines for Set/Get routines.

In this folder, the .htm are located in the html subfolder. The _v.c
files are located directly in the current folder and contain the actual 
application code that supports the html based portion of this example 
application.

The _v.c files generated by PBuilder contain stub functions that must be
completed by the user. These stub files are generated in the html subfolder
to avoid overwriting user application code. Generally the stubs are copied
into the _v.c files in this folder and then the _v.c files in the html
subfolder are deleted.

The navigation menu displayed in the Web GUI is generated dynamically. This
is done in the webmenu.c file. Edit this file to add or remove navigation
menu items.
