=== Plugin Name === Contributors: henchan, MrAndersonMD Donate link: http://base16.org Tags: encoding, base64 Requires at least: 2.0.2 Tested up to: 2.8.3 Stable tag: 0.1.2 Encode and Decode a section of a post that has been marked up with the custom HTML tag content to be encoded == Description == This plugin is mainly a copy from MrAndersonMD's plugin base64-encoderdecoder (version 0.8.5). It differs in the base encoding used. The original uses (PHP's implmentation of) base64. This plugin deploys base16b, an encoding algorithm utilising the higher Unicode planes . The algorithm is specified at http://base16b.org A demonstration of this plugin can be found at :[Base16.org](http://base16b.org/blog/2009/08/playing-with-base16b/ "Base16b.org") == Installation == To install the plugin and get it working: 1. Copy all the source directory and all its contents to the `/wp-content/plugins/` directory on the wordpress server 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Browse the Settings. Make any necessary changes. Alternatively (recommended) : 1. Use the Wordpress admin screen to Plugins => Add New 2. Search for base16b 3. Install, activate and change Settings == Screenshots == == Changelog == = 1.0 = * A change since the previous version. * Another change. = 0.5 = * List versions from most recent at top to oldest at bottom. == Arbitrary section == You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or "installation." Arbitrary sections will be shown below the built-in sections outlined above. == A brief Markdown Example == Ordered list: 1. Some feature 1. Another feature 1. Something else about the plugin Unordered list: * something * something else * third thing Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. Titles are optional, naturally. [markdown syntax]: http://daringfireball.net/projects/markdown/syntax "Markdown is what the parser uses to process much of the readme file" Markdown uses email style notation for blockquotes and I've been told: > Asterisks for *emphasis*. Double it up for **strong**. ``