accelerates the distribution of the Drupal RSS feeds with support of PubSubHubbub, SimpleUpdateProtocol (and soon RSSCloud)

fastwebfeed_sup

Overview of "fastwebfeed_sup"-module issues

Downloads   (Read more)

Available downloads.

Official releases:

Beta releases:

  • fastwebfeed-6.x-1.0-beta2
  • fastwebfeed-6.x-1.0-beta1
  • fastwebfeed-5.x-1.0-beta1 (Drupal 5 Development stops)


README.txt (6.x-1.0-RC1)   (Read more)

// $Id$
---------------------------
-- CONTENTS OF THIS FILE --
---------------------------
* Introduction
  - SimpleUpdateProtocol (SUP)
  - PubSubHubbbub
* Summary
  - fastwebfeed.module
  - fastwebfeed_sup.module
  - fastwebfeed_pubsubhubbub.module
  - fastwebfeed_aggregator.module
  - fastwebfeed_taxonomy.module
  - fastwebfeed_commentrss.module
* Installation
* Configuration
* Contact

------------------
-- Introduction --
------------------

CHANGELOG.txt (Fastwebfeed SUP 6.x-1.0-RC1)   (Read more)

// $Id$

Fastwebfeed SUP x.x-x.x, xxxx-xx-xx
-----------------------------------

Fastwebfeed SUP 6.x-1.0-beta1, 2009-11-11
-----------------------------------------

Fastwebfeed SUP 6.x-1.0-beta2, 2009-11-21
-----------------------------------------
* hook_nodeapi() moved to fastwebfeed.module
* UI admin page

Fastwebfeed SUP 6.x-1.0-RC1, 2009-11-30
---------------------------------------
* change the UI admin page
* add Simple tests

CHANGELOG.txt (6.x-1.0-beta2)   (Read more)

fastwebfeed.module

  1. hook_help()
  2. UI admin page (settings | plugged modules | info)
  3. hook_menu_alter() so it overwrites the feed URL's. So the prefix '/ fastwebfeed' can be omitted.
  4. new hook_fastwebfeed_path($node, $type) The parameters are
    • "$node" node object
    • "$type" values could be "node", "comment", "all", "reset all"
    This function retrieves feed paths
    • related to a "node"
    • related to a "comment"
    • from "all" existing feeds
    or

README.txt (6.x-1.0-beta2)   (Read more)

// $Id$
---------------------------
-- CONTENTS OF THIS FILE --
---------------------------
* Introduction
  - SimpleUpdateProtocol (SUP)
  - PubSubHubbbub
* Summary
  - fastwebfeed.module
  - fastwebfeed_sup.module
  - fastwebfeed_pubsubhubbub.module
  - fastwebfeed_commentrss.module
* Installation
* Configuration
* Contact

------------------
-- Introduction --
------------------

The "Fastwebfeed" module is a simple way to let people know in real-time when your blog is updated.

This Module supports:

CHANGELOG.txt (5.x-1.0-beta1)   (Read more)

The development of the fastwebfeed module for Drupal 5 stops. Because there are no hooks as appropriate in Drupal 6.

README.txt (fastwebfeed_sup.module-x.x-1.0-beta1)   (Read more)

This module is a simple way to let people know in real-time when your blog is updated. Simple Update Protocol (SUP) is quickly gaining adoption and is already being used by Friendfeed, ...

This Module:

  • supports multiple SUP services
  • pings your SUP services every time a feed is updated
  • includes the SUP-ID HTTP header on your RSS feed, e.g. X-SUP-ID: http://friendfeed.com/api/public-sup.json#SUP-ID
  • announces which SUP services you are using by adding <atom:link ...> declarations to your feed.
  • adds <atom:link ...> to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0

By default this plugin will ping the following services:

For more information about the Simple Update Protocol (SUP) protocol, please visit:

Contact

fastwebfeed icon
If you have issues, features requests, etc. Please feel free to contact me.
JoBo's picture
  fastwebfeed icon   Jo Bollen
  drupal icon  JoBo
  gmail icon  fastwebfeed[at]gmail.com
  fastwebfeed icon   Fastwebfeed