[lwatch-cvs] files BUGS,NONE,1.1 TODO,NONE,1.1 AUTHORS,1.1,1.2 INSTALL,1.1,1.2 README,1.1,1.2
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-09-07 02:07:27
|
Update of /cvsroot/lwatch/files In directory usw-pr-cvs1:/tmp/cvs-serv740 Modified Files: AUTHORS INSTALL README Added Files: BUGS TODO Log Message: Add some documentation files Add CVS tags --- NEW FILE: BUGS --- $Id: BUGS,v 1.1 2002/09/07 02:07:18 arturcz Exp $ $Source: /cvsroot/lwatch/files/BUGS,v $ If you think you have found a bug please check it in lwatch bugs database. If bug was not submitted earlier please submit it. Addres for browse/submit bugs: http://sourceforge.net/tracker/?group_id=55979&atid=478912 --- NEW FILE: TODO --- $Id: TODO,v 1.1 2002/09/07 02:07:18 arturcz Exp $ $Source: /cvsroot/lwatch/files/TODO,v $ Now (for nearest stable release): - versioning of configuration file - show or not unparsed lines (parameter in config file and runtime option) Later: - extended rules, i.e. line matches only if server and message matches given rules - timers - counters - support for growing regular files (like tail -f) - user defined message format Index: AUTHORS =================================================================== RCS file: /cvsroot/lwatch/files/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AUTHORS 8 Aug 2002 14:03:50 -0000 1.1 --- AUTHORS 7 Sep 2002 02:07:18 -0000 1.2 *************** *** 0 **** --- 1,5 ---- + $Id$ + $Source$ + + Artur R. Czechowski <ar...@he...> - designer, main programmer + Andrzej Oszer <prz...@pr...> - autotools, debian package Index: INSTALL =================================================================== RCS file: /cvsroot/lwatch/files/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL 8 Aug 2002 14:03:50 -0000 1.1 --- INSTALL 7 Sep 2002 02:07:18 -0000 1.2 *************** *** 1,2 **** --- 1,5 ---- + $Id$ + $Source$ + Basic Installation ================== Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 8 Aug 2002 14:03:50 -0000 1.1 --- README 7 Sep 2002 02:07:18 -0000 1.2 *************** *** 0 **** --- 1,5 ---- + $Id$ + $Source$ + + Installation procedure: see INSTALL + Bug reporting: see BUGS |