This directory contains a Template plugin for Unix.

Source/
	Plugin source files.
Testing/
	Test html files for the Template plugin.
Unix/
	Contains all the makefiles for the supported unix platforms.

To compile and install the Template plugin

  1. change directory into Unix/
    		% cd Unix
    
  2. Compile the Template plugin using the makefile of your platform say, for solaris 2.3 it will be makefile.sol23
    		% make -f makefile.sol23
    
    nptemplate.so will the output of a successful compile process.
  3. Install the plugin
    		% cp nptemplate.so ~/.netscape/plugins
    
  4. Invoke the navigator. check if the Template plugin was recognised by selecting the Help->AboutPlugins menu item.
  5. File->Open the html file in the Testing/ directory. This should activate the Template plugin.