home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1174 / README next >
Encoding:
Text File  |  1990-12-28  |  1.9 KB  |  43 lines

  1. scribble2, a gift to picospan users, written by Andrew Scott Beals
  2.  
  3.  
  4. One of the Tenants of life here on the WELL is simple:
  5.     You Own Your Own Words.
  6. This means that you are responsible for them.  This also means that
  7. you may withdraw them at any time.
  8.  
  9. If you have been participating in a conferencing system for a long time,
  10. in my case over four years, you find that you have visited many conferences
  11. and made many entries into the system.  Going around, looking for and removing
  12. these postings can take quite some time, too long for this programmer.  So
  13. I have automated the task of:
  14.     1. Finding all of your postings
  15.     2. Determining which have already been censored/scribbled.
  16.     3. Censoring and scribbling the remainder.
  17.  
  18. scribble2 takes one argument, the name of a file that has the names of
  19. the conferences in which you wish to censor and scribble your words.
  20.  
  21. After answering the three questions, it will then put itself into the
  22. background and send you two pieces of mail - one containing the standard
  23. output [which topics you censored yourself in] and the other with the standard 
  24. error output, which contains error messages like "can't censor in frozen
  25. topics".
  26.  
  27. Note that this tickles a "feature" in picospan in that Marcus Watts decided
  28. that it would be best if everyone knew that someone had censored or scribbled
  29. a posting in a quiescent topic.  Thus, the topic header shows up but no
  30. new postings show, as there aren't really any new postings to show.
  31.  
  32. CAVEATS:
  33.  
  34. This program runs on BSD.  The only BSD-ism in the code, I believe, is that
  35. it calls mail program /usr/ucb/Mail and expects that it can take the
  36. -s "subject text" argument.  The latter is not a necessary feature.
  37.  
  38. scribble2_worker can easily be modified into a "find all of my [or a
  39. specified user's] postings and report" program.  I may still do this
  40. today, If only so that I may ask that all of my postings in the frozen
  41. topics may be scribbled.
  42.  
  43.