]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Remove old CVS tags
authorLaurent Destailleur <eldy@destailleur.fr>
Tue, 28 Jan 2014 10:07:58 +0000 (11:07 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Tue, 28 Jan 2014 10:07:58 +0000 (11:07 +0100)
33 files changed:
tools/awstats_buildstaticpages.pl
tools/awstats_configure.pl
tools/awstats_exportlib.pl
tools/awstats_updateall.pl
tools/geoip_generator.pl
tools/logresolvemerge.pl
tools/webmin/awstats/index.cgi
tools/webmin/awstats/update_stats.cgi
tools/webmin/awstats/view_all.cgi
wwwroot/cgi-bin/awdownloadcsv.pl
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/plugins/clusterinfo.pm
wwwroot/cgi-bin/plugins/decodeutfkeys.pm
wwwroot/cgi-bin/plugins/detectrefererspam.pm
wwwroot/cgi-bin/plugins/example/example.pm
wwwroot/cgi-bin/plugins/geoip.pm
wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm
wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm
wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm
wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm
wwwroot/cgi-bin/plugins/geoip_region_maxmind.pm
wwwroot/cgi-bin/plugins/geoipfree.pm
wwwroot/cgi-bin/plugins/graphapplet.pm
wwwroot/cgi-bin/plugins/graphgooglechartapi.pm
wwwroot/cgi-bin/plugins/hashfiles.pm
wwwroot/cgi-bin/plugins/hostinfo.pm
wwwroot/cgi-bin/plugins/ipv6.pm
wwwroot/cgi-bin/plugins/rawlog.pm
wwwroot/cgi-bin/plugins/timehires.pm
wwwroot/cgi-bin/plugins/tooltips.pm
wwwroot/cgi-bin/plugins/urlalias.pm
wwwroot/cgi-bin/plugins/userinfo.pm
wwwroot/classes/src/AWGraphApplet.java

index b6dfe8c580a2654f791676010b9393c9d4de229f..51d98efe0c23441d7a15504cf4c04acef4f8c6f7 100644 (file)
@@ -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
index e9293eb6b7d8522f6332f67520fae821eec96d6f..ab5411d038d7a242a7f2ba5814daa92d21a50883 100644 (file)
@@ -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;
index 49f260ab5dd8b0675c145cc05130db17316ec8a7..0274c8bfb6617b56db6cc43fa48810a81fedda4c 100644 (file)
@@ -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
index 450f7aece9268b787ed76c3e3e92308e124931c5..757abc0b4821a609a309bafccbb5090ff11ec5b0 100644 (file)
@@ -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$
 
 
 #------------------------------------------------------------------------------
index 4b6e3655ae75ba41970c0d1933819d094b437abd..49c0e594bcbd564c8ea0a87f350ea06f9b59f6f2 100644 (file)
@@ -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;
index 61fb7f30067b5cce9c1ebc9c2f364b346b9c48f8..c98afa894ce63865ba62f9f03bec9af332cd1332 100644 (file)
@@ -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;
index 9d80c2f4602997c9033aea501cf6722b13afbb1d..d971b3c9ece3339df079cf9b0afdb243b441578d 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 # index.cgi
 # Display available config files
-# $Revision$ - $Author$ - $Date$
 
 require './awstats-lib.pl';
 
index b561d4aa9ccecc6aaafbc4eacc836594ca08bc97..c4d50b76d4757d0ff2cd80c8fb12bcbf373a7085 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 # update_stats.cgi
 # Run AWStats update process
-# $Revision$ - $Author$ - $Date$
 
 require './awstats-lib.pl';
 &ReadParse();
index db6a3f1d1d527d0eb35d0a7b072476c8e66a3fac..c5ef5249df161de802c2bf6f0a3f3ca29bf55034 100644 (file)
@@ -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();
index 9fc9b98b795c5768f007af24f96015676a95be79..c43acaa72926ece75c52e1c951fcd196acb42ebd 100755 (executable)
@@ -17,8 +17,6 @@
 # You should have received a copy of the GNU General Public License\r
 # along with this program. If not, see <http://www.gnu.org/licenses/>.\r
 #------------------------------------------------------------------------------\r
-# $Revision$ - $Author$ - $Date$\r
-#------------------------------------------------------------------------------\r
 use CGI qw(:standard);\r
 \r
 my $ALLOWDOWNLOAD=0;\r
index d900e1d773df7f7014e245f9752892a46896ffa2..5bd3d343bb431ff055da4e677ea66b07b4a72b77 100644 (file)
@@ -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$
 
 
 
index ea93e746ba1aa744591e18b71ecebfd5b761d154..bc9b55eaef0f1a0bdd0f151722607018d5cf6dfd 100644 (file)
@@ -9,7 +9,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 1cecd1c20b2f1e230d034cb02fcdb7e8b465b2c4..765b23729ca8e6725b719aedd96601aa45a402fa 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Encode and URI::Escape
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 772ad200fb2137c3c817b50fb1660fa8a362011f..065f72ff5873becd372f4bce80611fbad5f185b7 100644 (file)
@@ -4,7 +4,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 # <-----
 # ENTER HERE THE USE COMMAND FOR ALL REQUIRED PERL MODULES
index ef082c530f7110dbd2de6396418d0b1d775fb830..473572dd2273e0ad3ead5b7b8281569a67ec6763 100644 (file)
@@ -9,7 +9,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Put here list of all required plugins
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 3ecce31caf95c1718e19dd5fa005c395452fd6d4..57bb1db65990a06d336b81546f7eb3d823fe5561 100644 (file)
@@ -8,7 +8,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 15bad6c991fc80cfdbec63328937f351ab84a7cd..dc08d93b8d7c32561084c89c5ed6d18b858c94cb 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 1710e08a98e1da7808a33a912beaa7fa51b1a487..bd244e69be827090f7693a76e0950828ad3e18d0 100755 (executable)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 # 1.4 - Chris Larsen - added file override capabilities
 
 # <-----
index f3d0a865b25082bdcd73ab771927807e0b1d039b..e7a1751fbb0f0801390e576c173c354522133ddf 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 085d6bf14e819426cc27c9dd9aa56a195aff0cd0..c2d0ab9271316f49c74271756fad76cd1fcf70a0 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index bbf88cf29df9cf3413e0e0157c88ace1b918d20c..f6dd4a680877febd9b4bb74550ed2fad21271546 100755 (executable)
@@ -7,7 +7,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IP or Geo::IP::PurePerl
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 23566408320f31aed26dd37e80ff06e7a24f7c4a..338afd9491d7831a1c1bf8e7e5330a6be7a30f6e 100644 (file)
@@ -7,7 +7,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Geo::IPfree (version 0.2+)
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index a1900fe50765f1bafb06dcc21d48dd95dbd4636f..83a7c1387371f418bdfff669ee283f41a68ba530 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 2e8585b237b31ea9f7f01189aa803d0a8d124ff6..cc1d02b41033ecd58dc537ced87e5579cd4f199c 100644 (file)
@@ -5,7 +5,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 # 
 # Changelog
 #
index a156489f6016999a462ed88383468a8dbdfeef32..27d6fb53fc5b648117e86498a80a934905944ac9 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Storable
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index cd4d778b7723bc6bfb5f0934e3833a5417f8aec3..1715242f1d12339860386d5fdd7354d3c88ac4ef 100644 (file)
@@ -5,7 +5,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: XWhois
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index dd197fad3bfe4e3aeaa648bdf7601a2b7c68deeb..743fcc1771416495d96ce66118c52bb9b99e414f 100644 (file)
@@ -5,7 +5,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Net::IP and Net::DNS
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index d4742e1904f5a4b749d1d7d9b771b0ccf593a53d..f4483a199426393dd8ae88816101b0dc42c3c881 100644 (file)
@@ -6,7 +6,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index 8868c4a5625dad5299b7d0b2c6a71b130d94c107..00f2e14ee520765315bdc6926c07f104c5be287d 100644 (file)
@@ -5,7 +5,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: Time::HiRes
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index b9791cec6484d0ca3cbe9e6fef15cffb04dad975..2ba144202f22acc7ce2b51d8b7af534e292a416e 100644 (file)
@@ -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 supplmentaire. IE en xhtml est OK
                if ($BuildReportFormat ne 'xhtml' && $BuildReportFormat ne 'xml') {
 print <<EOF;
                        if ((event.clientX > tooltipLft) && (event.clientY < (tooltipOBJ.scrollHeight?tooltipOBJ.scrollHeight:tooltipOBJ.style.pixelHeight) + 10)) {
index 69d3168d6b44ed8bf75c0ae42bfe3ad561190043..3f0934bcb81204f92ee362c31372741d5b453d7f 100644 (file)
@@ -9,7 +9,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index a037794041b3422ae3c295ecac15314f76033b73..76e6ed16052c044e01af7b95f78c083eb4b75fb2 100644 (file)
@@ -10,7 +10,6 @@
 #-----------------------------------------------------------------------------
 # Perl Required Modules: None
 #-----------------------------------------------------------------------------
-# $Revision$ - $Author$ - $Date$
 
 
 # <-----
index cc442e3076f70de424fb7ac6aa4be7520b601a8a..75e5c76d47ed27f367c27156c6e385415a832dbe 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * @(#)AWGraphApplet.java
- * $Revision$ - $Author$ - $Date$
  *
  */