home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Network / news / News.0.75.README < prev    next >
Encoding:
Text File  |  1991-06-12  |  2.4 KB  |  56 lines

  1. THIS IS NOT A TERRIBLY FUNCTIONAL NEWSREADER.  IT IS PROVIDED AS A BASIS
  2. FOR OTHER PROJECTS YOU MIGHT WANT TO DO.  IF YOU JUST WANT A GOOD SOLID
  3. NEWSREADER, CHECK OUT "NEWSGRAZER" (BY JASON ADAMS) ON THE FTP SITES.
  4.  
  5. Phew, that said...
  6.  
  7. This code is not public domain.  I retain all rights to this code, except
  8. that you may use any part(s) of this code in any program which you give
  9. away for free.
  10.  
  11. I may be willing to let you use parts of this code (for free) in programs
  12. which you sell, but I'd like to be asked first.
  13.  
  14. This code is provided as both example code for certain techniques, and
  15. as a possible starting point for a real newsreader/mailreader.
  16.  
  17. It works pretty well right now as a newsreader.  It can't post.  It
  18. requires NNTP.
  19.  
  20. I'd like to see people add:
  21.  
  22. 0) Posting.  I have a nib file for what I'd like it to look like, but
  23. that's about it.  Posting would be really simple, I just haven't done
  24. it.
  25.  
  26. 1) Ability to read the /usr/spool/news directories directly, in addition
  27. to UUCP.
  28.  
  29. 2) Ability to read mail as well.  Basically, news and mail should be treated
  30. the same, with the same folders applying to each.
  31.  
  32. 3) Ability to save articles in a group (or move them between groups) or mail
  33. messages in a folder.  Mail folders and news groups should function
  34. identically.  If you save a message in either, it should always show up.
  35. (Of course, there should be a switch to set whether you actually want to
  36. see previously read messages in a group/folder.)
  37.  
  38. 4) Automatic filtering of incoming mail to different mailboxes/groups/folders.
  39. Thus reading mail would be just like reading news; you'd have a list of folders
  40. with new entries, go into them, read the mail, and decide whether to save
  41. it or chuck it.  (Use elm-filters on this one, save yourself some trouble.)
  42.  
  43. Note that this newsreader uses the undocumented "ColumnCell" class.  You
  44. should probably switch this to something else.  Also, there's source included
  45. for the little clock icon (like you see in Preferences), which I'd like
  46. to display the time of posting in (good luck!).  Right now the calendar/
  47. subdirectory isn't used at all.
  48.  
  49. Enjoy.  BTW, I no longer am working on News, I've got another project, so
  50. you're pretty much on your own.  (You can still ask me questions, though.)
  51. If you come up with some neat changes, send them back to me, and maybe
  52. I'll be able to come up with a real release.
  53.  
  54. -william shipley
  55. wjs@last.cac.washington.edu
  56.