The Artima Developer Community
Sponsored Link

Java Buzz Forum
Pebble nofollow plugin

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Pebble nofollow plugin Posted: Jan 19, 2005 4:28 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Pebble nofollow plugin
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

Google have announced they are starting to look for the rel="nofollow" tag in HTML links and will not include such links when indexing web pages and calculating page rank. MSN and Yahoo! have also joined in. Of course, this is pointless without support from those people publishing content on the web, which is why people behind some of the major blogging tools have already signed up. So, step aside, Pebble's gatecrashing the party!

  1. Add nofollow to public referers page : done
  2. Add nofollow to comment and TrackBack author links : done
  3. Build a plugin to add nofollow to links in comment/TrackBack content : done

All of this will be in the next version of Pebble, but this is easy to do now. For (1) and (2), you can edit the following pages within your Pebble install.

  • /jsp/viewReferers.jsp
  • /themes/default/jsp/comment.jsp
  • /themes/default/jsp/trackback.jsp
To use the plugin (3), just drop the pebble-nofollow.jar file (contains classes, source and unit tests) into the /WEB-INF/lib directory of your Pebble installation and restart the server. Then, add the following line to your list of blog entry decorators in the blog properties page.
  pebble.decorator.NoFollowDecorator
Click reload blog to make the new plugin effective and you're done.

This will be shipped with the next version of Pebble, but I wanted to get it out while it's still fresh in peoples minds. This won't be the only spam prevention in the next version of Pebble, but I'll write about this when I get some more time. It's pretty cool to see everybody coming together to help fight spam.

Read: Pebble nofollow plugin

Topic: Groovy 1.0 beta 9 released Previous Topic   Next Topic Topic: [Jan 11, 2005 02:41 PST] 8 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use