=== Plugin Name ===
Contributors: sarahw
Tags: spam, email, obfuscate, spider
Requires at least: 2.0.0
Tested up to: 2.1.3
Stable tag: trunk

This plugin finds plain text email addresses in WordPress content and 
converts them into obfuscated versions using Geert Van Aken's secure 
technique

== Description ==

This plugin finds plain text email addresses in your WordPress content
and converts them into obfuscated versions using [Geert Van Aken's secure technique]

(http://altum.be/products/emailobfuscator "Geert Van Aken's secure technique")

This is my first plugin, written to fill a need that I had personally had. 
I couldn't find any email obfuscation tool that just worked. There were 
always changes that needed to be made to the email addresses, etc..  As 
a result - this plugin is simple. For example, if your email address was 
info@mysite.com, enabling this plugin would obfuscate that email address 
into the following really secure form:

`<script type="text/javascript"><!--
EOae

('105,110,102,111','121,111,117,114,112,114,111,112,101,114,116,121,99,108,117,98,46,99,111,109','','105,110,

102,111,64,121,111,117,114,112,114,111,112,101,114,116,121,99,108,117,98,46,99,111,109','105,110,102,111,64,1

21,111,117,114,112,114,111,112,101,114,116,121,99,108,117,98,46,99,111,109',null);
//--></script>`

Caveats:

1. The obfuscation is done via Javascript, so your visitors will need it 
turned on or they won't see anything 

2. Email addresses need to be in plain format. No HTML or "mailto:" 
formatting.

Stuff that's planned in future:

1. More obfuscation techniques.

2. Check for Javascript and cope with that.

Feel free to add to this plugin!

== Installation ==

1. Unzip 'inob.zip' file
2. Upload contents to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress