From: Reini U. <ru...@x-...> - 2005-01-20 09:37:22
|
Charles Corrigan schrieb: > On Thu, January 20, 2005 11:41, Dan Frankowski said: > >>PhpWiki should do this for http://... URLs in an installation. >> >>http://www.google.com/googleblog/2005/01/preventing-comment-spam.html >> >>Clearly not before release, since that should go out. >> >>I will file this as a feature request as well. > > > I think that a more nuanced approach is required here. > > First it should be optional, particularly in a wiki secured as I outlined > earlier this week. In the wiki I help maintain, many of the external > links relate to the whole purpose of the wiki. Allowing Google and other > search engines to record these links improves the body of work. > > Secondly, where is is turned on, perhaps there should be a plugin that > allows the flag to be turned off on a link by link basis. Obviously this > will require that the plugin is secured against abuse... For 1.3.11 I think of adding a global config to enable it on all external links. This is done easily. I'll just finish with debugging php5 and do the final tests then. config-dist.ini: ; If GOOGLE_LINKS_NOFOLLOW is true, ref=nofollow is added to ; all external links to discourage spam. You might want to turn it off, ; if you want to improve pageranks on external links. ;GOOGLE_LINKS_NOFOLLOW = false config-default.ini: GOOGLE_LINKS_NOFOLLOW = true -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |