public
Description: A webalizer replacement
Clone URL: git://github.com/bond/xmlreports.git
name age message
file COPYING Mon Sep 29 13:12:21 -0700 2008 Updated TODO file, added missing license files. [Daniel Bond]
file Copyright Mon Sep 29 13:12:21 -0700 2008 Updated TODO file, added missing license files. [Daniel Bond]
file INSTALL Wed Oct 08 02:26:47 -0700 2008 Update of info files. [Daniel Bond]
file LICENCE Tue Apr 29 13:20:13 -0700 2008 - Commited the code I've got [Daniel Bond]
file Makefile.in Tue Sep 23 05:30:51 -0700 2008 Commiting simple autoconf Makefiles [Daniel Bond]
file README Wed Oct 08 02:26:47 -0700 2008 Update of info files. [Daniel Bond]
file TODO Tue Oct 07 16:16:08 -0700 2008 add stylesheet switch [Daniel Bond]
directory build/ Tue Sep 23 06:35:00 -0700 2008 Added RPM-Source file [Daniel Bond]
file configure Wed Oct 08 01:08:37 -0700 2008 Enchances and removal of required db.h header [Daniel Bond]
file configure.in Wed Oct 08 01:08:37 -0700 2008 Enchances and removal of required db.h header [Daniel Bond]
file install-sh Tue Sep 23 05:30:51 -0700 2008 Commiting simple autoconf Makefiles [Daniel Bond]
directory src/ Wed Oct 08 01:08:37 -0700 2008 Enchances and removal of required db.h header [Daniel Bond]
README
XMLReports is a fork of webalizer, our favorite web-analysis software.

The difference is that XMLReports only outputs XML-files (no PNG Charts, no HTML),
which makes the output highly customizable.

Also we have introduced a new switch (-z URI), which adds a XSL stylesheet header in the XML-files.
Most browsers support XSL Transformation, so one use could be to have the browser transform the XML 
into HTML directly.

As another example of use, could be to have a crontab calling "xsltproc", that mails out montly reports
in a format suited for mail.

For instructions about installing, see the file named INSTALL.