-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (20 loc) · 1.41 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
####################################################################################################################
### Plugin Name: SimpleCode for WordPress
### Plugin URI: http://www.village-idiot.org/archives/2006/04/09/wp-simplecode/
### Description: Simplecode for WordPress takes ordinary markup, and processes it for use within code examples.
### It's inspired by Dan Cederholm's SimpleCode script.
### Author: whoo
### Version: 2.5
### Author URI: http://www.village-idiot.org/
####################################################################################################################
wp-simplecode is a very simple plugin for WordPress that takes standard HTML markup and processes it for use within
code examples. It is inspired by Dan Cederholm's SimpleCode script.
this version of wp-simplecode has been successfully tested on WordPress version 2.1
Installation is simple.
1. Download the zip archive and extract the files.
2. After reading the README.txt, upload wp-simplecode to your WordPress plug-ins directory. (E.g. /wp-content/plugins/)
3. The plugin should now appear under the 'Plugins' tab in admin panel with the name SimpleCode for WordPress
4. Activate the plug-in.
5. A new tab named SimpleCode will now appear under the " Write " tab in the main administration menu.
6. That's it!
Comments, critiques, complaints and improvements are always welcome.