Menu

Tree [r13] /
 History

HTTPS access


File Date Author Commit
 META-INF 2009-02-14 cristiancrx [r1] Initial import of YAJNGI
 cache 2009-02-14 cristiancrx [r1] Initial import of YAJNGI
 conf 2009-02-28 cristiancrx [r8] added download and save attachments specialized...
 lib 2009-02-28 cristiancrx [r9] added download and save attachments specialized...
 log 2009-02-14 cristiancrx [r1] Initial import of YAJNGI
 src 2010-03-25 cristiancrx [r13] Fix server down
 CHANGES.txt 2009-02-28 cristiancrx [r8] added download and save attachments specialized...
 LICENSE.txt 2009-02-14 cristiancrx [r1] Initial import of YAJNGI
 README.txt 2009-02-14 cristiancrx [r1] Initial import of YAJNGI
 RELNOTES.txt 2009-02-28 cristiancrx [r8] added download and save attachments specialized...
 THIRDPARTYLIBS.txt 2009-02-14 cristiancrx [r3] Added TPL file

Read Me

YAJNGI - Yet Another Java NewsGroup Inspector
=============================================


Dir "lib" contains the YAJNGI jar and the third party 
libs necessary for the correct execution of the program

Dir "cache" is the default location where YAJNGI store 
the last id of processed newsgroups articles

Dir "conf" is the default location where YAJNGI load 
the configuration file named yajngi-config.xml

Dir "log" is the deafult location where YAJNGI log the activity


Configure YAJNGI
================

Open in your favorite editor the yajngi-config.sample.xml, 
make your changes ad save as a yajngi-config.xml


Running YAJNGI
==============

YAJGNI is platform indipendent.

Change dir into bin

For Unix user:
$ chmod a+x ./yajngi.sh
$ ./yajngi.sh

For Windows users:
click the yajngi.bat or type yajngi

Alternatively using direct command:

Change dir into lib and:
$ java -jar -cp .:* yajngi.jar [path2ConfigFile]


REQUIREMENTS
============
YAJNGI require a version of Java >= 1.5


View YAJNGI at work
===================
Open or tail the log file log/yajngi.log


...have a nice monitoring!