home *** CD-ROM | disk | FTP | other *** search
- -*- Mode: Text; tab-width: 4; indent-tabs-mode: nil -*-
-
- The contents of this file are subject to the Netscape Public License
- Version 1.0 (the "NPL"); you may not use this file except in
- compliance with the NPL. You may obtain a copy of the NPL at
- http://www.mozilla.org/NPL/
-
- Software distributed under the NPL is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- for the specific language governing rights and limitations under the
- NPL.
-
- The Initial Developer of this code under the NPL is Netscape
- Communications Corporation. Portions created by Netscape are
- Copyright (C) 1998 Netscape Communications Corporation. All Rights
- Reserved.
-
-
- 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
-
-
-