gecko-dev/cmd/xfe/plugins/ImAlive
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
..
ImAlive.c Fixed NPP_GetValue signature for new npapi.h header. 1998-08-03 21:56:21 +00:00
Makefile Free the lizard 1998-03-28 02:44:41 +00:00
Makefile.in AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
README Free the lizard 1998-03-28 02:44:41 +00:00
Test.html Free the lizard 1998-03-28 02:44:41 +00:00
npapi.h bump rev to 3.1 1998-03-28 03:38:53 +00:00
npmac.cpp Free the lizard 1998-03-28 02:44:41 +00:00
npunix.c Free the lizard 1998-03-28 02:44:41 +00:00
npupp.h bump rev to 3.1 1998-03-28 03:38:53 +00:00
npwin.cpp Free the lizard 1998-03-28 02:44:41 +00:00
stubs.c Free the lizard 1998-03-28 02:44:41 +00:00

README

 -*- 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