From 0d2568a0be51c8839014964d0ae279d14bb7ae37 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Sat, 18 May 2002 19:10:26 +0000 Subject: [PATCH] Rename .pl lib files to .pm --- wwwroot/cgi-bin/lib/{browsers.pl => browsers.pm} | 2 ++ wwwroot/cgi-bin/lib/{domains.pl => domains.pm} | 2 ++ .../cgi-bin/lib/{operating_systems.pl => operating_systems.pm} | 2 ++ wwwroot/cgi-bin/lib/{robots.pl => robots.pm} | 3 +++ wwwroot/cgi-bin/lib/{search_engines.pl => search_engines.pm} | 3 +++ 5 files changed, 12 insertions(+) rename wwwroot/cgi-bin/lib/{browsers.pl => browsers.pm} (99%) rename wwwroot/cgi-bin/lib/{domains.pl => domains.pm} (99%) rename wwwroot/cgi-bin/lib/{operating_systems.pl => operating_systems.pm} (99%) rename wwwroot/cgi-bin/lib/{robots.pl => robots.pm} (99%) rename wwwroot/cgi-bin/lib/{search_engines.pl => search_engines.pm} (99%) diff --git a/wwwroot/cgi-bin/lib/browsers.pl b/wwwroot/cgi-bin/lib/browsers.pm similarity index 99% rename from wwwroot/cgi-bin/lib/browsers.pl rename to wwwroot/cgi-bin/lib/browsers.pm index 8c18592b..6e07e7dd 100644 --- a/wwwroot/cgi-bin/lib/browsers.pl +++ b/wwwroot/cgi-bin/lib/browsers.pm @@ -6,6 +6,8 @@ # $Revision$ - $Author$ - $Date$ +#package AWSUA; + # BrowsersSearchIDOrder # This list is used to know in which order to search Browsers IDs (Most diff --git a/wwwroot/cgi-bin/lib/domains.pl b/wwwroot/cgi-bin/lib/domains.pm similarity index 99% rename from wwwroot/cgi-bin/lib/domains.pl rename to wwwroot/cgi-bin/lib/domains.pm index 9aad41e1..1e02213b 100644 --- a/wwwroot/cgi-bin/lib/domains.pl +++ b/wwwroot/cgi-bin/lib/domains.pm @@ -6,6 +6,8 @@ # $Revision$ - $Author$ - $Date$ +#package AWSDOM; + # DomainsHashIDLib # List of domain with their name ("domain id", "Domain name") diff --git a/wwwroot/cgi-bin/lib/operating_systems.pl b/wwwroot/cgi-bin/lib/operating_systems.pm similarity index 99% rename from wwwroot/cgi-bin/lib/operating_systems.pl rename to wwwroot/cgi-bin/lib/operating_systems.pm index c7b23b27..80ff571a 100644 --- a/wwwroot/cgi-bin/lib/operating_systems.pl +++ b/wwwroot/cgi-bin/lib/operating_systems.pm @@ -6,6 +6,8 @@ # $Revision$ - $Author$ - $Date$ +#package AWSOS; + # OSSearchIDOrder # This list is used to know in which order to search Operating System IDs diff --git a/wwwroot/cgi-bin/lib/robots.pl b/wwwroot/cgi-bin/lib/robots.pm similarity index 99% rename from wwwroot/cgi-bin/lib/robots.pl rename to wwwroot/cgi-bin/lib/robots.pm index c0ab9fc0..34bced3f 100644 --- a/wwwroot/cgi-bin/lib/robots.pl +++ b/wwwroot/cgi-bin/lib/robots.pm @@ -6,6 +6,9 @@ # $Revision$ - $Author$ - $Date$ +#package AWSROB; + + # Robots list was found at http://www.robotstxt.org/wc/active/all.txt # Other robots can be found at http://www.jafsoft.com/searchengines/webbots.html # Rem: To avoid bad detection, some robots id were removed from this list: diff --git a/wwwroot/cgi-bin/lib/search_engines.pl b/wwwroot/cgi-bin/lib/search_engines.pm similarity index 99% rename from wwwroot/cgi-bin/lib/search_engines.pl rename to wwwroot/cgi-bin/lib/search_engines.pm index 6c704f56..77ea8527 100644 --- a/wwwroot/cgi-bin/lib/search_engines.pl +++ b/wwwroot/cgi-bin/lib/search_engines.pm @@ -7,6 +7,9 @@ # $Revision$ - $Author$ - $Date$ +#package AWSSE; + + # SearchEnginesSearchIDOrder # This list is used to know in which order to search Search Engines IDs (Most # frequent one are first in this list to increase detect speed). -- 2.47.3