home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Lotus / NETOBJ / T2.Z / readme.txt < prev    next >
Text File  |  1998-03-06  |  3KB  |  80 lines

  1. Message Board Component for Fusion 3.0
  2.  
  3. Requirements--
  4. The Message Board components require a web server capable of executing files 
  5. with the extension .cgi.  The .cgi files need to be published to a directory has 
  6. executable permission.
  7.  
  8. Tested Web Servers--
  9. The Message Board component for Fusion 3.0 is supported on the following 
  10. servers:
  11.  
  12.     +Apache (Linux)    
  13.      +Netscape FastTrack 2.0 (NT 4.0)
  14.     +Netscape Enterprise 2.0(NT 4.0)
  15.           +IIS 2.0/3.0(NT 4.0)
  16.     +WebSTAR 2.0 (Mac)
  17.  
  18. The Mac version server-side files initially have .bin extension.  These files 
  19. were stored as a Mac Binary file, with its entire content on the data fork.  
  20. When publishing to a Mac server, the Mac server should convert and rename these 
  21. files to .cgi.  However, if the server is not configured to automatically 
  22. convert the files to a Mac Perl 5 executable, you may have to manually convert 
  23. these files on the server with a utility, such as MacBinary II+.
  24.  
  25. The Message Board may not work on IIS4. IIS 4 sets the PATH_TRANSLATED variable 
  26. differently than other servers or its predecessors.  The Message Board server-
  27. side executables assumes the PATH_TRANSLATED to be the directory the cgi 
  28. resides.  This is not true on IIS4.
  29.  
  30. On the client side, the Message Board requires a JavaScript browser compliant to 
  31. Netscape JavaScript standards.  This was tested on the following browsers
  32.     
  33.     +Netscape 3.0, 4.0 (for NT/Win 95/Mac/Sun)
  34.     +MSIE 3.0, 4.0 (for NT/Win 95) - with Script patch/Debugger patch.
  35.  
  36. The Message Board component does not work properly with MSIE on the Mac 
  37. platform.
  38.  
  39.  
  40. Restrictions--
  41. The Message Board has the following restrictions
  42.     +There should only be one Message Board per .nod file
  43.     +The Message Board component may not work with IIS4, as stated above.
  44.     +The user must access the Message Board with the full URL (complete domain 
  45.     name and path).  For example:
  46.         http://www.yourcompany.com/david/   (is correct)
  47.              http://yourcompany/david/           (is incorrect)
  48.  
  49.  
  50. Setting up the Message Board Component--
  51. There are 3 properties that need to be set in the layout view for the Message 
  52. Board.
  53.  
  54.     +Page Title
  55.     This is the title text that is going to appear on your Message Board 
  56.     Window.
  57.  
  58.     +Publish to Unix/Window/Mac
  59.     This property specifies the type of web server that the BBS is being to 
  60.     published to. The Unix version of the Message Board Component sends a perl 
  61.     5 script.  This script requires a Perl 5 interpreter from your Web Server.  
  62.     The Windows version of the cgi is a executable which requires a web server 
  63.     which allows .cgi execution and the environment variable PATH_TRANSLATED 
  64.     be the directory the cgi resides.  The Mac version is a binary Perl 5 file 
  65.     requiring Mac Perl 5 on the server.
  66.  
  67.     +Perl Path for Unix    
  68.     This is the path where your Perl 5 CGI script can found the Perl 
  69.     interpreter during any CGI access of your BBS.  The Perl script is written 
  70.     and tested for Perl 5.  If you have access to a unix shell prompt, the 
  71.     location can be obtained by typing "which perl" or "which perl5" at the 
  72.     prompt.  The output of the command is the perl 5 path to put in for this 
  73.     box. If you are unable to locate the Perl 5 interpreter on the server, 
  74.     please contact your ISP/Webmaster/MIS staff.
  75.  
  76. Miscellaneous Notes--
  77.     +The Message Board Component shipped with Fusion 3.0 handles quotation 
  78.     marks in the name field correctly.
  79.  
  80.