Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everzet/sfcssnakeddayplugin
symfony 1.4 CSS Naked Day support for your projects
https://github.com/everzet/sfcssnakeddayplugin
Last synced: 24 days ago
JSON representation
symfony 1.4 CSS Naked Day support for your projects
- Host: GitHub
- URL: https://github.com/everzet/sfcssnakeddayplugin
- Owner: everzet
- Created: 2010-04-08T22:08:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-08T22:17:02.000Z (over 14 years ago)
- Last Synced: 2023-04-19T00:45:59.911Z (over 1 year ago)
- Language: PHP
- Homepage: http://naked.dustindiaz.com/
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sfCSSNakedDayPlugin
====*CSS Naked Day in symfony.*
sfCSSNakedDayPlugin is a plugin for symfony applications. It automatically removes all CSS links from your application response every year on April 9th.
Installation
============Using git clone
-----------------------------------Use this to install as a plugin in a symfony app:
$ cd plugins && git clone git://github.com/everzet/sfCSSNakedDayPlugin.git
Using git submodules
-----------------------------------Use this if you prefer to use git submodules for plugins:
$ git submodule add git://github.com/everzet/sfCSSNakedDayPlugin.git plugins/sfCSSNakedDayPlugin
Configuring your applications
-----------------------------------Add this line to `ProjectConfiguration::setup()` method:
$this->enablePlugins('sfCSSNakedDayPlugin');
Usage
=====After installation, all set. Your application will strip on every 9th April =)
Contributors
============* everzet (lead): [http://github.com/everzet](http://github.com/everzet)
CSS Naked Day is Dustin Diaz idea [http://naked.dustindiaz.com/](http://naked.dustindiaz.com/)