public
Description: A Rails plugin that disables all CSS on CSS Naked Day
Homepage: http://daniel.collectiveidea.com/blog/tags/css_naked_day
Clone URL: git://github.com/collectiveidea/css_naked_day.git
Click here to lend your support to: css_naked_day and make a donation at www.pledgie.com !
name age message
file MIT-LICENSE Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
file README Sat Apr 05 09:40:08 -0700 2008 Updated readme [danielmorrison]
file Rakefile Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
file init.rb Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
file install.rb Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
directory lib/ Sat Apr 05 09:33:45 -0700 2008 They changed the date on us! [danielmorrison]
directory tasks/ Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
directory test/ Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
file uninstall.rb Sun Apr 01 23:15:43 -0700 2007 Added a CSS Naked Day plugin [danielmorrison]
README
CssNakedDay
===========

This plugin disables all stylesheets on CSS Naked Day.
http://naked.dustindiaz.com/

As long as you're using Rails' stylesheet_link_tag helper, your CSS will automatically be hidden on Naked Day (April 9, 
2008).

It also adds a method to the Date class so you can check if a day is Naked Day.

Example
=======

<% if Date.today.is_css_naked_day? %>
  <h3>What happened to the design?</h3>
  <p>To know more about why styles are disabled on this website visit the
  <a href="http://naked.dustindiaz.com" title="Web Standards Naked Day Host Website">
  Annual CSS Naked Day</a> website for more information.</p>
<% end %>


Read more at:
http://daniel.collectiveidea.com/blog/tags/css_naked_day


Copyright (c) 2007 Daniel Morrison, Collective Idea http://collectiveidea.com, released under the MIT license