better formatting

This commit is contained in:
danh 2001-02-13 02:37:48 +00:00
parent aee095f36c
commit 057efafaeb

View File

@ -1,22 +1,27 @@
The Webalizer is a web server log file analysis program which produces The Webalizer is a web server log file analysis program
usage statistics in HTML format for viewing with a browser. The results which produces usage statistics in HTML format for viewing
are presented in both columnar and graphical format, which facilitates with a browser. The results are presented in both columnar
interpretation. Yearly, monthly, daily and hourly usage statistics are and graphical format, which facilitates interpretation.
presented, along with the ability to display usage by site, URL, referrer, Yearly, monthly, daily and hourly usage statistics are pre-
user agent (browser), search string, entry/exit page, username and country sented, along with the ability to display usage by site,
(some information is only available if supported and present in the log URL, referrer, user agent (browser), search string,
files being processed). Processed data may also be exported into most entry/exit page, username and country (some information is
database and spreadsheet programs that support tab delimited data formats. only available if supported and present in the log files
being processed). Processed data may also be exported into
most database and spreadsheet programs that support tab
delimited data formats.
The Webalizer supports CLF (common log format) log files, as well as The Webalizer supports CLF (common log format) log files, as
Combined log formats as defined by NCSA and others, and variations well as Combined log formats as defined by NCSA and others,
of these which it attempts to handle intelligently. In addition, wu-ftpd and variations of these which it attempts to handle intelli-
xferlog formatted logs and squid proxy logs are supported. gently. In addition, wu-ftpd xferlog formatted logs and
squid proxy logs are supported.
Gzip compressed logs may now be used as input directly. Any log filename Gzip compressed logs may now be used as input directly. Any
that ends with a '.gz'xtension will be assumed to be in gzip format and log filename that ends with a '.gz'xtension will be assumed
uncompressed on the fly as it is being read. In addition, the Webalizer to be in gzip format and uncompressed on the fly as it is
also supports DNS lookup capabilities if enabled at compile time. being read. In addition, the Webalizer also supports DNS
lookup capabilities if enabled at compile time.
The OpenBSD port enables Reverse-DNS lookup by default. The OpenBSD port enables Reverse-DNS lookup by default.