=== Plugin Name ===
Contributors: DvanKooten
Donate link: http://dannyvankooten.com/donate/
Tags: code,snippets,code snippets,syntax,programming
Requires at least: 2.0
Tested up to: 3.1
Stable tag: 2.1.1
A very simple to use Code Snippet plugin that shows your code in the WordPress Codex style. Easy & Clean.
== Description ==
= Qoate Simple Code Snippets =
This plugins lets you easily add code snippets to your posts ands pages, and shows them in the WordPress Codex style.
Very clean, light-weight and easy to use!
Unlike some other syntax highlighters plugins this plugin will also make your code look good in excerpts and rss feeds. Your shortcodes won't be
visible anywhere, and code will still be code, not some messed up text.
It's as easy as wrapping your code inside `[code]` and `[/code]`. No manual encoding guaranteed!
More info:
* [Simple Code Snippets](http://dannyvankooten.com/wordpress-plugins/simple-code-snippets/)
* Read more great [WordPress tips](http://dannyvankooten.com/) to get the most out of your website
* Check out more [WordPress plugins](http://dannyvankooten.com/wordpress-plugins/) by the same author
== Installation ==
Follow the instruction on the [Simple Code Snippets](http://dannyvankooten.com/wordpress-plugins/simple-code-snippets/) page on my website.
== Frequently Asked Questions ==
= How to post a snippet? =
Simple, just put your code between `[code]` and `[/code]`
For more questions and answers go and have a look at [DannyvanKooten.com](http://dannyvankooten.com/wordpress-plugins/simple-code-snippets/)
== Changelog ==
= 2.1.1 =
Added the DannyvanKooten.com dashboard widget.
= 2.1 =
Changed plugin structure, now using classes for better / safer compatibility.
= 2.0 =
All tags are allowed again, and when using archive/category pages that show full posts the snippet now also has styling. If you experience any problems,
please let me know, it is of great help!
= 1.3 =
Allow WordPress auto paragraphing again, paragraph elements do now need to be manually encoded (temporary).
= 1.2.4 =
Fixed a htmlspecialchars bug for older version of PHP. Thanks Hau Ngo, for mentioning!
= 1.2.2 =
Better feed display..
= 1.2.1 =
Added page functionality, better stripping from all other pages, excerpts and feeds.
= 1.2 =
Strips shortcodes from all other pages and excerpts.
= 1.1 =
Added feeds functionality.
= 1.0 =
Release.