]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sun, 9 Feb 2003 19:00:49 +0000 (19:00 +0000)
committereldy <>
Sun, 9 Feb 2003 19:00:49 +0000 (19:00 +0000)
wwwroot/cgi-bin/plugins/tooltips.pm

index 62625bc3ebdb5f362648b1edb5826d4afb896263..8adda315a46cecb01bb5187530cf5f7274515146 100644 (file)
@@ -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
 #-----------------------------------------------------------------------------