From 9e085b9a7407f6ba4af569f9c9e4b3b73bca5424 Mon Sep 17 00:00:00 2001 From: John Ciacia <john.ciacia@gmail.com> Date: Wed, 31 Jul 2013 13:40:16 -0700 Subject: [PATCH] adding readmes --- README.md | 17 +++++++++++++++++ readme.txt | 20 ++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 README.md create mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce1b758 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +CDN Rewrite +=========== +Contributors: voceplatforms +Tags: cdn, rewrite +Requires at least: 3.3 +Tested up to: 3.5 +Stable tag: 0.1.0 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +## Description +This plugin allows you to rewrite the root url of assets, css, and JavaScript files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests. + +## Installation + +### As standard plugin: +> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..090093e --- /dev/null +++ b/readme.txt @@ -0,0 +1,20 @@ +=== CDN Rewrite === +Contributors: voceplatforms +Tags: cdn, rewrite +Requires at least: 3.3 +Tested up to: 3.5 +Stable tag: 0.1.0 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +Rewrite the root url of assets, css, and JavaScript files. + +== Description == + +This plugin allows you to rewrite the root url of assets, css, and JavaScript files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests. + +== Installation == + +1. Upload `cdn-rewrite` to the `/wp-content/plugins/` directory +1. Activate the plugin through the 'Plugins' menu in WordPress +1. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings. \ No newline at end of file -- GitLab