From 1ae20c8ba2bb82493217bba0182677f9586fe066 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 3 Oct 2016 01:56:09 -0400 Subject: [PATCH] updates for domain names. --- doc/clam_manual/clam_docs.html | 13 ++++--------- doc/clam_manual/clam_root.html | 3 +-- scripts/cgi/count.cgi | 17 +++++------------ 3 files changed, 10 insertions(+), 23 deletions(-) diff --git a/doc/clam_manual/clam_docs.html b/doc/clam_manual/clam_docs.html index eb4a5485..caee455a 100644 --- a/doc/clam_manual/clam_docs.html +++ b/doc/clam_manual/clam_docs.html @@ -139,7 +139,7 @@ that need to be used with CLAM.  Several example makefiles and the full reference manual for CLAM are also included.
-     CLAM is part of the HOOPLE libraries (http://hoople.org/) +     CLAM is part of the Feisty Meow® codebase (http://feistymeow.org/) and can be downloaded from there or through a sourceforge mirror site.
    In the remainder of the document, we will often @@ -169,13 +169,8 @@ since clam became part of the YETIcode project (at http://yeticode.org). -
  • The default location for clam is under the FEISTY_MEOW_APEX - in a - folder named clam, although the version of clam shipped with the - HOOPLE - code (http://hoople.org) actually lives under the root of the - hoople - hierarchy.
    +
  • The default location for clam is under the FEISTY_MEOW_SCRIPTS directory in a + folder named clam.
  • If the yeti root directory is in $HOME/yeti @@ -376,7 +371,7 @@ perform a build.
  • See the HOOPLE website for more details about - downloading that codebase (http://hoople.org).
    + downloading that codebase (http://feistymeow.org).
    1. diff --git a/doc/clam_manual/clam_root.html b/doc/clam_manual/clam_root.html index eaf4cc5d..5c3a4050 100644 --- a/doc/clam_manual/clam_root.html +++ b/doc/clam_manual/clam_root.html @@ -31,8 +31,7 @@
      CLAM C# Support Source
      -
      You can download CLAM from the hoople - site.
      +
      You can download CLAM from the feistymeow.org site.
      Please send any comments and contributions to the Administrator .
      diff --git a/scripts/cgi/count.cgi b/scripts/cgi/count.cgi index c3f7b0d4..03993d2f 100755 --- a/scripts/cgi/count.cgi +++ b/scripts/cgi/count.cgi @@ -39,18 +39,11 @@ if ($server =~ /^www\./) { # translate some domains into other domains to avoid maintaining multiple # hit count lists for the same sites that have different names. -if ($server =~ /^gruntose\.org/) { - $server =~ s/^gruntose\.org/gruntose.com/; -} -if ($server =~ /^gruntose\.net/) { - $server =~ s/^gruntose\.net/gruntose.com/; -} -if ($server =~ /^cromp\.net/) { - $server =~ s/^cromp\.net/cromp.org/; -} -if ($server =~ /^hoople\.net/) { - $server =~ s/^hoople\.net/hoople.org/; -} +#if ($server =~ /^gruntose\.org/) { +# $server =~ s/^gruntose\.org/gruntose.com/; +#} + +#hmmm: what about koeritz.com / koeritz.org? # # increment count of hit document, but not if I'm the -- 2.34.1