=== Head Cleaner ===
Contributors: wokamoto
Tags: head, header, footer, javascript, css, optimization, minified, performance
Requires at least: 2.5
Tested up to: 2.7.1
Stable tag: 1.1.2

Cleaning tags from your WordPress header and footer.

== Description ==

Cleaning tags from your WordPress header and footer.
To speed up the loading of JavaScript and CSS.

= Features =

* IE6 at the top of the non-grant xml declaration.
* Tags and duplicate, unnecessary tags, comments, and remove the blank.
* `<meta Name="description" />` If you have multiple tags into one.
* `<meta Name="keyword" />` If you have multiple tags into one.
* `<link rel="canonical" />` add tags. 
* IE conditional Tag, if your browser is IE, display when that tag.
* CSS, JavaScript, if your browser supports gzip compression transfer.
* Have multiple CSS files into the media and a binding for each attribute.
  Of course, the file contains inline CSS. 
* CSS optimize at [CSSTidy](http://csstidy.sourceforge.net/ "CSSTidy"). 
* The administrator can specify CSSTidy optimization. 
* Have multiple JavaScript files into a binding and all. 
  Of course, the file also includes an inline JavaScript. 
* JavaScript source code minified at [JSMin](http://code.google.com/p/jsmin-php/ "JSMin").
* JavaScript can also be moved to the footer area. 
* JavaScript footer areas are combined into a single file as well. 
* Prototype.js, script.aculo.us, jQuery, mootools is being loaded more than one case, one to read only once. 
* Prototype.js, script.aculo.us, jQuery, mootools and fix the load order to avoid possible conflicts. 

== Installation ==

1. Upload the entire `head-cleaner` folder to the `/wp-content/plugins/` directory.
2. Please make `js` and `css` a directory under the `/wp-content/cache/head-cleaner/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.

The control panel of Head Cleaner is in 'Settings > Head Cleaner'.

**PHP libraries are using [Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net/ "Simple HTML DOM Parser") and [JSMin](http://code.google.com/p/jsmin-php/ "JSMin") upper limit, PHP5 is only later.**

== Frequently Asked Questions ==

Two directories: CSS, JavaScript caches.
If you want to enable the cache, please create a folder.

* `wp-content/cache/head-cleaner/css`
* `wp-content/cache/head-cleaner/js`

If you want to exclude certain statements in shaping the header.php theme needs to be modified. 
Specifically, the portion to be excluded from shaping <?php wp_head ();?> Please describe below. 

The theme you are using plug-ins do not work together properly. 
If you do not work properly, after stopping all the other plug-in plug-in, 
To activate each one, please check if any conflicts with plugins. 
