home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / RGSTAT14.RAR / Eng / RgStat.Cfg < prev   
Text File  |  2000-02-04  |  2KB  |  58 lines

  1. ;
  2. ; RgStat ver. 1.4, regina-tosser/2 statistic tool
  3. ; configuration file
  4. ;
  5. ; * strings that started with chars ';' or '#' are the comments
  6. ; * and will be ignored by config parser
  7.  
  8. Source     D:\Fido\Logs\Regina.Log
  9. ;  there is a regina's main log. It opens only for read, and never
  10. ;  modifics
  11.  
  12. Destination D:\Fido\Regina\Post\RgStat.Txt
  13. ;  the name of file where to write statistic. it'll allways been
  14. ;  overwritten. if not defined we'll write stat to stdOut
  15.  
  16. ;Links-Stat No
  17. ;  this parameter says to get or not links statistic
  18. ;  default: Yes
  19.  
  20. ;Areas-Stat No
  21. ;  this parameter says to get or not areas statistic
  22. ;  default: Yes
  23.  
  24. Areas-Sort Size
  25. ;  sort areas in areas-statistic by: 'Name' or 'Size'
  26. ;  'Areas-Stat Yes' is required 
  27. ;  default is sorting by name
  28.  
  29. ;Areas-Bad-Stat No
  30. ;  this parameter says to get or not bad/dupes in areas
  31. ;  statistic. default: Yes
  32.  
  33. ;Exclude-Link *:*/*.*
  34. ;Remain-Link 2:5010/14*.*
  35. ;Remain-Link 2:5020/400.0
  36. ;  mechanism of remain/exclude links to/from statistic:
  37. ;    If address is not present in 'Exclude-Link', or present in 'Remain-Link'
  38. ;    then that address will be included to statistic, in other ways it'll not
  39. ;    all addresses should be in 4d formad (even if it is a node address 
  40. ;     - it should be with '.0' at the end)
  41. ; for example:
  42. ;   all, excepting 2:5020/1305.0:
  43. ;Exclude-Link 2:5020/1305.0
  44. ;   only 2:5033/27.* and 2:5033/2700.*
  45. ;Exclude-Link *:*/*.*
  46. ;Remain-Link 2:5033/27.*
  47. ;Remain-Link 2:5033/2700.*
  48.  
  49.  
  50. ;Exclude-Area *
  51. ;Remain-Area RU.*
  52. ;Remain-Area 400.LINK
  53. ; this mechanism is like exclude-link/remain-link, but here you may specify 
  54. ; areas, not links.
  55.  
  56.  
  57. Complete. - config ends there, the rest are comments
  58.