From: Laurent Destailleur Date: Tue, 28 Jan 2014 10:07:58 +0000 (+0100) Subject: Fix: Remove old CVS tags X-Git-Tag: AWSTATS_7_3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cf18e90ccab21d1b44f499fda478f7b5804e48;p=thirdparty%2FAWStats.git Fix: Remove old CVS tags --- diff --git a/tools/awstats_buildstaticpages.pl b/tools/awstats_buildstaticpages.pl index b6dfe8c5..51d98efe 100644 --- a/tools/awstats_buildstaticpages.pl +++ b/tools/awstats_buildstaticpages.pl @@ -3,7 +3,6 @@ # Launch awstats with -staticlinks option to build all static pages. # See COPYING.TXT file about AWStats GNU General Public License. #------------------------------------------------------------------------------ -# $Revision$ - $Author$ - $Date$ #$|=1; #use warnings; # Must be used in test mode only. This reduce a little process speed diff --git a/tools/awstats_configure.pl b/tools/awstats_configure.pl index e9293eb6..ab5411d0 100644 --- a/tools/awstats_configure.pl +++ b/tools/awstats_configure.pl @@ -8,7 +8,6 @@ # - Create AWStats config file # See COPYING.TXT file about AWStats GNU General Public License. #------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ require 5.005; use strict; diff --git a/tools/awstats_exportlib.pl b/tools/awstats_exportlib.pl index 49f260ab..0274c8bf 100644 --- a/tools/awstats_exportlib.pl +++ b/tools/awstats_exportlib.pl @@ -3,7 +3,6 @@ # Export lib data values to a text files to allow to use AWStats robots, # os, browsers, search_engines database with other log analyzers #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ #use warnings; # Must be used in test mode only. This reduce a little process speed #use diagnostics; # Must be used in test mode only. This reduce a lot of process speed diff --git a/tools/awstats_updateall.pl b/tools/awstats_updateall.pl index 450f7aec..757abc0b 100644 --- a/tools/awstats_updateall.pl +++ b/tools/awstats_updateall.pl @@ -3,7 +3,6 @@ # Launch update process for all config files found in a particular directory. # See COPYING.TXT file about AWStats GNU General Public License. #------------------------------------------------------------------------------ -# $Revision$ - $Author$ - $Date$ #------------------------------------------------------------------------------ diff --git a/tools/geoip_generator.pl b/tools/geoip_generator.pl index 4b6e3655..49c0e594 100644 --- a/tools/geoip_generator.pl +++ b/tools/geoip_generator.pl @@ -5,7 +5,6 @@ # alone for any other log analyzer. # See COPYING.TXT file about AWStats GNU General Public License. #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ use strict; no strict "refs"; use Switch; diff --git a/tools/logresolvemerge.pl b/tools/logresolvemerge.pl index 61fb7f30..c98afa89 100644 --- a/tools/logresolvemerge.pl +++ b/tools/logresolvemerge.pl @@ -6,7 +6,6 @@ # alone for any other log analyzer. # See COPYING.TXT file about AWStats GNU General Public License. #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ use strict; no strict "refs"; #use diagnostics; diff --git a/tools/webmin/awstats/index.cgi b/tools/webmin/awstats/index.cgi index 9d80c2f4..d971b3c9 100644 --- a/tools/webmin/awstats/index.cgi +++ b/tools/webmin/awstats/index.cgi @@ -1,7 +1,6 @@ #!/usr/bin/perl # index.cgi # Display available config files -# $Revision$ - $Author$ - $Date$ require './awstats-lib.pl'; diff --git a/tools/webmin/awstats/update_stats.cgi b/tools/webmin/awstats/update_stats.cgi index b561d4aa..c4d50b76 100644 --- a/tools/webmin/awstats/update_stats.cgi +++ b/tools/webmin/awstats/update_stats.cgi @@ -1,7 +1,6 @@ #!/usr/bin/perl # update_stats.cgi # Run AWStats update process -# $Revision$ - $Author$ - $Date$ require './awstats-lib.pl'; &ReadParse(); diff --git a/tools/webmin/awstats/view_all.cgi b/tools/webmin/awstats/view_all.cgi index db6a3f1d..c5ef5249 100644 --- a/tools/webmin/awstats/view_all.cgi +++ b/tools/webmin/awstats/view_all.cgi @@ -1,7 +1,6 @@ #!/usr/bin/perl # view_all.cgi # Display summary of all available config files -# $Revision$ - $Author$ - $Date$ require './awstats-lib.pl'; &ReadParse(); diff --git a/wwwroot/cgi-bin/awdownloadcsv.pl b/wwwroot/cgi-bin/awdownloadcsv.pl index 9fc9b98b..c43acaa7 100755 --- a/wwwroot/cgi-bin/awdownloadcsv.pl +++ b/wwwroot/cgi-bin/awdownloadcsv.pl @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------ -# $Revision$ - $Author$ - $Date$ -#------------------------------------------------------------------------------ use CGI qw(:standard); my $ALLOWDOWNLOAD=0; diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index d900e1d7..5bd3d343 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -1,4 +1,4 @@ -# AWSTATS CONFIGURE FILE 7.1 +# AWSTATS CONFIGURE FILE 7.3 #----------------------------------------------------------------------------- # Copy this file into awstats.www.mydomain.conf and edit this new config file # to setup AWStats (See documentation in docs/ directory). @@ -10,7 +10,6 @@ # Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with # the config value in an AWStats running session and can be used like others. #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ diff --git a/wwwroot/cgi-bin/plugins/clusterinfo.pm b/wwwroot/cgi-bin/plugins/clusterinfo.pm index ea93e746..bc9b55ea 100644 --- a/wwwroot/cgi-bin/plugins/clusterinfo.pm +++ b/wwwroot/cgi-bin/plugins/clusterinfo.pm @@ -9,7 +9,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/decodeutfkeys.pm b/wwwroot/cgi-bin/plugins/decodeutfkeys.pm index 1cecd1c2..765b2372 100644 --- a/wwwroot/cgi-bin/plugins/decodeutfkeys.pm +++ b/wwwroot/cgi-bin/plugins/decodeutfkeys.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Encode and URI::Escape #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/detectrefererspam.pm b/wwwroot/cgi-bin/plugins/detectrefererspam.pm index 772ad200..065f72ff 100644 --- a/wwwroot/cgi-bin/plugins/detectrefererspam.pm +++ b/wwwroot/cgi-bin/plugins/detectrefererspam.pm @@ -4,7 +4,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- # ENTER HERE THE USE COMMAND FOR ALL REQUIRED PERL MODULES diff --git a/wwwroot/cgi-bin/plugins/example/example.pm b/wwwroot/cgi-bin/plugins/example/example.pm index ef082c53..473572dd 100644 --- a/wwwroot/cgi-bin/plugins/example/example.pm +++ b/wwwroot/cgi-bin/plugins/example/example.pm @@ -9,7 +9,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Put here list of all required plugins #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip.pm b/wwwroot/cgi-bin/plugins/geoip.pm index 3ecce31c..57bb1db6 100644 --- a/wwwroot/cgi-bin/plugins/geoip.pm +++ b/wwwroot/cgi-bin/plugins/geoip.pm @@ -8,7 +8,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm b/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm index 15bad6c9..dc08d93b 100644 --- a/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm +++ b/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm b/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm index 1710e08a..bd244e69 100755 --- a/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm +++ b/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # 1.4 - Chris Larsen - added file override capabilities # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm b/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm index f3d0a865..e7a1751f 100644 --- a/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm +++ b/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm b/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm index 085d6bf1..c2d0ab92 100644 --- a/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm +++ b/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoip_region_maxmind.pm b/wwwroot/cgi-bin/plugins/geoip_region_maxmind.pm index bbf88cf2..f6dd4a68 100755 --- a/wwwroot/cgi-bin/plugins/geoip_region_maxmind.pm +++ b/wwwroot/cgi-bin/plugins/geoip_region_maxmind.pm @@ -7,7 +7,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IP or Geo::IP::PurePerl #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/geoipfree.pm b/wwwroot/cgi-bin/plugins/geoipfree.pm index 23566408..338afd94 100644 --- a/wwwroot/cgi-bin/plugins/geoipfree.pm +++ b/wwwroot/cgi-bin/plugins/geoipfree.pm @@ -7,7 +7,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Geo::IPfree (version 0.2+) #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/graphapplet.pm b/wwwroot/cgi-bin/plugins/graphapplet.pm index a1900fe5..83a7c138 100644 --- a/wwwroot/cgi-bin/plugins/graphapplet.pm +++ b/wwwroot/cgi-bin/plugins/graphapplet.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm b/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm index 2e8585b2..cc1d02b4 100644 --- a/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm +++ b/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm @@ -5,7 +5,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # # Changelog # diff --git a/wwwroot/cgi-bin/plugins/hashfiles.pm b/wwwroot/cgi-bin/plugins/hashfiles.pm index a156489f..27d6fb53 100644 --- a/wwwroot/cgi-bin/plugins/hashfiles.pm +++ b/wwwroot/cgi-bin/plugins/hashfiles.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Storable #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/hostinfo.pm b/wwwroot/cgi-bin/plugins/hostinfo.pm index cd4d778b..1715242f 100644 --- a/wwwroot/cgi-bin/plugins/hostinfo.pm +++ b/wwwroot/cgi-bin/plugins/hostinfo.pm @@ -5,7 +5,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: XWhois #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/ipv6.pm b/wwwroot/cgi-bin/plugins/ipv6.pm index dd197fad..743fcc17 100644 --- a/wwwroot/cgi-bin/plugins/ipv6.pm +++ b/wwwroot/cgi-bin/plugins/ipv6.pm @@ -5,7 +5,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Net::IP and Net::DNS #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/rawlog.pm b/wwwroot/cgi-bin/plugins/rawlog.pm index d4742e19..f4483a19 100644 --- a/wwwroot/cgi-bin/plugins/rawlog.pm +++ b/wwwroot/cgi-bin/plugins/rawlog.pm @@ -6,7 +6,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/timehires.pm b/wwwroot/cgi-bin/plugins/timehires.pm index 8868c4a5..00f2e14e 100644 --- a/wwwroot/cgi-bin/plugins/timehires.pm +++ b/wwwroot/cgi-bin/plugins/timehires.pm @@ -5,7 +5,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: Time::HiRes #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/tooltips.pm b/wwwroot/cgi-bin/plugins/tooltips.pm index b9791cec..2ba14420 100644 --- a/wwwroot/cgi-bin/plugins/tooltips.pm +++ b/wwwroot/cgi-bin/plugins/tooltips.pm @@ -7,7 +7,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- @@ -122,7 +121,7 @@ function ShowTip(fArg) tooltipTop = ($doctop>=0?$doctop+10:event.clientY+10); tooltipTop = (document.body.scrollTop>=0?document.body.scrollTop+10:event.clientY+10); EOF - # Seul IE en HTML a besoin de code supplémentaire. IE en xhtml est OK + # Seul IE en HTML a besoin de code suppl�mentaire. IE en xhtml est OK if ($BuildReportFormat ne 'xhtml' && $BuildReportFormat ne 'xml') { print < tooltipLft) && (event.clientY < (tooltipOBJ.scrollHeight?tooltipOBJ.scrollHeight:tooltipOBJ.style.pixelHeight) + 10)) { diff --git a/wwwroot/cgi-bin/plugins/urlalias.pm b/wwwroot/cgi-bin/plugins/urlalias.pm index 69d3168d..3f0934bc 100644 --- a/wwwroot/cgi-bin/plugins/urlalias.pm +++ b/wwwroot/cgi-bin/plugins/urlalias.pm @@ -9,7 +9,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/cgi-bin/plugins/userinfo.pm b/wwwroot/cgi-bin/plugins/userinfo.pm index a0377940..76e6ed16 100644 --- a/wwwroot/cgi-bin/plugins/userinfo.pm +++ b/wwwroot/cgi-bin/plugins/userinfo.pm @@ -10,7 +10,6 @@ #----------------------------------------------------------------------------- # Perl Required Modules: None #----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ # <----- diff --git a/wwwroot/classes/src/AWGraphApplet.java b/wwwroot/classes/src/AWGraphApplet.java index cc442e30..75e5c76d 100644 --- a/wwwroot/classes/src/AWGraphApplet.java +++ b/wwwroot/classes/src/AWGraphApplet.java @@ -1,6 +1,5 @@ /* * @(#)AWGraphApplet.java - * $Revision$ - $Author$ - $Date$ * */