From: eldy <> Date: Sun, 9 Feb 2003 19:00:49 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_4_BETA~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6182acb334b7be27c00982a6a83728eefdd2fc19;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/plugins/tooltips.pm b/wwwroot/cgi-bin/plugins/tooltips.pm index 62625bc3..8adda315 100644 --- a/wwwroot/cgi-bin/plugins/tooltips.pm +++ b/wwwroot/cgi-bin/plugins/tooltips.pm @@ -1,11 +1,9 @@ #!/usr/bin/perl #----------------------------------------------------------------------------- -# UrlAlias AWStats plugin -# This plugin allow you to report all URL links with a text title instead of -# URL value. -# You must create a file called urlalias.cnfigvalue.txt and store it in -# plugin directory that contains 2 columns separated by a tab char. -# First column is URL value and second column is text title to use instead of. +# Tooltips AWStats plugin +# This plugin allow you to add some toolpus in AWStats HTML report pages. +# The tooltip are in same language than the report (they are stored in the +# awstats-tt-codelanguage.txt files in lang directory). #----------------------------------------------------------------------------- # Perl Required Modules: None #-----------------------------------------------------------------------------