45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
-*- Mode: Text; tab-width: 4; indent-tabs-mode: nil -*-
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
|
|
|
|
This is a very simple plugin based on the example for in the UNIX SDK.
|
|
All it does is create a file named Worked.nscp in the current directory
|
|
from which netscape was launched. The purpose of this plugin is to
|
|
do a simple verify that the browser was loaded, nothing else at this time.
|
|
|
|
To use this plugin in your build scripts, simply invoke netscape with the
|
|
page Test.html (which has the embed tag for this plugin in it.
|
|
Wait a bit and check to see if the file Worked.nscp was created, if so
|
|
issue a kill to the netscape process and go on your way. If not..
|
|
then the browser failed to load and issue an error.
|
|
|
|
note: be sure to copy the plugin ImAlive.so to your plugins dierectroy.
|
|
|
|
The make file here is for Solaris 2.4 and is baed on the basic makefiles
|
|
that come with the UNIX Plugin SDK.
|
|
|
|
|
|
For questions or comments contact
|
|
Marc Schifer x3487
|
|
mschifer@netscape.com
|
|
|
|
|