drossellog-generate-data.rb

Path: drossellog-generate-data.rb
Last Update: Thu Jul 12 22:40:45 +0200 2007
dot/f_0.png

This part of Drossellog generates the YAML-Data-Files in which the parsed # logfile is stored #

Required files

getoptlong   xhochy/drossellog/logfileparser.rb  

Methods

usage  

Public Instance methods

Explain to the user how to use Drossellog

[Source]

    # File drossellog-generate-data.rb, line 13
13: def usage
14:   puts '--help, -h                 Display this help'
15:   puts '--parse-file, -f <file>    Parse a file'
16:   puts '--outdir, -o <dir>         The directory where the data could be stored'
17:   puts '--domain, -d <domain>      The domain to which the log file belongs'
18:   puts '--alias, -a <domainalias>  A alias which is identical to the domain(used for detection of external referrers)'
19:   exit
20: end

[Validate]