public
Description: A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript.
Homepage: http://twitter.com/sandofsky
Clone URL: git://github.com/sandofsky/acts_against_douchebar.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
ActsAgainstDouchebar
====================

This plugin adds a special message to DiggBar users, or runs frame-killer Javascript.


Example
=======

In your controller:

  class HomepageController < ApplicationController

    acts_against_douchebar
  
    def index
    end

  end


  $ curl 'http://localhost:3000/homepage'
  <h1>This is my regular homepage<h1>

  $curl 'http://localhost:3000/homepage' -e 'http://digg.com/d1oNOZ'
  &quot;Dear Digg,<br />
  Framing sites is bullshit.<br />
  <br />
  Your pal,
  <a href="http://daringfireball.net">--J.G.</a>&quot;


You can also use:

  acts_against_douchebar :with => "My custom message"
  
for a custom message, or:

  acts_against_douchebar :with => :frame_killer
  
to run a frame-killer.

Copyright (c) 2009 Ben Sandofsky, released under the MIT license