home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / config.rxn < prev    next >
Text File  |  1993-04-27  |  2KB  |  52 lines

  1. Config        Instructions for Configuring RexxNews
  2. ---------------------------------------------------
  3.  
  4. RexxNews can read the default values for its internal variables from a file
  5. named REXXNEWS.CFG in the directory where RexxNews is stored, the TCPIP 
  6. %ETC% directory, and/or the current directory.
  7.  
  8. The syntax for this file is <variable> <value>.  For a list of the variables
  9. and what they do, look in the SET help page.
  10.  
  11. If your REXXNEWS.CFG file(s) contain screen size information, RexxNews will
  12. attempt to change the screen size and then restore it when you leave RexxNews.
  13.  
  14. See the NETWORKS help page for information about setting RexxNews up for 
  15. multiple users and/or on a Local Area Network.
  16.  
  17. The RexxNews config file should contain at least lines like the following:
  18.  
  19. =======================
  20. server uafhp.uark.edu
  21. username acrosby
  22. fullname Albert Crosby
  23. organization Univ. of Arkansas AGHE Microcomputer & Network Support
  24. timezone CST
  25. =======================
  26.  
  27. Any lines in the RexxNews.CFG file that are blank or begin with a ';'
  28. will be ignored, as will any invalid variable names/values.
  29.  
  30. If you dislike having new files added to your %etc% directory, add the line
  31.  
  32. etcdir <valid-directory-name>
  33.  
  34. to your REXXNEWS.CFG file and the NEWSRC files will be placed in that 
  35. directory.  You can use the value . if you would like the current directory
  36. to be used.
  37.  
  38. Conifigurations for Alternate Servers
  39. -------------------------------------
  40.  
  41. When RexxNews is started from the command line with the name of a different
  42. server, it will attempt to load an alternate configuration file.  The name of
  43. this file will be determined by the following rule:
  44.  
  45.    Take the first 8 charachters of the server's name and replace an '.'
  46.       with '-'.
  47.    If there are not 8 charachters, add '_' to fill to 8 charachters.
  48.    Add the extension '.CFG'.
  49.  
  50. The REXXNEWS.CFG file will be read first.  Any settings in a secondary
  51. CFG file will override those in the REXXNEWS.CFG file.
  52.