=== PHPCode ===
Contributors: Sebastian Schedlbauer
Donate link: http://www.itandme.de
Tags: php code, php, syntax highlighting, insert code
Requires at least: 2.0.2
Tested up to: 2.9.1
Stable tag: 0.1
Write PHP code in your posts, which will be syntax-highlighted automatically
== Description ==
After unsuccessfully looking for over 2 hours for a suitable Wordpress-Plugin, which allows me to post
syntax-highlighted PHP-Code into Wordpress, I deceided to write my own small wordpress plugin, which enables
me to post my small PHP Code snippets. Basically it is intended for posting small, colored (syntax highlighted)
PHP code into your Wordpress posts. For me, it’s working, at least for my own purposes. The plugin is using the
same colors like the PHP-internal Syntaxhighlighter.
== Installation ==
1. Upload `phpcode.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Just put your php code in your posts inside of tags to get syntax highlighted code
== Frequently Asked Questions ==
= How do I use the plugin =
Just put your PHP inside of tags
== Screenshots ==
1. Plugin in action
== Changelog ==
= 0.1 =
* First release
== Upgrade Notice ==
No upgrades yet