File: README

package info (click to toggle)
swatch 3.0.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 152 kB
  • ctags: 48
  • sloc: perl: 1,006; makefile: 47
file content (66 lines) | stat: -rw-r--r-- 2,170 bytes parent folder | download
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

Thank you for your interest in swatch: the Simple WATCHdog.

Swatch was originally written to actively monitor messages as
they are written to a log file via the UNIX syslog utility. For
a simple demonstration type "perl swatch --examine=FILENAME" with
FILENAME being the file that you would like to see the contents of.
All this example will do is demonstrate the different text modes
that are available with to the echo action.

Read the INSTALL file for installation instructions.

This is a beta release of version 3.0, so please use it with caution.
The code is still slightly ahead of the documentation.

IF YOU ENCOUNTER A BUG...

Please send mail to eta@engr.ucsb.edu about it, but first make
sure that it is not mentioned in the KNOWN_BUGS file and that you are 
using the latest release.

You my want to try the latest snapshot which is named swatch.<DATE>.tar and
will be updated very frequently. This will be located in the NEW directory 
at the FTP site.

MAJOR CHANGES

The configuration file now has a completely different format. You can still
use your old configuration files if you use the "--old-style-config" switch
if you insist.

I have re-written most a lot of the code to take advantage of features
and modules that were made available with perl 5. 

It now requires perl 5 and the following modules: Time::HiRes, Date::Calc, 
Date::Format, and File::Tail.

It now uses the File::Tail module instead of the unix tail(1) command to
actively monitor a file.

I have added the seven colors that color xterminals recognize to the echo
action.

The manual is now embedded into the script in POD format. Use pod2text, 
pod2html, or your favorite pod2* program to create a more easily readable
document.

I have eliminated the use of swatch specific perl libraries.

SUGGESTIONS?

Please mail suggestions, problems, and/or complaints about swatch
to Todd.Atkins@Alumni.Stanford.ORG

DONATIONS?

The swatch program is provided to you free of charge. However, if you find
it useful I encourage you to send in a donation toward its continuous 
development. Please send donations to:

	TODD ATKINS
	P.O. BOX 23422
	SANTA BARBARA, CA 93121
	USA

Thank you.