scripts
------------
afick.pl	 : main (console) program
afick_archive.pl : a tool for history/archive reports
afick_format.pl  : a tool to convert logs into xml or html
afick_learn.pl   : a tool to learn (change config) from logs
afick_learn_tk.pl : a graphical tool to learn (change config) from logs
afickonfig.pl    : afick's tool to manage configuration file
afick_preinstall.pl : pre-install script (save old config, generate local config)
afick_postinstall.pl : post-install script (mix new config with local config)
afick-tk.pl	: a graphical interface, base on tk

config
------
afick.conf      : default config file

libraries
---------
afick-common.pl : common library for all afick programs
Aliases.pm	: class for configuration aliases
Backend.pm	: class for database access
Cfg.pm		: class for configuration
Constant.pm     : constants
Control.pm	: class for control file
Directives.pm   : class for configuration directives
FileSecurity.pm : Manage FileSecurity Discretionary Access Control Lists in Perl
Gen.pm          : Library for generic code
Learn.pm	: class for afick learning
Lock.pm         : class for file locking
Log.pm		: class for read/analyse logs
Macros.pm       : class for configuration macros
Msg.pm          : class for messages
Object.pm	: class to store file data
Plugins.pm	: Library for all plugins (base analysis codes)
Report.pm	: class for writing reports
Tst.pm          : Library for tests
WinAcl.pm	: Library for windows acl (read, compare, display)

common doc
----------
afick.1.html    : html documentation for afick command
afick-tk.1.html : html documentation for the graphical interface
afick_archive.1.html: html documentation for afick_archive.pl command
afick.conf.5.html : html documentation for afick configuration file
afickonfig.1.html: html documentation for afickonfig tool
afick.lsm	: package description for lsm (Linux Software Map)
AUTHORS		: list of software authors
Changelog	: detailed changelog for afick
Changelog-gui	: detailed changelog for afick-tk
COPYING		: GPL licence contents
COPYRIGHT	: the software Copyright
INSTALL		: description of packaging formats
MANIFEST	: this file
NEWS		: general changelog
QUICKSTART	: start to use it very quick
README		: general informations
TODO		: my future work

unix/linux specific files
-------------------------
afick.1		: man page for afick command
afick.conf.5	: man page for afick configuration file
afickonfig.1    : man page for afickonfig tool
afick_cron      : an afick wrapper to be launched by cron
afick.logrotate : to clean log written by afick_cron
afick-tk.1      : man page for the tk graphical interface
linux.conf	: example of linux config
test_os.sh      : used during install to search the "good" install command

windows specific files
----------------------
afick_scan.cmd 	: script to be launched by service planning,
afick_planning.pl : an afick wrapper to be launched by afick_scan.cmd
rm_planning.cmd  : a script to remove task
afick_set_planning.pl  : interactive script, launched by planning.cmd
windows.conf	: example of windows configuration
