home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / plugins / ImAlive / README < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.6 KB  |  41 lines

  1.  -*- Mode: Text; tab-width: 4; indent-tabs-mode: nil -*-
  2.  
  3.  The contents of this file are subject to the Netscape Public License
  4.  Version 1.0 (the "NPL"); you may not use this file except in
  5.  compliance with the NPL.  You may obtain a copy of the NPL at
  6.  http://www.mozilla.org/NPL/
  7.  
  8.  Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  for the specific language governing rights and limitations under the
  11.  NPL.
  12.  
  13.  The Initial Developer of this code under the NPL is Netscape
  14.  Communications Corporation.  Portions created by Netscape are
  15.  Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  Reserved.
  17.  
  18.  
  19. This is a very simple plugin based on the example for in the UNIX SDK.
  20. All it does is create a file named Worked.nscp in the current directory 
  21. from which netscape was launched.  The purpose of this plugin is to 
  22. do a simple verify that the browser was loaded, nothing else at this time.
  23.  
  24. To use this plugin in your build scripts, simply invoke netscape with the
  25. page Test.html (which has the embed tag for this plugin in it.
  26. Wait a bit and check to see if the file Worked.nscp was created, if so
  27. issue a kill to the netscape process and go on your way.  If not..
  28. then the browser failed to load and issue an error.
  29.  
  30. note: be sure to copy the plugin ImAlive.so to your plugins dierectroy.
  31.  
  32. The make file here is for Solaris 2.4 and is baed on the basic makefiles
  33. that come with the UNIX Plugin SDK.
  34.  
  35.  
  36. For questions or comments contact
  37.   Marc Schifer  x3487
  38.   mschifer@netscape.com 
  39.   
  40.  
  41.