TODO and WHISHLIST:

- add a CUI and/or a GUI to edit configuration 
- add check for timestamp of each single file
- add use of size parameter to rotate/archive files whenever 
  a file grows over defined size
- add use of metavariables in configuration files:
  @BASEDIR  : Dir containing logfile to be archived/rotated
  @FILENAME : filename with numerical extension (BASENAME+NEXT_EXT)
  @BASENAME : filename without extension
  @COMP_EXT : extension of compressed format file (bz2, gz, ...)
  @NEXT_EXT : next available numbered extension
  @YEAR     : actual year
  @DAY      : actual day
  @MONTH    : actual month
- add use of storename parameter to force name of compressed log
- add control on multiple definitions of same file:
  add use of "handled" array. After a well terminated rotate/archive 
  process a logfile is inserted in "handled" array, if next logfile
  are already in this array it's ignored.
- Add "append-only" option (to use chattr +a on ext[23] fs)??
- IDEA:
  same logfile in two configfiles
  if I have a logfile in monthly and same file in weekly I can:
  rotate weekly 4 times a logfile (i.e. on a little volume)
  archive monthly all 4 rotated old logfiles in same file 
  (i.e. on a bigger backup volume)
  It's incompatible with logpart option. If weekly file is not rotated this 
  method isn't too useful.
- Add parameters: nostoredir
- Add check on symbolic link? It's "secure" to follow symbolic links?
  Can be used a global variable: only if set follow symlink
- Add a --pager option?
- Add use of gettext? 
- A messaging system to be able to read some particular information about
  logfile modifying in e-mail message

missingok
              If the log file is missing, go on to the  next  one
              without   issuing   an   error  message.  See  also
              nomissingok.

