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
- change directory into Unix/
% cd Unix
- 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.
- Install the plugin
% cp nptemplate.so ~/.netscape/plugins
- Invoke the navigator. check if the Template plugin was recognised
by selecting the Help->AboutPlugins menu item.
- File->Open the html file in the Testing/ directory. This should
activate the Template plugin.