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

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

fastwebfeed icon

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 "resets all" feed paths. The param $node is not necessary except for the "node", "comment" types.
  5. hook_nodeapi()
  6. hook_taxonomy()
  7. README.txt

fastwebfeed_commentrss.module

  1. Invoke PubSubHubbub and SUP definitions into the "comment" feeds

fastwebfeed_pubsubhubbub.module

  1. hook_nodeapi() moved to fastwebfeed.module
  2. UI admin page

fastwebfeed_sup.module

  1. hook_nodeapi() moved to fastwebfeed.module
  2. UI admin page

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