home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / os2yawc.zip / README.OS2 next >
Text File  |  1996-12-25  |  5KB  |  102 lines

  1. NOTE: The YAWC BBS CLIENT FOR OS/2 IS UNSUPPORTED.  Feel free to email 
  2. bugs and things to me, but I make absolutely no guarantee, expressed or
  3. implied, that there will be support available for this program.  This program
  4. is a combination of my OS/2 ISCA BBS client code, with the YAWC client code.
  5. There are many functions that I have added to my ISCA BBS code, that I have
  6. no intention of adding to this source code.  I do not personally use any
  7. YAWC bbs's with any frequency.  Continue on, for installation instructions.
  8.  
  9. --------------------------------------------------
  10.     YAWC BBS CLIENT FOR OS/2, FIRST RELEASE
  11. --------------------------------------------------
  12.  
  13. Specific OS/2 code by Eric Blade, aka PanaSonic, (c) 1997.
  14.  
  15. Installation instructions are below.  Along with a lot of other crap.
  16.  
  17. There are no major differences between this client, and the client
  18. I was pointed to available from the Monolith BBS site.  (The default
  19. site that this client connects to)
  20.  
  21. This is a text-based OS/2 application.  It requires TCP/IP for OS/2 version
  22. 2.0 (or later), or the OS/2 Warp Internet Access Kit.  If you can telnet from
  23. your machine, you should be able to use this software.  This has only been
  24. tested under OS/2 Warp Version 4.  It should operate under any version of OS/2,
  25. however.  This client also operates with OS/2 Warp Version 4 VoiceType 
  26. dictation and navigation.  To use it with the navigation, simply create a 
  27. program object for the client, open the properties box, go to the speech
  28. page, and create voice macros for whatever functions you want to create them
  29. for.  To dictate to the client, do the usual: "Begin Dictation".
  30.  
  31. If you truly desire source code to this program, you may reach me at
  32. eblade@ccm.tdsnet.com, and I will arrange for you to get it.  I ask that if you
  33. make any modifications to the source code, that you use something along the
  34. lines of the GNU DIFF program, and email me the results, so that I may
  35. incorporate those differences into my own source code, and distribute it.
  36.  
  37. If you wish to reach me for any other purpose (bugs, suggestions, comments,
  38. etc), please also email the above address.
  39.  
  40. --------------------------------------------------------------------------
  41.  
  42. Installation:
  43.  
  44.   Pretty much, pick a place to put the executable, and drop it there.
  45.   Run it when you want to connect to the ISCA BBS.
  46.  
  47.   I HIGHLY recommend putting SET HOME=e:\home, or wherever you would like
  48. for the client to put it's files.  If you have the OS/2 ISCA client running,
  49. then this client should run without problems.  
  50.  
  51.   You may have to SET BBSRC=<path to a bbsrc file>, and
  52. SET BBSFRIENDS=<path to a friends file>, or else the client may complain about
  53. being unable to figure out where to put those files.  Set them to any
  54. filename you would like, although you would probably prefer something that
  55. won't get accidently deleted.  BBSRC holds general client configuration, and
  56. BBSFRIENDS holds your friends list.
  57.   If you have a HOME environment variable set, then ".bbsrc" and ".bbsfriends"
  58. will be placed in that directory.
  59.   Another one that may have to be set is BBSTMP, which is a temporary file used
  60. by the client to hold things such as message text, etc, and doesn't have to
  61. point anywhere special.
  62.  
  63. --------------------------------------------------------------------------
  64.  
  65. Miscellaneous Stuff:
  66.  
  67.   If you have a variable set for EDITOR, that variable will be used as your
  68. editor, from the <E>dit message function in the BBS's editor.
  69.  
  70.   To access the client configuration, once on the BBS, type <C>, then hit
  71. <C> again.  That will bring up the client configuration.
  72.  
  73.  
  74.    Shell does NOT function in this version of the client.  I have no intention
  75. at this time of releasing an update to this client that will fix that.  But,
  76. this is OS/2, so you have all the multitasking operation you should want.
  77.  
  78.    OS/2 does NOT support the Suspend operation (<Ctrl-B> <Ctrl-Z>) that most
  79. Unixes do support.  An attempt to suspend will generate an error message.
  80.  
  81.    When you start the client, most likely there will be a pair of warning
  82. messages, about setting access to the bbsrc and the bbstmp files.  Ignore them.
  83.  (this is fixed in second release - if there are any warning messages or error
  84. messages, PLEASE email me, eblade@netcom.com)
  85.  
  86.  
  87. ---------------------------------------------------------------------------
  88.  
  89. Eric Blade
  90. eblade@ccm.tdsnet.com
  91. 25Dec96
  92.  
  93. Notes on the source code, if you have it:
  94.  
  95. If you change the unix.c file (which contains most of the OS/2 specific code), you have
  96. to compile it by hand, because I can't figure out how to make this damned makefile
  97. (as written by Serendipity) to update unix.c without updating the entire source tree.
  98.  
  99. To make the program, you need EMX 0.9a FIX 03 or later, and GNU Make.
  100. CD to the source dir, and type "gmake os2".  (assuming your GNU make is called gmake)
  101.  
  102.