home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3894 < prev    next >
Internet Message Format  |  1991-08-23  |  3KB

  1. Path: wupost!uunet!mcsun!unido!estevax!norisc!iain
  2. From: iain@norisc.UUCP (Iain Lea)
  3. Newsgroups: alt.sources
  4. Subject: tin v1.00 - YAN (Yet Another Newsreader) Part 08/08
  5. Message-ID: <589@norisc.UUCP>
  6. Date: 23 Aug 91 13:57:38 GMT
  7. Sender: iain@norisc.UUCP (Iain Lea)
  8. Organization: What organization?
  9. Lines: 90
  10.  
  11. Submitted-by: iain@estevax.uucp
  12. Archive-name: tin/part08
  13.  
  14. #!/bin/sh
  15. # this is tin.shar.08 (part 8 of tin)
  16. # do not concatenate these parts, unpack them in order with /bin/sh
  17. # file tin.1 continued
  18. #
  19. if touch 2>&1 | fgrep '[-amc]' > /dev/null
  20.  then TOUCH=touch
  21.  else TOUCH=true
  22. fi
  23. if test ! -r shar3_seq_.tmp; then
  24.     echo "Please unpack part 1 first!"
  25.     exit 1
  26. fi
  27. (read Scheck
  28.  if test "$Scheck" != 8; then
  29.     echo "Please unpack part $Scheck next!"
  30.     exit 1
  31.  else
  32.     exit 0
  33.  fi
  34. ) < shar3_seq_.tmp || exit 1
  35. echo "x - Continuing file tin.1"
  36. sed 's/^X//' << 'SHAR_EOF' >> tin.1 &&
  37. Xbe used and the mail will reach \fIuser@bigvax\fP.
  38. XThis variable has precedence over the file \fI$HOME/.tin/add_addr\fP
  39. Xthat may also contain an address.
  40. X.SH FILES
  41. X\fI$HOME/.newsrc\fP        newgroups subscribed to by user.
  42. X.br
  43. X\fI$HOME/.tin/tinrc\fP        options set by user.
  44. X.br
  45. X\fI$HOME/.tin/index\fP        newsgroup index files directory.
  46. X.br
  47. X\fI$HOME/.tin/kill\fP        kill file.
  48. X.br
  49. X\fI$HOME/.tin/posted\fP        history of articles posted by user.   
  50. X.br
  51. X\fI$HOME/.tin/organization\fP    user specified string to replace 
  52. Xdefault organization.
  53. X.br
  54. X\fI$HOME/.tin/reply_to\fP        user specified host address to use in
  55. XReply-To: mail header.
  56. X.br
  57. X\fI$HOME/.tin/add_addr\fP        user specified address to add to when
  58. Xreplying through mail.
  59. X.br
  60. X\fI$HOME/.signature\fP        signature file.
  61. X.br
  62. X\fI$HOME/.Sig\fP            signature file.
  63. X.SH BUGS
  64. XThere somewhere. Any bugs found should be reported by the 'B' (bug
  65. Xreport) command.
  66. X.br
  67. XThere is a bug when article killing is switched ON/OFF at article
  68. Xpage level and the 't' command is used to return to group selection
  69. Xindex.
  70. X.SH HISTORY
  71. X<to be written>
  72. X.SH CREDITS
  73. XRich Skrenta    author of tass v3.2 which this newsreader used as its base.
  74. X.br
  75. XSyd Weinstein     curses.c is taken from the elm mailreader
  76. X.br
  77. XRich Salz    author of pattern matching routines.
  78. X.br
  79. XWayne Brandt    author of multi-part uudecode routine.
  80. X.br
  81. X.SH AUTHOR
  82. XIain Lea        (norisc!iain@estevax.UUCP or ...!unido!estevax!norisc!iain)
  83. SHAR_EOF
  84. echo "File tin.1 is complete" &&
  85. $TOUCH -am 0822180191 tin.1 &&
  86. chmod 0600 tin.1 ||
  87. echo "restore of tin.1 failed"
  88. set `wc -c tin.1`;Wc_c=$1
  89. if test "$Wc_c" != "18929"; then
  90.     echo original size 18929, current size $Wc_c
  91. fi
  92. rm -f shar3_seq_.tmp
  93. echo "You have unpacked the last part"
  94. exit 0
  95.  
  96. --
  97. NAME   Iain Lea
  98. EMAIL  norisc!iain@estevax.UUCP  ...!unido!estevax!norisc!iain
  99. SNAIL  Siemens AG, AUT 922C, Postfach 4848, Nuernberg, Germany
  100. PHONE  +49-911-895-3853, +49-911-895-3877, +49-911-331963
  101.