Aggregator item promotion

Component type

module

Categories

Maintenance status

Development status

Downloads

1779

Component created

Component changed

Based on the core aggregator module, makes it possible to "promote" hand-picked items to nodes of the admin's choosing. There are numerous fine node based aggregator modules. This one does not aggregate feeds to nodes, but instead allows for case-by-case hand-picking of aggregator items, so that only certain items become nodes.

The nodes are also independent form the feed items after the "promotion", so if the then created node is used on the site in a news feed or some other listing, it will stay the same and not update with changes from the feed.

QueryPath

Component type

module

Maintenance status

Development status

Downloads

74267

Component created

Component changed

QueryPath is a library for searching and manipulating HTML and XML documents. It's like jQuery for PHP. See http://querypath.org for more information.

Here's a screencast that shows what you can do with QueryPath and Drupal.

This module provides three things:

FeedAPI Language Filter

Component type

module

Maintenance status

Development status

Downloads

855

Component created

Component changed

The FeedAPI Language Filter is a simple add-on for the FeedAPI Item Filter module that allows incoming feed items to be filtered by language, using the Google AJAX Language API. This module differs from FeedAPI Language Detector module in that this module filters out feed items before they are added to Drupal.

Subscribers Counter

Component type

module

Maintenance status

Development status

Downloads

3137

Component created

Component changed

Subscribers Counter displays a number of site's feed subscribers in a block with link to main feed.
User with access can choose for how long should be subscribers counted for. Range is from 1 to 48 hours, default is 24 hours = 1 day. Thus module display only active subscribers.

Feed field (CCK module)

Component type

module

Maintenance status

Development status

Downloads

7988

Component created

Component changed

This module creates a CCK field that accepts RSS urls.

Features:
- Aggregates RSS/Atom feeds
- Controls item display count and frequency of updates
- Feed Fields may be positioned just like any CCK fields
- Feed Fields may accept multiple values (deltas)
- Feed Field-enabled nodes may be used in Blocks and Nodeblocks
- Works with FlexiField
- Feeds are automatically updated by cron
- Test Page simulates cron without changing any data

Cross Site Activity

Component type

module

Component created

Component changed

This project includes a client-server set of modules designed to implemenet centralized activity logging from client drupal site(s) to a master server. It was developed as part of the San Francisco Drupal Redesign Sprint, primarily by David Strauss and Josh Koenig. This is the system by which activity from across the *.drupal.org universe will be aggregated and integrated into your dashboard.

FeedAPI Exhaustive Parser

Component type

module

Categories

Downloads

4513

Component created

Component changed

This module is an auxiliary parser module for feedapi. It is intended to be used with one of the other parsers. It will parse out all of the fields in the feed, regardless of namespace. May times feeds will have extra fields that are not part of the atom, or rss spec, often in there own namespace (such as using dc:creator instead of original author). The default parser will not parse that data, FeedAPI Exhaustive Parser will pull out those fields.