Slashdot Mirror


Another Publisher Challenges Legality of Links

NewtonsLaw writes: "It seems that the legality of hypertext linkiing has once a gain been called into question according to this story running on Wired.com. As the former online publisher of 7am.com, I was once threatened by the Nando Times in a similar manner when I was linking to their stories. Local TV broadcaster TVNZ also made all sorts of noise about the illegality of linking to their content back in 1966 but have since come to their senses. Over the years I've had similar bitchy complaints from a number of online publishers who simply haven't worked out that links from other sites are something to be encouraged because the drive traffic and boost search-engine ratings. A great resource for those interested in the history, opinions and law on the matter of the legality of linking is the Link Controversy page created and maintained by Stefan Bechtold. Most publishers eventually realize that trying to block linking through the courts is a really dumb thing to do -- but there's always someone who simply doesn't get it."

1 of 260 comments (clear)

  1. Re:Wise up by Shiny+Metal+S. · · Score: 4, Informative

    I would not be happy if some other site linked right to the old material, because they might not put it in context, and lead people into thinking it is current.

    Then maybe you should use mod_rewrite with a simple rule:

    RewriteCond %{HTTP_REFERER} !^http://your.host/ [NC]
    RewriteRule ^/old-stuff/(.*)$ /cgi-bin/old-warn?page=$1 [R]

    and put there a simple old-warn script displaying "This stuff is old. What do you want? [New] [Old] [Index] [Home] [Whatever]". Or why not include this warning on the old pages in the first place? Or why not to just put "Last modified XXXX-XX-XX, if there's a newer version, it's here." on every page which can be outdated in the future?

    Linking is just telling people about your URI. If you don't want them to know about it, don't make it public, you don't have to serve anything if you don't want to. If you want those people to see something before they get what they are looking for, I don't know what's stopping you. The beauty of computers, including web servers, is that they do what you tell them to do.

    --

    ~shiny
    WILL HACK FOR $$$