Plugin Directory

Changeset 148371


Ignore:
Timestamp:
08/23/2009 12:33:01 PM (17 years ago)
Author:
joshfraz
Message:

update the readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pubsubhubbub/trunk/readme.txt

    r122255 r148371  
    44Tags: pubsubhubbub
    55Requires at least: 2.5
    6 Tested up to: 2.7
     6Tested up to: 2.8.4
    77Stable tag: /trunk/
    88
     
    1111== Description ==
    1212
    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.
     13This [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.
    1614
    1715This 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
    2120* Adds `<atom:link rel="hub" ...>` to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0
    2221
    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. 
     22By 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
     26Please contact me if you operate a hub that you would like to be included.
    2427
    2528== Installation ==
     
    27301. Upload the `pubsubhubbub` directory to your `/wp-content/plugins/` directory
    28312. Activate the plugin through the 'Plugins' menu in WordPress
    29 3. Select a custom hub under your PubSubHubbub Settings (optional)
     323. Select custom hubs under your PubSubHubbub Settings (optional)
    3033
    3134== Frequently Asked Questions ==
     
    4144== Screenshots ==
    4245
    43 1. The PubSubHubbub Settings page allows you to define custom endpoints for your chosen hub
     461. The PubSubHubbub Settings page allows you to define which hubs you want to use
Note: See TracChangeset for help on using the changeset viewer.