Changeset 148371
- Timestamp:
- 08/23/2009 12:33:01 PM (17 years ago)
- File:
-
- 1 edited
-
pubsubhubbub/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pubsubhubbub/trunk/readme.txt
r122255 r148371 4 4 Tags: pubsubhubbub 5 5 Requires at least: 2.5 6 Tested up to: 2. 76 Tested up to: 2.8.4 7 7 Stable tag: /trunk/ 8 8 … … 11 11 == Description == 12 12 13 This plugin that implements [the PubSubHubbub protocol](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.1.html "the PubSubHubbub protocol"). [PubSubHubbub](http://code.google.com/p/pubsubhubbub/ "PubSubHubbub") is a simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as a simple extension to Atom and RSS. 14 15 Parties (servers) speaking the PubSubHubbub protocol can get near-instant notifications (via webhook callbacks) when a topic (feed URL) they're interested in is updated. 13 This [PubSubHubbub](http://code.google.com/p/pubsubhubbub/ "PubSubHubbub") plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub is quickly gaining adoption and is already being used by Google Reader, Google Alerts, FriendFeed and more. 16 14 17 15 This plugin: 18 19 * Notifies your specified hub each time you publish a new post 20 * Announces your specified hub by adding `<link rel="hub" ...>` to your template header and ATOM feed 16 17 * Now supports multiple hubs! 18 * Supports all of the feed formats used by WordPress, not just ATOM and RSS2 19 * Announces which hubs you are using by adding `<link rel="hub" ...>` declarations to your template header and ATOM feed 21 20 * Adds `<atom:link rel="hub" ...>` to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0 22 21 23 The PubSubHubbub protocol is decentralized and free. No company is at the center of this controlling it. Anybody can run a hub, or anybody can ping (publish) or subscribe using open hubs. If no custom hub is specified, this plugin will use the demonstration hub that is running on Google App Engine. 22 By default this plugin will ping the following hubs: 23 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 24 * [SuperFeedr](http://superfeedr.com/hubbub "SuperFeedr") 25 26 Please contact me if you operate a hub that you would like to be included. 24 27 25 28 == Installation == … … 27 30 1. Upload the `pubsubhubbub` directory to your `/wp-content/plugins/` directory 28 31 2. Activate the plugin through the 'Plugins' menu in WordPress 29 3. Select a custom hubunder your PubSubHubbub Settings (optional)32 3. Select custom hubs under your PubSubHubbub Settings (optional) 30 33 31 34 == Frequently Asked Questions == … … 41 44 == Screenshots == 42 45 43 1. The PubSubHubbub Settings page allows you to define custom endpoints for your chosen hub46 1. The PubSubHubbub Settings page allows you to define which hubs you want to use
Note: See TracChangeset
for help on using the changeset viewer.