home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / stky2112.zip / readme < prev    next >
Text File  |  1995-11-15  |  5KB  |  112 lines

  1. Welcome to Sticky/2 for OS/2 Version 1.12
  2.  
  3. This program is a simple TCP/IP Client Server program.
  4. It allows you to send Sticky Notes across a TCP/IP network.
  5.  
  6. I'm always open to suggestions, just let me know.
  7. Send any enhancement requests to awysocki@Bearsoft.com.
  8.  
  9. INSTALLING:
  10. To install Sticky/2 just unzip the programs into a subdirectory
  11. and run the Sticky/2 program.  Sticky/2 will create its .INI, .LOG
  12. and .DBG file in the same directory where the program is found.
  13. You can create a desktop object by running the 'makewps.cmd', it will create
  14. a program object on your desktop. Or create the object by dragging
  15. a program object out of your Templates folder and filling in the blanks.
  16.  
  17.  
  18. REGISTRATION:
  19. There is no required fee but if you REALLY like the program
  20. you can send $5.00 per user up to $500.00 for 100+ users.
  21.  
  22. AB Software
  23. 3109 Village Rd West
  24. Norwood, MA 02062-2542
  25. awysocki@Bearsoft.com
  26. http://www.Bearsoft.com/sticky2/
  27.  
  28.  
  29. To register Sticky/2 All I ask is that you send me a note,
  30. with the Subject line stating 'I'm using Sticky/2'
  31. Thats it.  I only want to count how many people try the program
  32. and are using it.  Since I'm only one person, I only provide E-Mail support.
  33. I can't provide auto-updates of the code, or other fancy stuff like that.
  34. I will promise to keep the Sticky/2 Home page up to date, and try to keep the
  35. OS/2 download sites updated.
  36.  
  37. So to register:  Send a note to:
  38.  
  39. To:     AWYSOCKI@Bearsoft.com
  40. Subj:   I'm using Sticky/2
  41.  
  42.  
  43. USING Sticky/2
  44. --------------
  45. You only need to specify your Name to start receiving sticky'ies.  Once that
  46. is done you can then enter in names of people you want to send stickies too.
  47.  
  48. I'm not going to go into all the options of Sticky/2 I hope most should be
  49. obvious, but if not, then e-mail me and I'll update this document.
  50.  
  51. To enter in a name, click on the Config button or Right mouse button on the
  52. Sticky/2 object and select Config.  Once in the Configure Sticky/2 screen
  53. select the "Names" option.  From this screen you can enter in names of other
  54. hosts you want to send Stickies to.  Enter in a Name and Host name.  The name
  55. can be anything you want, its just for reference.  The HOST field is the
  56. KEY field here, where it must be the IP or DNS Host name of the machine
  57. you want to send stickys to.  The Port field if using standard Sticky should
  58. be left 6711 or blank.  The port number is only changeable, if PORT 6711
  59. is being used for something else.  Talk to your nextwork admin if unsure.
  60. One the fields are all entered click the ADD button and you have entered
  61. in a Name of somebody you want to Sticky/2 too.
  62.   One key here is that I now allow for the HOST name field to contain more
  63. than one host.  You must seperate the hosts with a semicolon ':'.  So to
  64. send to my two hosts, you would enter in the following:
  65.  
  66. Name: Andy Wysocki GROUP
  67. Host: sticky.bearsoft.com; 204.215.177.10
  68. Port: 6711
  69.  
  70. Remember the PORT field can be left blank or grayed out.  Keep the Port 6711
  71. check box checked.
  72.  
  73. Then click on the 'Done' box and you can now send a sticky.  Click on the Send
  74. button or Right mouse button and select Send.  Select the Andy Wysocki GROUP
  75. name and type the note you want to send.  Click the Send button and the
  76. Sticky should be on its way....
  77.  
  78.  
  79. Thanks
  80. Andy
  81.  
  82. -----------------------------------------------------------------------------
  83. June 22, 1995   Version 1.00 - Initial release
  84.  
  85.  
  86. July 15, 1995   Version 1.01
  87.         - Added double click on Sticky/2 windown (full size or Minimized)
  88.           will bring up the SEND window
  89.         - Added Reverse lookup of IP addresses to HOST names
  90.  
  91. July 25, 1995   Version 1.02
  92.         - Fixed a bug where an incomplete autoreply would cause Sticky/2 to
  93.           trap out.
  94.  
  95. Sep 12, 1995    Version 1.10
  96.         - Added in support for Multi Threads on SENDS.  You can start from
  97.           1 to 4 send threads.  Having more doesn't guarantee a faster send.
  98.           Since I just round robin the queued requests.  So if a thread is
  99.           trying to connect, it will block any outgoing messages in that
  100.           threads Queue.  1 Thread will always be created,  this option
  101.           allows you to specify 0-3 more! (config/Threads)
  102.         - Allow you to have a timed clear for AutoReply (Received) messages
  103.           from 0 - 120 seconds 0 = Never clear the message (config/Setup)
  104.         - Allow for GROUP sends.  In the HOST name field of Names section
  105.           under config, you can now list more than 1 host by using ';'
  106.           semicolon to seperate the hosts.  You can have up to 255 characters
  107.           on a host line. (config/Names)
  108.  
  109. Nov 15, 1995    Version 1.12
  110.         - Fixed screen sizes for VGA screens
  111.         - Trap errors
  112.