The primary Communicator online documentation is now context-sensitive NetHelp. To access NetHelp, start Communicator and select Help, then Help.
To access these release notes online, use SCOhelp (or your existing Netscape browser). To use SCOhelp:
Online documentation is also available at the SCO Internet Family Documentation page.
Because the Netscape products are supported by several operating systems, their documentation includes information specific to other operating systems. You can ignore such information.
The Release Notes entry in the Communicator Help sends you to the general Netscape release notes. Issues relevant to SCO platforms are covered in the SCO release notes.
For more information on Communicator documentation resources, see the Netscape Communicator Library.
Use gs (Ghostscript), included on Skunkware, to print from Netscape Communicator to a non-PostScript printer. To do this:
If you are using pkgadd,
make sure you are in the download directory and enter:
pkgadd -d /tmp/gs.pkg
If you are using the Application Installer:
Repeat this step for each package you want to install.
See ``Installing, managing, and removing software'' for details.
#!/bin/sh if [ $# = "0" ] then gs -q -sOutputFile="|lp -oraw" -sDEVICE=devname -dNOPAUSE - else for i in $* do cat $i | gs -q -sOutputFile="|lp -oraw" -sDEVICE=devname -dNOPAUSE - done fiChange devname to match your printer device. For example, use -sDEVICE=cdj550 for HP Color Deskjet 550C and 560C printers.
For more information on the Ghostscript printer devices, see the devices.doc file installed on your system. For the location of this file, enter gs -? and scroll to the bottom of the help file.
You must use gunzip to uncompress files distributed with Skunkware. To download and install the gunzip utility:
Download gunzip_uw7.tar to a temporary directory.
This extracts the gunzip binary into the /usr/bin directory.
To download the entire gzip package from Skunkware: