all repos — wp-webmention-again @ 496d54c89255766b8c7afd2aa184fc2be1449656

readme.txt (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
=== 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