home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / chatter.zip / readme.txt < prev   
Text File  |  1997-09-28  |  3KB  |  67 lines

  1. Chatter 1.0
  2. ----------
  3. Chatter is an IRC-style chatting program that connects
  4. directly from person to person (host to host) instead of using a server. This
  5. means that you'll be chatting with one person at a time,- no conferences.
  6.  
  7. Chatter is multithreaded and you can chat with as many people as you'd like,
  8. but you'll get a new window for each conversation (interestingly this also
  9. means that you can connect and chat with yourself).
  10.  
  11. Two of the most interesting features are a little database, where you can
  12. have a list of people to connect to and a rather humorus action-list with
  13. some "standard" comments (Saying hello, Laughing out loud, etc.) to send by
  14. clicking the mouse (those were supplied by my friend Flywheel).
  15.  
  16. There is a command-history available - by pressing arrow up/down and you can
  17. use the commands "/me" and "/peer" for substituting names (try it).
  18.  
  19. The Chatter WebPage:  http://www.bergsoe.k-net.dk/~pbk409/chatter.html
  20. jimbo's java webpage: http://www.bergsoe.k-net.dk/~pbk409/java.html
  21. Registering: https://secure.falcon-net.net/BMT/order0322.html
  22.  
  23. Requirements
  24. -------------
  25. Chatter requires Java 1.1.1 or later installed.
  26. If you don't already have this I suggest that you look for it at
  27. java.sun.com, www.ibm.com or maybe even www.microsoft.com. You'd also need
  28. some kind of TCP/IP network connection (eg dial-up or cabel).
  29.  
  30. Installation
  31. ----------
  32. Unzip chatter.zip into a suitable directory, such as
  33. for example c:\chatter - and that's it.
  34.  
  35. You execute the program in most environments by issuing the command "java
  36. chatter" from the directory in which it is unzipped. Although in some
  37. environments you'd write "jre -cp c:\chatter Chatter".
  38.  
  39. Additionally you can specify the command-line option "-listen" (e.g.: "java
  40. chatter -listen"), causing the chatter to start listening for incoming calls
  41. immediately.
  42.  
  43. In most environments there are alternative commands for starting java
  44. applications, bypassing commandline windows. Examples are: "javapm.exe" and
  45. "jrew.exe".
  46.  
  47. Conditions of use
  48. ----------------
  49. Chatter is shareware. This means that you
  50. can try it for free for a period of two weeks. If you intend to use Chatter
  51. beyond this period you must register with BMT-Micro. The registration fee (of
  52. $25) will license you to use the Chatter on one computer.
  53.  
  54. You are not allowed to modify or in any alter the code.
  55.  
  56. Chatter is nag-free software so what encourages you to register is the
  57. knowledge that registering will put another meal on my table and that
  58. registering shareware is what encourages developers to continue and one of
  59. the reasons that there are so much great software out there.
  60.  
  61. Registering: https://secure.falcon-net.net/BMT/order0322.html
  62.  
  63. Disclaimer: In no event shall the author be liable for any damages whatsoever
  64. including direct, indirect, incidental, consequential or special damages. The
  65. use of this application is entirely upon your own risk.
  66.  
  67.