1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
nwrite Version 1.9.2 Release Notes
------------------------------------------------------------------------------
The nwrite software package and all files contained therein are covered
by this copyright notice & license:
Copyright (c) 1993 Marco Nicosia <marco@csua.berkeley.edu>
Copyright (c) 1994-1995 Aaron C. Smith <aaron@csua.berkeley.edu>
Copyright (c) 1995-1998 Alan Coopersmith <alanc@csua.berkeley.edu>
Permission to use, copy, modify, and distribute this software in source
and/or binary forms and its documentation, without fee and without a signed
licensing agreement, is hereby granted, provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The names of the authors may not be used to endorse or promote
products derived from this software without specific prior written
permission.
IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE
AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY,
PROVIDED HEREUNDER IS PROVIDED "AS IS". THE AUTHORS HAVE NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
------------------------------------------------------------------------------
What is nwrite?
---------------
nwrite is a replacement for the standard UNIX write(1) program that lets you
write directly to the terminal of another logged-in user without the overhead
of talk taking over the full screen or the other user having to respond first.
Advantages of nwrite over traditional versions of write:
- ability to send same message simaltaneously to multiple users
- receiver-configurable message format, including a tag at the start of
each line that identifies the sender
A typical two-way nwrite conversation might look something like this:
% nwrite marco
writing to marco on ttype
hey marco, have you seen roy around?
Message from marco on ttype to alanc at 13:27:37 ...
marco> not today
marco> last I saw him he was sleeping under the computers again
okay, thanks
^D
marco> no problem
EOF (marco)
Installing nwrite
-----------------
nwrite is fairly simple & straightforward to build and install on most
flavors of UNIX. So far, people have successfully done so on:
Apollo Domain/OS 10.4
DEC Ultrix 4.4
Digital UNIX 3.2, 4.0
FreeBSD 2.2.2-Release, 2.2.5-Stable, 2.2.6-Stable
HP/UX 9.05, 10.20
IBM AIX 3.2.5
NetBSD
Sequent Dynix 3.x (BSD 4.2-ish)
Sequent Dynix/PTX 4.0.1 (SysVr4-ish)
SGI Irix 6.2
Sun Solaris 2.4, 2.5, 2.5.1, 2.6 (SPARC & x86)
See the file "INSTALL" for instructions on building nwrite.
Future Versions of nwrite
-------------------------
Updates to nwrite will be made available from the ftp site:
ftp://ftp.csua.berkeley.edu/pub/nwrite/
Suggestions for future versions, ports to new platforms, bug reports, etc.
can be e-mailed to
nwrite@csua.berkeley.edu
If you want to redistribute nwrite, either modified or unmodified, then you
may do so if you follow the terms above. However, if you do so, please mail
nwrite@csua.berkeley.edu and let us know about it so we can let you know when
updates are released.
What does the "n" in nwrite stand for?
--------------------------------------
Take your pick:
- eNhanced write
- "New" write
- Nicosia's write
- Neat-o write
- Nifty write
- Nicer write
- Nothing at all
or make up your own answer.
Acknowledgments
---------------
nwrite has come out of the online community of the Computer Science
Undergraduate Association at the University of California at Berkeley, and
probably wouldn't exist at all, or in anything like it's current form if it
wasn't for the CSUA. Many features are from what the members of the
community wanted out of an "improved" write tool.
If you are one of those people who insist on giving something in return for
software, the CSUA is an official IRS-registered non-profit charitable
organization, and does accept donations. See http://www.csua.berkeley.edu/
or contact politburo@csua.berkeley.edu for more information about the CSUA
itself. (But please don't bug them about nwrite!)
|