=== Speed Cache ===
Contributors:  wmark, arcostream
Info: See `github <http://github.com/arcostream/CDN-Linker>`_ for the latest source.
Tags: CDN,links,media,performance,distribution,accelerator,content,speed,cloud,delivery,network,limelight,edgecast,mirror,image,highwinds
Requires at least: 2.7
Tested up to: 3.2.1
Stable Tag:  2.0.3

The one-click speed boost to your Wordpress site.
Decreases load on your server by automatically setting up and configuring a CDN for you.

== Description ==
This plugin is designed to allow blog owners to utilize advanced Content Delivery Network (CDN) caching services that are typically leveraged by larger organizations. Our goal is to put website acceleration and static file caching in every WordPress install. This plugin is available to individuals, small businesses, schools and community organizations who are using WordPress as their CMS. Whether you need assistance lowering serving costs or simply want to make your blog load faster, consider using our service.

== Installation ==
1. Upload the plugin to your `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Under `Settings`, click on `Sign Up` or enter your existing site identifier.

That's it! Everything else is done automatically, including the setup of which files get cached.

== Frequently Asked Questions ==
How to uninstall?
Deactivate the plugin and, after that, delete the plugin's directory.

Why another CDN plugin?
We believe that nobody has gotten it 100% right yet.  While the author of this plugin has authored many others, this is the only plugin that rewrites URLs from the lowest level possible, php.  This is the best way to ensure that all URLs with static content are being rewritten.  

How does it work?
After your blog pages have been rendered but before sending them to the visitor, it will rewrite links pointing to `wp-content` and `wp-includes`. That rewriting will simply replace your blog URL with a CDN's address that is generated for you.

Thus files are pulled from the CDN.

Do I need a CDN?
  No. By signing up with us through the plugin our CDN will be configured for you automatically.
  That is, we set up a domain name for you and make all the settings you need. Trust the experts.

Is it compatible to plugin XY?
  Yes, by design it is compatible to all plugins. It hooks into a PHP function ob_start_
  and there does the string replacement. Therefore, no Wordpress function is altered, overwritten or modified in any way.

What other plugins do you recommend?
  Now that you can offload all the files such as images, music or CSS, you should serve your blog posts as static files to
  decrease load on your server. I recommend SuperCache-Plus_ as it will maintain, update and create that static files from
  dynamic content for you.

I need support!
  Don't hesitate to contact us: http://speedcache.arcostream.com

.. _ob_start:        http://us2.php.net/manual/en/function.ob-start.php
.. _SuperCache-Plus: http://murmatrons.armadillo.homeip.net/features/experimental-eaccelerator-wp-super-cache
