NAME

Maplat::Web::Logging::Graphs - configure Graphs to generate from logged data.

SYNOPSIS

use Maplat::Web;
use Maplat::Web::Logging;

Then configure() the module as you would normally.

DESCRIPTION

<module>
    <modname>logginggraphs</modname>
    <pm>Logging::Graphs</pm>
    <options>
        <linktitle>Graphs</linktitle>
        <user>
                <webpath>/logging/graphsuser</webpath>
                <pagetitle>Graphs</pagetitle>
        </user>
        <admin>
                <webpath>/logging/graphsadm</webpath>
                <pagetitle>Graphs ADM</pagetitle>
        </admin>
        <db>maindb</db>
        <minurls>4</minurls>
    </options>
</module>

This module provides the webmasks required to configure graphs generated from logged data.

get_user

Internal function, renders the user view.

get_admin

Internal function, renders the admin view.

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.