PluginProbe
WebFinger / 1.3
WebFinger v1.3
4.1.0 trunk 0.5 0.7 0.9 0.9.1 1.0 1.0.1 1.1 1.2 1.3 1.3.1 2.0.0 2.0.1 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 All 36 releases
webfinger / readme.txt

readme.txt in WebFinger 1.3, at readme.txt

62 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Webfinger ===
2 Contributors: pfefferle
3 Donate link: http://14101978.de
4 Tags: OpenID, XRD, well-known, XML, Discovery, host-meta, Webfinger, diso, OStatus, OStatus Stack, simple web discovery, swd
5 Requires at least: 2.7
6 Tested up to: 3.3.1
7 Stable tag: 1.3
8
9 Webfinger (and simple-web-discovery) for WordPress!
10
11 == Description ==
12
13 Webfinger: http://tools.ietf.org/html/draft-jones-appsawg-webfinger
14 simple-web-discovery: http://tools.ietf.org/html/draft-jones-simple-web-discovery
15
16 This plugin requires:
17
18 * the `/.well-known/`-plugin: http://wordpress.org/extend/plugins/well-known/
19 * the `host-meta`-plugin: http://wordpress.org/extend/plugins/host-meta/
20
21 more doku soon!
22
23 == Changelog ==
24 = 1.3 =
25 * added host-meta resource feature (see latest spec)
26 = 1.2 =
27 * added 404 http error if user doesn't exist
28 * added jrd discovery for host-meta
29 = 1.1 =
30 * fixed an odd problem with lower WordPress versions
31 * added support for the http://wordpress.org/extend/plugins/extended-profile/ (thanks to Singpolyma)
32 = 1.0.1 =
33 * api improvements
34 = 1.0 =
35 * basic simple-seb-discovery
36 * json support
37 * some small improvements
38 = 0.9.1 =
39 * some changes to support http://unhosted.org
40 = 0.9 =
41 * OStatus improvements
42 * Better uri handling
43 * Identifier overview (more to come)
44 * Added filters
45 * Added functions to get a users webfingers
46 = 0.7 =
47 * Added do_action param (for future OStatus plugin)
48 * Author-Url as Webfinger-Identifier
49 = 0.5 =
50 * Initial release
51
52 == Installation ==
53
54 1. You have to download and install the `/.well-known/`-plugin first: http://wordpress.org/extend/plugins/well-known/
55 2. Then have to download and install the `host-meta`-plugin: http://wordpress.org/extend/plugins/host-meta/
56 3. Then you have to upload the `host-meta`-folder to the `/wp-content/plugins/` directory
57 4. Activate the plugin through the *Plugins* menu in WordPress
58 5. ...and that's it :)
59
60 == Frequently Asked Questions ==
61
62 soon...