FeedAPI PHP Filter

Component type

module

Categories

Development status

Downloads

677

Component created

Component changed

This module is add-on for FeedAPI Item Filter, implementing hook hook_feedapi_itemfilter().

This module creates new item filter to run custom PHP code on already parsed $feed object. This useful in cases when you need pre-process feed before importing it into nodes. For example, you may want to remove some text from feed item's description or fix relative image paths, etc.

Page Syndication

Component type

module

Maintenance status

Development status

Downloads

9142

Component created

Component changed

The Page Syndication module works in conjunction with Panels and CTools to create content that other sites can embed with a single line of JavaScript. Content can take the form of just about anything that can be put on a Panels pages, including polls, quizzes, forms or a calendar.

Key features:

Evernote

Component type

module

Maintenance status

Development status

Downloads

5497

Component created

Component changed

Here's a brief description of Evernote from the source:

"Use Evernote to save your ideas, things you see, and things you like. Then find them all on any computer, phone or device you use. For free."

Feeds Topics

Component type

module

Categories

Maintenance status

Development status

Downloads

752

Component created

Component changed

Feeds Topics adds to Feeds the ability to watch topics (i.e., keywords) from multiple sources. To do so, it provides a FeedsFeedNodeProcessor-compatible parser that "parses" known RSS sources to automatically create Feed nodes.

Aggregation Block

Component type

module

Categories

Maintenance status

Development status

Downloads

2282

Component created

Component changed

This module provides a block to display a list of titles of recent articles from a feed created by the Aggregation module. A block may be created for each feed you have defined. Please note: this module will work only with feeds created by the Aggregation module.

Feeds Atom

Component type

module

Categories

Maintenance status

Development status

Downloads

3444

Component created

Component changed

This module provides a new Processor for the Feeds module. It allows for the consumption of Atom/NodeRDF feeds generated by the Views Atom module.

That's right, this pair of modules allows for full node replication between Drupal sites over Atom!

Kelkoo Feed

Component type

module

Maintenance status

Downloads

1071

Component created

Component changed

Kelkoo is a leading shopping site in UK/Europe and currently taken over by Yahoo. If you are running an ecommerce/shopping site in Ubercart, you will be tempted to publish your products to Kelkoo store. However, it takes a lot of time to find get proper documentation from Kelkoo staff for publishing/uploading your products. We have undergone this process and hence I hope this module help a lot of people in the drupal community. Once your products are published in kelkoo website, you would be able to generate a lot of sales as there are large number of affiliates for Kelkoo.

Cache Converter

Component type

module

Maintenance status

Development status

Downloads

6290

Component created

Component changed

A simple module which allows upload of a template file (Drupal tpl file) which can then be used to process nodes on your site for displaying/ outputting as static files (eg. XML files).

The output is file cached in a similar way to how imagecache handles image processing.

UUID Resolver

Component type

module

Maintenance status

Development status

Downloads

421

Component created

Component changed

UUID Resolver is a module that accepts a UUID under a registered wildcard menu path and redirects to the target object (i.e. node/term/etc.) the UUID identifies. It integrates with the UUID module to look up an object. When a page access hits the wildcard path with a UUID recognized in the system, the URL is redirected to the path of the target object.

For example, in a Drupal site http://www.example.com, node UUID lookup is registered on the path uuid/%. The site has a node:

  • nid: 2
  • uuid: 286acd2e-cd1d-11df-a386-005056812593

The following URL:

http://www.example.com/uuid/286acd2e-cd1d-11df-a386-005056812593

will be redirected to

http://www.example.com/node/2