home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / PN2100B1 / README.TXT < prev   
Text File  |  1997-06-15  |  5KB  |  137 lines

  1. Readme for ProNews/2 Version 1.00 Beta 1
  2. --------------------------------------------------------------
  3.  
  4. Thank you for evaluating ProNews/2, the best USENET reader for OS/2! 
  5. To install please type install on the command line.
  6.  
  7. Notes about this version
  8. ------------------------
  9.  
  10. + A number of things are not implemented, including help and POP3
  11. posting.  Many of the routines have not been optimized and you may
  12. experience high memory usage.  This will be addressed before the final
  13. release of 1.00.
  14.  
  15. + There are probably numerous bugs, and without your help we won't be
  16. able to find them.  If you have a problem, please email us
  17. (panacea@program.com) and let us know.
  18.  
  19. + This version will quit working on August 15th 1997.  We have put this
  20. timeout in the code to ensure that people are using the most current
  21. beta.  There will be a new beta posted to our website at LEAST two
  22. weeks before this version times out.
  23.  
  24. + This (and all beta versions of version 1.00) are free until it times
  25. out.  What this means is that if the beta cycle lasts 3 months, and you
  26. use the program for that period you are not expected to pay any money. 
  27. By using this beta and reporting bugs/requests you are doing us a
  28. favor, not the other way around.  Of course once the final 1.00 is
  29. released this program will become shareware.
  30.  
  31. Non obvious features
  32. --------------------
  33.  
  34. + Using the TAB key on the article windows switches between the article
  35. bodies and article headers windows.
  36.  
  37. + The SPACE key pages down the article body window, and when the end of
  38. the article is reached, advances to the next unread article.
  39.  
  40. + Each toolbar in the program can be customized.  Right click on the
  41. toolbar to learn more.  Toolbars for individual groups are saved so you
  42. can give each group you read it's own toolbar suited to it's content.
  43.  
  44. + Double clicking on the [+] [-] items in the tree views expands all
  45. sub trees.
  46.  
  47. + Selecting all articles in a group will automatically scan for
  48. multimessage binaries and properly decode them for you.  Binaries with
  49. missing parts are not downloaded, and are highlighted to let you know
  50. they have missing pieces.
  51.  
  52. + To edit an article or message that is queued for send you have to go
  53. into the Queue window and double click on it.
  54.  
  55. + Currently the filter language is undocumented in the programs help
  56. files so we have included this as starting point:
  57.  
  58. Filter/Watch command language.  (ProNews Filter Command Language)
  59.  
  60. PFCL is one of the more complex aspects of the program, but with a
  61. little practice (and this section of the help) it can easily be
  62. mastered.
  63.  
  64. The boolean operators
  65. ---------------------
  66.  
  67. XOR - Exclusive Or.  Two expressions that are exclusive or'd will only
  68. evaluate to true if one or the other is true.  If both are true or
  69. false the expression will evaluate to false.
  70.  
  71. AND - Two expressions that are anded will only evaluate to true if both
  72. of them are true.
  73.  
  74. NOT - Flips a true expression to false and a false expression to true.
  75.  
  76. OR - Two expressions that are or'd will only evaluate to true if at
  77. least one of the items is true.  Or will only evaluate to false if BOTH
  78. items are false.
  79.  
  80. Order of precedence -  There is no order of precedence to the four
  81. operators.  If you need to force precedence or group statements this
  82. may be done with parenthesis.
  83.  
  84. The operands
  85. ------------
  86.  
  87. subject - This operand is for the subject of the article.
  88.  
  89. composer - This operand is for composer of the article.
  90.  
  91. group - This operand is for the group which the article is in.  Really
  92. only usefull for global filters or watches.
  93.  
  94. lines - This operand is for the number of lines.  You may specify
  95. greater than, less than, or equal to.  The lines operand looks like
  96. this.  [lines="300"] Only evaluates to true if the article contains 300
  97. lines.  [lines="<300"] Only evaluates to true if the number of lines is
  98. less than 300.  [lines">300"] Only evaluates to true if the number of
  99. lines is greater than 300.
  100.  
  101. Pattern matching - PFCL supports complex pattern matching.  * will
  102. evaluate to true when compared to any text.  ? will match a single
  103. letter.  if the subject of an article is 'Make money fast!'
  104. [subject="*money fast*"] will evaluate to true, whereas [subject="make
  105. money"] will evaluate to false.
  106.  
  107. Case sensitivity - To make subject and composer matches case sensitive
  108. the subject or composer operands must be specified in all upper case.
  109. So if the subject of an article is 'HI whats happening?' [subject="hi
  110. whats happening?"] evaluates to true and [SUBJECT="hi whats
  111. happening?"] will evaluate to false.
  112.  
  113. + Watching.  Watching follows the same language rules as filtering, but
  114. either highlights or auto downloads (or both) the article.  If a group
  115. has unread watched articles it will be highlighted in the subscriptions
  116. list.
  117.  
  118. + Right click on everything.  Nearly every part of the program has a
  119. context sensitive menu.  Some options may only be reached in this
  120. manner.
  121.  
  122. Known Bugs and Limitations
  123. --------------------------
  124.  
  125. High CPU usage when downloading large numbers of small articles. Will
  126. be addressed.
  127.  
  128. High Memory usage when opening large numbers of group windows.
  129.  
  130. The help system is in it's very early stages.
  131.  
  132.  
  133. Again, thank you for trying ProNews/2!
  134.  
  135.  
  136.  
  137.