No description
Find a file
2016-01-12 19:13:09 +00:00
vendor reacji added, parsing incoming more or less works, but still inactive, UNSTABLE 2016-01-11 15:43:53 +00:00
composer.json reacji added, parsing incoming more or less works, but still inactive, UNSTABLE 2016-01-11 15:43:53 +00:00
composer.lock reacji added, parsing incoming more or less works, but still inactive, UNSTABLE 2016-01-11 15:43:53 +00:00
LICENSE NOT STABLE, NOT EVEN WORKING 2016-01-10 20:29:41 +00:00
readme.txt it's alive\!\!\! 2016-01-12 12:04:43 +00:00
wp-webmention-again.php better cleanup 2016-01-12 19:13:09 +00:00

=== wp-webmention-again ===
Contributors: cadeyrn
Donate link: https://paypal.me/petermolnar/3
Tags: webmention, pingback, indieweb
Requires at least: 4.3
Tested up to: 4.4.1
Stable tag: 0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Required minimum PHP version: 5.3

Alternative [Webmentions](http://indiewebcamp.com/webmention-spec) plugin for WordPress

== Description ==

The plugin add [Webmention](http://indiewebcamp.com/webmention-spec) sending and receiving to WordPress. All processing is done via WordPress Cron, therefore it should be able to operate without distrupting site operation.

It also extends comment types and supports [Reacji](https://indiewebcamp.com/reacji).

It doesn't do anything with displaying the comments, but it does try to Microformats2 parse the incoming mentions.

== Installation ==

1. Upload contents of `wp-webmention-again.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress


== Changelog ==

Version numbering logic:

* every A. indicates BIG changes.
* every .B version indicates new features.
* every ..C indicates bugfixes for A.B version.

= 0.1 =
*2016-01-12*

* initial working release