fastwebfeed_pubsubhubbub
Overview of "fastwebfeed_pubsubhubbub"-module issues
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)
Posted Tue, 12/01/2009 - 00:00
// $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 --
------------------
Posted Tue, 12/01/2009 - 00:00
// $Id$
Fastwebfeed PubSubHubbub x.x-x.x, xxxx-xx-xx
--------------------------------------------
Fastwebfeed PubSubHubbub 6.x-1.0-beta1, 2009-11-11
--------------------------------------------------
Fastwebfeed PubSubHubbub 6.x-1.0-beta2, 2009-11-21
--------------------------------------------------
* hook_nodeapi() moved to fastwebfeed.module
* UI admin page
Fastwebfeed PubSubHubbub 6.x-1.0-RC1, 2009-11-30
------------------------------------------------
* change the UI admin page
* add Simple tests
Posted Sat, 11/21/2009 - 00:00
fastwebfeed.module
- hook_help()
- UI admin page (settings | plugged modules | info)
- hook_menu_alter() so it overwrites the feed URL's.
So the prefix '/ fastwebfeed' can be omitted.
- 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
Posted Sat, 11/21/2009 - 00:00
// $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:
Posted Wed, 11/11/2009 - 01:00
The development of the fastwebfeed module for Drupal 5 stops. Because there are no hooks as appropriate in Drupal 6.
Posted Wed, 11/11/2009 - 00:00
This module 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 GTalk, ...
This Module:
- supports multiple hubs
- pings your hubs every time a feed is updated
- announces which hubs you are using by adding <?php echo htmlentities (''); ?> declarations to your feed
- adds <?php echo htmlentities (''); ?> to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0