home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tass34x5.zip / Readme.os2 < prev    next >
Text File  |  1996-05-19  |  4KB  |  119 lines

  1. 18th May 1996
  2. =============
  3.  
  4. Change release number to 3.4x-4.
  5.  
  6. Changed the subject arrow to be in inverse video.
  7.  
  8. 10th January 1996
  9. =================
  10.  
  11. Change release number to 3.4x-3.
  12.  
  13. Bug fix to reading of uupc variables. If a '=' was in a variable then it
  14. was lost! e.g. Editor=vi "wq=8" %s
  15.  
  16. 2nd September 1995 / 19 October 1995
  17. ====================================
  18.  
  19. Small changes to tass - change release number to 3.4x-1 (and then to 3.4x-2).
  20.  
  21. Changed the default behaviour of the tab key when at the group page. Now it
  22. goes from unread thread to unread thread. The default was to go to next 
  23. unread article. The old behaviour can be toggled by ctrl-T.
  24.  
  25. Changed linewrap to be on by default. this can be toggled by ctrl-W.
  26.  
  27. Fixed bug with post followup which also mailed to poster (only if a post 
  28. followup and mail was done earlier!).
  29.  
  30. Fixed bug where Subject was lost on Group page.
  31.  
  32. Added local.rc so that tass can be used even with uupc installed. Modify the
  33. local,rc and login.cmd files to reflect your requirements.
  34.  
  35. 27th August 1995
  36. ================
  37.  
  38. Release of Tass for OS/2 version 3.4x. 
  39.  
  40. This is a port of tass 3.4 to OS/2. It is for use with UUPC (1.12k or higher).
  41.  
  42. I have set it up to use the UUPC configuration files. I have not changed
  43. most of the unix style names so an HPFS formatted disk is required for
  44. user home directories.
  45.  
  46. I ported the 3.4 sources from 1993 as I have been unable to find anything
  47. newer.
  48.  
  49. The sources can be compiled with Borland C++ or with EMX (GCC) (The nntp 
  50. sources can only be compiled with EMX).
  51.  
  52. I have tested it with uupc 1.12k
  53.  
  54. The supplied login.cmd file sets environment variables that tass/elm require.
  55. It is used as follows
  56. c:\> login userid
  57.  
  58.  
  59. Michael Taylor
  60. miket@pcug.org.au
  61.  
  62.  
  63. My Notes
  64. ========
  65.  
  66. There are two executables
  67. 1. tass.exe - compiled with Borland C 2.0 for OS/2.
  68. 2. rtass.exe - compiled with emx/gcc. This is for nntp. You will require 
  69.    the emx dlls to run it, get the file emxrt.zip from ftp-os2.nmsu.edu
  70.    This has been tested but only a little as I use uupc. Also as tass builds
  71.    index files for each group it can take a while to load a group page
  72.    especially over a 
  73.  
  74. I have made a number of changes and enhancements:
  75.  
  76. 1. It uses the UUPC configuration files for
  77.    - user details
  78.    - signature
  79.    - editor name
  80.    - some other things I have probably forgotten!
  81.  
  82. 2. I added the '<' , '>' (and left and right arrow keys) to scroll a news
  83.    article left and right. (I have made line wrap on by default so use Ctrl-W
  84.    to toggle it off and then this will work)
  85.  
  86. 3. I added the 'w/W' command to post a followup and mail for an article.
  87.  
  88. 4. I changed it to use the rmail and inews command from uupc to post mail and 
  89.    news. (this was simply a matter of removing the '/usr/' from the names in 
  90.    the source code).
  91.    
  92. 5. I added ctrl-W to line wrap an article (only at the article page display!)
  93.    Unfortunately it appears some newer newsreaders have wordwrap but don't
  94.    add cr/lfs to the posted article!
  95.    
  96. NOTES:
  97.  
  98. 1. It must be used with a HPFS formatted drive for the user home directory 
  99.    and the news directory (if using the uupc version) as it tries to use a 
  100.    file called .newsrc! Also a few other illegal file names for FAT drives!
  101.  
  102. 2. I have ported the nntp source by appropriating some nntp source from UQWK!
  103.    I haven't got any idea what the posting programs would be so I haven't done
  104.    the news/mail posting for nntp.
  105.    
  106.  
  107. I have tested this myself for about ten months and it hasn't crashed for me for 
  108. the last eight months at least.
  109.  
  110. All source code is included. I used the source code from ELM as a reference to 
  111. get the curses.c working for OS/2 and the source code from UUQK to get the 
  112. nntp stuff working (currently no support for posting news or sending mail with
  113. nntp).
  114.  
  115. If anyone one knows Rich Skrenta please thank him for a nice newsreader (and a
  116. easy program to port! - I have ported it to the Amiga, MSDOS and OS/2, although
  117. I never solved all the 16bit-isms with MSDOS).
  118.  
  119.