=== HookPress ===
Contributors: mitchoyoshitaka
Author: mitcho (Michael Yoshitaka Erlewine)
Author URI: http://mitcho.com/
Plugin URI: http://mitcho.com/code/yarpp/
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%2fhookpress%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&charset=UTF%2d8
Tags: hook, filter, action, plugin, webhook, webhooks, notification, internal
Requires at least: 2.3
Tested up to: 2.8.2
Stable tag: 0.1
HookPress turns all of your WordPress-internal hooks into webhooks. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
== Description ==
Webhooks are a simple paradigm for developing instant notifications and mashups based on simple HTTP requests. With HookPress you can set up webhooks so that a specified URL (a public service or something you set up) is requested when certain WordPress actions occur. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
To learn about the various hooks WordPress provides, please consult the WordPress Plugin API's Action Reference. HookPress currently only supports turning WordPress actions into webhooks... filter support is planned. WP Hooks is also a good resource.
To learn more about webhooks, take a look at the webhooks blog as well as The Pushbutton Web by Anil Dash. Webhooks champion Jeff Lindsay's excellent slides are a particularly good place to start.
To write and host a target script you can of course use your own server but you might also consider Scriptlets. A dead-simple tool which logs any requests thrown at it, `test.php`, is included with HookPress as a great way to test requests generated by your webhooks.
== Installation ==
Upload the HookPress plugin to your blog's wp-content/plugins/ directory and activate. In the admin section, go to Settings > Webhooks to add new webhooks.
== Frequently Asked Questions ==
If you have a feature request or question, please use the HookPress support forum.
== Changelog ==
= 0.1 =
* Initial release
* supports webhooks based on WP actions
= Future plans =
* Webhook filters
* More custmization on a per-webhook basis
If you have a feature request or question, please use the HookPress support forum.