jslr is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

jslr is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.

Copyright 2011 Jacques Boulet <jboulet@earthlink.net>
---------------------------------------------------------

Greetings! Welcome to jslr, the Java System Log Reader. Jslr aims to be a simple yet feature filled log reader. Granted, it is very far off from that right now, just give jslr time and I am sure you will find it useful. 

RUNNING
You need to run it as root or another user that has read access to the log files in /var/log. There are no command line arguments currently and to run it you simply issue a "java -jar jslr.jar" at the command line. 

SOURCE
The source code is currently being hosted on savannah in a CVS repository.
Anonymous read-only access here:

cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jslr co jslr 

I build and edit this project with netbeans 6.9.1
