home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / MREAD27C.LZH / M_READ27.CRK / READ_ME.TXT < prev   
Text File  |  1995-01-30  |  6KB  |  119 lines

  1.                          *** Important Information ***
  2.  
  3. ===============================================================================
  4.                                      INDEX
  5.  
  6. 1. State of Mountain Software / Pirate Notification
  7. 2. Using Mountain Reader II to read Internet (Usenet) messages offline
  8.  
  9. ===============================================================================
  10. 1. State of Mountain Software
  11.  
  12.    It recently came to my attention that someone has hacked an illegal pirate
  13. version of the Mountain Reader II security key. This key currently holds the
  14. serial number "01234567", though I suspect this will probably change once the
  15. pirates learn that I am aware of that version.
  16.  
  17.    Please keep in mind that software piracy hurts everyone, including those
  18. who pirate the software in the first place. Software developers like myself
  19. will only continue producing software for the ST if it continues to earn an
  20. income. And, considering the current state of the Atari market, even a few
  21. lost sales mean a big loss to a small developer like myself.
  22.  
  23.    So, please do everyone a favor, and pay for the software you use. This
  24. includes not only avoiding pirate software, but paying shareware authors the
  25. fees they deserve. It takes a long time to develop quality software. Show
  26. those that do that you appreciate their hard work...
  27.  
  28.    Unfortunately, due to the discovery of this pirate key, the serial number
  29. security routines will be changing in a future version. So, this will most
  30. likely be the last free update. The next update will include new security
  31. routines, and will require an update fee to cover shipping/handling for
  32. registered users. It is unclear at this time what that fee will be.
  33.  
  34.    Also, registrations by E-mail, while already rare, will no longer be
  35. allowed. All registrations must be handled in writing with proper payment.
  36.  
  37.    As to the payment procedure, I have been receiving an ever increasing
  38. number of bad personal checks in the last few months. As such, I am now
  39. delaying all orders paid with a check until the check clears. I regret the
  40. inconvenience this may cause, as I have always tried to provide next day
  41. shipping. But, I simply cannot afford the losses anymore.
  42.  
  43.    If you are in a hurry to receive your product, you can pay with a money
  44. order, in which case your product will be shipped the next day. Or, you can
  45. purchase the product from your local dealer. If you purchase from a dealer,
  46. you may also be able to purchase with a credit card.
  47.  
  48.    Finally, there are several exciting products/improvements planned for 1995.
  49. The first is a specialized financial manager, that is being written primarily
  50. for Mountain Softwares own use. But, I will be releasing it as shareware so
  51. that others may be able to use it. Next up will be a long overdue update to
  52. The Recipe Box. I recently released a Macintosh version of The Recipe Box, and
  53. would like to bring the Atari ST version up to the same level. I also have
  54. some rather exciting plans in store for Mountain Reader II. It's too early to
  55. detail what those plans are, but they should be good...
  56.  
  57.    I would like to thank everyone for their support!
  58.  
  59.                                  Anthony Watson
  60.  
  61. ===============================================================================
  62.  
  63. 2. Using Mountain Reader II to read Internet (Usenet) messages offline
  64.  
  65.  
  66.   With the ever increasing world of the Internet, many users were starting to
  67. have problems with Mountain Reader II and the Internet. The primary cause was
  68. long messages. The QWK standard specifies that QWK messages "should not"
  69. exceed 100 lines in length. Knowing that this could happen, Mountain Reader II
  70. was originally designed to handle up to 500 lines. This worked fine for
  71. messages from standard sources like FIDO net. But, messages from the internet
  72. often exceed this limit, sometimes being thousands of lines long. The new
  73. version 2.6 now allows messages to be any length, assuming you have sufficient
  74. memory to load them.
  75.  
  76.   Version 2.6 will now automatically extract the appropriate internet
  77. addresses when you reply to an internet message. Note that this only applies
  78. when "replying" and not when adding a new message. You will still need to
  79. manually enter the Internet address information when starting a new reply.
  80.  
  81.   Also, if you have access to an Internet UNIX shell account, you may be able
  82. to use UQWK to download messages for reading with MR2. To accomplish this,
  83. your internet provider must have UQWK and ZIP installed. You will also need to
  84. subscribe to your desired newsgroups first, using a standard on-line
  85. newsreader.
  86. -------------------------------------------------------------------------------
  87.   To RETRIEVE Usenet messages, use the following commands:
  88.  
  89.      uqwk +n +e -B\8000 -l\58
  90.      zip internet.qwk messages.dat control.dat
  91.      sz internet.qwk
  92.      rm internet.qwk *.ndx *.dat
  93.  
  94.   Note that all names and commands ARE case sensitive. The 8000 number in the
  95. first line signifies a packet of 8000 blocks (128 bytes each). This gives a
  96. packet size of around 1 Meg in size. You can increase or decrease this number
  97. to achieve any packet size you wish to receive. This is the size of the packet
  98. BEFORE compression, which usually cuts the size down to less than half the
  99. original size.
  100. -------------------------------------------------------------------------------
  101.   To SEND Usenet replies, use the following commands:
  102.  
  103.      rz
  104.      unzip internet.rep
  105.      uqwk +X -R\internet.msg
  106.      rm internet.rep
  107.  
  108.   Note that all names and commands ARE case sensitive. Also, the names
  109. "internet.rep" and "internet.msg" will need to be modified to reflect the
  110. names used by your provider.
  111. -------------------------------------------------------------------------------
  112.   These commands can be entered manually, or you can use a script file in your
  113. terminal program to automate the procedure.
  114.  
  115.   God Bless! See you on-line...
  116.  
  117.              Anthony Watson
  118.              Mountain Software
  119.