home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / hl_news.zip / News / NEWS.CNF < prev    next >
Text File  |  1999-04-26  |  3KB  |  94 lines

  1. Headline News Configuration File
  2. for use with v. 1
  3.  
  4. Put NOTHING on an assignment line (this=that) except the value you 
  5. are assigning; otherwise, feel free to add to, change, or delete
  6. things from this file.
  7.  
  8. In the directory assignments below, "homedir" is the directory in 
  9. which you will have placed the HL_News.CMD file.  You can leave it 
  10. that way, as the program assigns it the correct value.  If you change 
  11. any assignments, be sure to include the trailing \ character.
  12. =====================================================================
  13.  
  14.  
  15. BOOPS controls whether the program is allowed to use audible signals
  16. to signify progress, errors, and choices to be made.  A value of 1
  17. enables sound; a zero disables.  (Anything else defaults to 1.)
  18. ---------------------------------------------------------------------
  19. boops=1
  20.  
  21.  
  22.  
  23. The LOADSDIR is where the program will store the download files it
  24. uses during the course of a given session.  Since it deletes those
  25. files later, do NOT make this a directory with anything else in it!
  26. ---------------------------------------------------------------------
  27. loadsdir=homedir||'\LOADS\'
  28.  
  29.  
  30.  
  31. The SAVESDIR is where the program will store saved articals
  32. ------------------------------------------------------------------
  33. savesdir=homedir||'\SAVE\'
  34.  
  35. LINE_LEN sets the length of lines used to display article text the default is 78
  36. ------------------------------------------------------------------
  37. line_len=76
  38.  
  39.  
  40. Colors:
  41. =======
  42. Color numbers are calculated this way:
  43.  
  44. The colors themselves are the usual old CGA numbers--
  45.  
  46. Foreground colors       Background colors     
  47.   0 - black                       0 - black           
  48.   1 - blue                       16 - blue           
  49.   2 - green                     32 - green          
  50.   3 - cyan                      48 - cyan           
  51.   4 - red                        64 - red            
  52.   5 - magenta                 80 - magenta        
  53.   6 - brown                    96 - brown          
  54.   7 - white                    112 - white         
  55.   8 - gray
  56.   9 - light blue
  57.  10 - light green
  58.  11 - light cyan
  59.  12 - light red
  60.  13 - light magenta
  61.  14 - yellow
  62.  15 - high intesity white
  63.  
  64. Attribute values are computed by adding the disired foreground color
  65. to the number representing the background color. For bright background
  66. colors add 128 to this value.
  67.  
  68.  
  69. ARTCOLOR is for display of an article being read.  The default 96 is 
  70. black text on plain brown.
  71. ---------------------------------------------------------------------
  72. artcolor=23
  73.  
  74.  
  75. HITPICK is for display of articles from a slection list.  The default 10 is
  76. bright green on black.
  77. ---------------------------------------------------------------------
  78. hitpick=30
  79.  
  80.  
  81. H_MARK is used to mark  display of <HN> ⌠headings⌡ as an hierarchical outline
  82. default is '' which indents and marks with <HN>.  1) you may use any character  
  83. D2C(num)or 'num'X
  84. ----------------------------------------------------------------------
  85. h_mark=''
  86.  
  87. HI_ASC is used to toggle display of # characters used in html markup. 
  88. It can be 0=off or 1=on
  89. -----------------------------------------------------------------------
  90. hi_asc=0
  91.  
  92. [end of file]
  93.  
  94.