/usr/share/doc/tua/PROJECTS is in tua 4.3-13.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # -*- indented -*-
# This is a list of what I think *NOW* about TUA future.
#
* Patch Taylor Uucp to make possible a one-to-one assoc between Stats and
Logs entries. This is needed to know for example how much e-mail one
user *received*.
* Think about eliminating duplicated string in the trees.
a) by providing a mechanism similar to NXUniqueString that can be found on
NeXTstep (wow!), and teaching strdup() its use.
b) ...
* Modify the hourly activity chart. Instead of counting the bytes that pass
through, take care simply how many times, in a period, that port was busy
or not. With this info, you can say
"Hmmmm..., at 3:35am, tty2a is free at 100%" (ie everyday)...
* Interface with GNUPLOT.
|