=== Plugin Name ===
Contributors: ccagle8
Donate link: http://www.cagintranet.com/archive/wp-components-plugin/
Tags: include, components, sections, embed, snippits, snippit
Requires at least: 2.9
Tested up to: 2.9
Stable tag: 0.7

WP-Components is a new Wordpress plugin that allows theme developers to embed a short template tag instead of short bits of text and code that the website owner might want to change later on.

== Description ==

WP-Components is a new Wordpress plugin that allows theme developers to embed a short template tag instead of short bits of text and code that the website owner might want to change later on.
== Installation ==

1. Upload `wp-components.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add components in the Settings->WP-Components admin panel
4. Syntax of template tag code to be placed within your theme: `<?php get_component('component_slug'); ?>`

Full and updated list of instructions are available at http://www.cagintranet.com/archive/wp-components-plugin/