| Path: | drossellog-generate-data.rb |
| Last Update: | Thu Jul 12 22:40:45 +0200 2007 |
This part of Drossellog generates the YAML-Data-Files in which the parsed # logfile is stored #
Explain to the user how to use Drossellog
# 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