home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / grn116e.lha / GRn.man < prev    next >
Text File  |  1992-07-06  |  3KB  |  71 lines

  1. GRn                                                                        GRn
  2.  
  3.                          GRn - Gadtools Read News
  4.                                for AmigaUUCP
  5.  
  6.     GRn is a fully-featured Intuitionized Newsreader for the Amiga running
  7.     2.04 or above. GRn works with AmigaUUCP and C-News.  For detailed
  8.     information concerning the operation of GRn, refer to the file named
  9.     GRn.man, which should be part of the GRn distribution. For information
  10.     on how to install GRn, refer to the file INSTALL. For common problems,
  11.     refer to the file PROBLEMS. It's easy to use, try it, and have fun!
  12.  
  13.     While running under the CLI (and the Workbench too with some PD packages),
  14.     you can set the following environment variables:
  15.  
  16.             USERNAME    - the name (login id) of the user running GRn
  17.             NEWSEDITOR  - the program to run to Edit outgoing News
  18.             MAILEDITOR  - the program to run to Edit outgoing Mail
  19.             SENDMAIL    - the program that actually sends Mail to UUCP
  20.             POSTNEWS    - the program that actually sends News to UUCP
  21.             REALNAME    - used by SENDMAIL and POSTNEWS (not by GRn directly)
  22.  
  23.     CLI:
  24.             grn [[-u] | [-s newsgroup1 newsgroup2 ... newsgroupn]]
  25.  
  26.  
  27.             -u : run in Update mode (update the user.newsrc only, no screens,
  28.                  no nothing). Safe to be run in batch from a Cron.
  29.  
  30.             -s newsgroupn : Subscribe to newsgroup named Newsgroupn. The
  31.                  newsgroup MUST exist on your system, or GRn will print an
  32.                  error.
  33.  
  34.             "-s" and "-u" are mutually exclusive, that is, they may NOT be
  35.             specified at the same time.
  36.  
  37.     Workbench:
  38.  
  39.             GRn.info for Workbench users. The tooltypes are:
  40.  
  41.             TOP=top y coordinate of window
  42.             LEFT=left x coordinate of window
  43.             WIDTH=width of window
  44.             HEIGHT=height of window
  45.             MSGFONT=name of font
  46.             MSGFONTSIZE=size of font
  47.             LOGFILE=filename (full path!)
  48.             WRAPCOL=column
  49.  
  50.             The grn.icon that comes with this release has these tooltypes
  51.             commented out so you can see the exact format.  Note for MSGFONT,
  52.             you MUST use fontname.font format or GRn will fail with an
  53.             unpredictable error message :). If the TOP, LEFT, WIDTH, and
  54.             HEIGHT are specified, then GRn will NOT attempt top open its
  55.             normal custom screen.  Also, if you specify screen dimensions,
  56.             they will override GRn's concept of what they should be.  The
  57.             WRAPCOL tooltype allows you to specify what column to wrap article
  58.             text at.  You will need to specify this if you use a font of your
  59.             own choosing.  TOPAZ 8 point font requires a wrap at somewhere
  60.             between 60 and 64, while grn.font requires it at 80-84.
  61.  
  62.             The LOGFILE tooltype lets you specify the name of a file which GRn
  63.             uses to print error messages and other log messages (currently
  64.             only panic-style errors). Type the logfile out to see why GRn is
  65.             failing when run from workbench. Logfile defaults to
  66.             uuspool:logfile (always when run from CLI) unless overridden by
  67.             the tooltype.  If GRn fails for some reason before getting to
  68.             figure out your logfile, it will print its panic message to
  69.             uuspool:logfile as well.
  70.  
  71.