home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tassos2z.zip / README.OS2 < prev    next >
Text File  |  1995-10-20  |  4KB  |  101 lines

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