reopen 293794 submitter 293794 ! thanks Hi,
Robert Cheramy's patch implemented nofollow, but didn't enable it. Presumably, he was waiting for deployment of the feature in search engines ? Anyway, the way it is now (stripping out http://) is annoying. It was very useful to have the list of your top referrers clickable so that you could visit those sites and see the links, etc. Also, most browsers automaticaly keep track of visited URLs and draw them with a different color, so with a quick look you could inmediately tell which or them you didn't check yet. See attached patch to make nofollow the default, rather than stripping http://. Also updated URL to google blog to its current location. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list.
--- webalizer-2.01.10/debian/patches/13_add_NoFollow_feature.dpatch~ 2007-03-28 17:24:53.000000000 +0200 +++ webalizer-2.01.10/debian/patches/13_add_NoFollow_feature.dpatch 2007-03-28 17:53:02.000000000 +0200 @@ -30,7 +30,7 @@ # that list is genuine. # # It would be a nice simple solution if webalizer supported rel=nofollow -# (http://www.google.com/googleblog/2005/01/preventing-comment-spam.html). If +# (http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html). If # this was implemented then the motivation for this spam would quickly # disappear. Since the links has no real value for calculating page # value in the first place there seems to be no negatives involved with getting @@ -111,7 +111,7 @@ char *blank_str = ""; /* blank string */ char *dns_cache = NULL; /* DNS cache file name */ int dns_children = 0; /* DNS children (0=don't do)*/ -+int nofollow = 0; /* Referrer Following (2=no)*/ ++int nofollow = 1; /* Referrer Following (2=no)*/ #ifdef USE_GEOIP int use_geoip = 1; /* Use GeoIP library */

