manpage of afick_format

NAME

afick_format - a tool to convert Afick's logfile format

DESCRIPTION

afick_format is a tool to convert afick's log between different format : txt (native format), html, xml. It can be used to have a better display than the original one.

SYNOPSIS

afick_format.pl [options] logfile

REQUIRED ARGUMENTS

the output format

OPTIONS

options are used to control afickconfig

--help|-h

Output help information and exit.

--man

Output full help information and exit.

--version|-V

Output version information and exit.

--verbose|-v

add debugging messages

--output_format|-o

can be txt, html or xml

USAGE

afick_format.pl -o html /var/log/afick/afick.log

NOTES

this program only use perl and its standard modules.

SEE ALSO

afick.conf(5) for the configuration file syntax


afick-tk(1) for the graphical interface


afick(1) for the command-line interface


afickonfig(1) for a tool to change afick's configuration file


afick_archive(1) for a tool to manage archive's reports


afick_learn(1) for a learning tool

DIAGNOSTICS

the input format is analysed and we display some warnings if it does not match what we are waiting for

EXIT STATUS

0 if all is ok

CONFIGURATION

it does not use afick's configuration file

DEPENDENCIES

perl, afick common library

INCOMPATIBILITIES

none

BUGS AND LIMITATIONS

input format can be txt or html, not xml output format can be txt, html, or xml

LICENSE AND COPYRIGHT

Copyright (c) 2002 Eric Gerbier All rights reserved.

This program 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 2 of the License, or (at your option) any later version.

AUTHOR

Eric Gerbier

you can report any bug or suggest to eric.gerbier@tutanota.com

 manpage of afick_format