=== Zero Conf Mail=== Contributors: nkuttler Author URI: http://www.nkuttler.de/ Plugin URI: http://www.nkuttler.de/wordpress/zero-conf-mail/ Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY Tags: admin, plugin, mail, mail form, contact, contact form, only html, pure html Requires at least: 2.7 Tested up to: 2.8.4 Stable tag: 0.1.1 Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible. Patches welcome. == Description ==

It took me quite some time to check a few existing contact forms and I didn't like any of them. No, I don't want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?

Install, add [zcmail] on some page or post, done.

My plugins

Better tag cloud: I was pretty unhappy with the default WordPress tag cloud widget. This one is more powerful and offers a list HTML markup that is consistent with most other widgets.
Theme switch: I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
Zero Conf Mail: Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
Move WordPress comments: This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different post/page and to fix comment threading.
Delete Pending Comments: This is a plugin that lets you delete all pending comments at once. Useful for spam victims.
Snow and more: This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
Fireworks: The name says it all, see fireworks on your blog!
Rhyming widget: I wrote a little online rhyming dictionary. This is a widget to search it directly from one of your sidebars.

== Installation == Unzip, upload to your plugin directory, enable the plugin. Include it on a page or post by adding the shortcode [zcmail] somewhere on it. == Screenshots == 1. The contact form with minimal styling. See my contact page for the minimal onfocus JavaScript effect. == Frequently Asked Questions == None Yet. == Changelog == = 0.1.2 = * Split main file and only include the things we need = 0.1.1 = * I think I already tagged an 0.1.0 release = 0.1.0 = * Allow custom fields * Restructure the code, document it * New, flexible data structure * Enable custom fields as requested * I18N, german translation * Check if sender's mail is an email address * Check admin page & form permissions * Add configurable link to plugin website = 0.0.3 = * Add success and failure messages * All fields are mandatory. = 0.0.2 = * i18n mostly done * Added german translation = 0.0.1 = * Initial release