1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: awffull
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autotools-dev,
debhelper (>=10),
gettext,
help2man,
libfreetype6,
libfreetype6-dev,
libgd-dev,
libgeoip-dev,
libpcre3-dev,
libpng-dev,
po-debconf,
zlib1g-dev
Homepage: http://www.stedee.id.au/awffull/
Vcs-Git: https://salsa.debian.org/debian/awffull.git
Vcs-Browser: https://salsa.debian.org/debian/awffull
Standards-Version: 4.1.5
Package: awffull
Architecture: any
Suggests: dnshistory, httpd, fonts-dejavu
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: debconf (>= 1.4.58) | debconf-2.0
Description: web server log analysis program
AWFFull is a Web server log analysis program, forked from Webalizer. It adds a
number of new features and improvements, such as extended frontpage history,
resizable graphs, and a few more pie charts.
.
Webalizer is a great weblog analysis program but hasn't been going anywhere in
recent years. AWFFull takes that base and starts to fix the niggles and
annoyances and hopefully become a useful enhancement.
.
As a base, weblizer has a stated goal of producing web server analysis.
AWFFull on the other hand, will gradually focus more on the business
intelligence contained within those logs - and not specifically limited just to
web server logs.
.
Major Enhancements vs. Webalizer
.
The frontpage history can now cover more than 12 months.
StyleSheets (CSS) are supported. Customise to your hearts content!
The log type can be auto-detected
Can process: CLF, Combined, Squid, FTP XFER and Domino v6 Logs
All graphs are now resizable, rather than being a fixed size
Config File simplification to reduce duplication of common config pairings
Bookmarking numbers are tracked. Be aware that these are estimates!
Backend changes: Use of PCRE lib and standard library calls to ease coding pain
Pattern Matching improvements can increase the speed of a run by 50%. YMMV!
404 Errors are tracked and displayed with both the target and referrering URL
Can specify what is a page or what is not.
|