Feeds Plus

Component type

module

Maintenance status

Development status

Component created

Component changed

Depencies

Feeds DEV Version

Adding some missing features for feeds module.

  • Adding DS Field Feed Source
  • Adding DS Field Feed URL
  • Adding support for parsing inline Images
  • Adding support to differ Audio and Images enclosures
  • New parser FeedsSimplePiePlusParser

You need SimplePie if you want to use the new parser features.

Content Profile Feeds

Component type

module

Maintenance status

Development status

Downloads

1868

Component created

Component changed

Module Overview

Provides capability to create Feeds Importers that create/update Content Profile node(s) when creating/updating users.

Usage

In order to enable Content Profile integration, your importer
have to use the "User & Content Profile Processor".

You then will be able to map parsed content to CCK fields on
Content Profile types.

This module provides a default CSV importer. You can also create
new importers if you want.

Important

SVG Embed

Component type

module

Maintenance status

Development status

Downloads

6217

Component created

Component changed

SVG graphics are really powerful but not yet widely supported. What makes them interesting in particular is that included text remains text and therefore should have some positive SEO effect and is searchable.

What this module does is to provide a text filter that automatically embeds an SVG graphic into your html text and before doing this, translates all the textstrings in the graphic. This has huge advantages on multi lingual sites: the graphic always adjusts to the surounding content or the user preferences and gets displayed in the correct language.

Giant Bomb

Component type

module

Maintenance status

Development status

Downloads

454

Component created

Component changed

Integration with Giant Bomb and compatible API's.

The primary module imports data from Giant Bomb objects into fields of local entities. A User Friendlyâ„¢ interface to map remote object data into fields is provided for administrators.

An API module is provided if an abstraction to the Giant Bomb API's is all you need.

Drush CTools Export Bonus

Component type

module

Maintenance status

Development status

Downloads

2787

Component created

Component changed

Adds more functionality to the CTools drush bulk export commands.

drush ctex modulename will export all known ctools exportables of a site to a module. But there are also other configurations you'd like to have in code. This project fills in that gap with extra configuration and drush commands.

To install it just drush dl drush_ctex_bonus in your .drush folder, or - even better - in a system-wide drush commands folder.

Site Copy

Component type

module

Maintenance status

Development status

Component created

Component changed

Site Copy was created to expedite the process of copying an existing website's content into Drupal. The original version was a custom module developed by the University of Ottawa; this is a rewrite of that project into something more generic that we feel anyone looking to move a large website to Drupal will find useful.

Migrate parcels

Component type

module

Maintenance status

Development status

Downloads

1155

Component created

Component changed

Migrate parcels are like Features for entities. The idea is that you can use this to export your 'structural' entities to CSV files which can be kept under version control as part of your codebase and used in installing new instances of a site.

Structural entities are those that form part of the site's essential build rather than its content; this can often be a vague distinction but a good example is the taxonomy terms for major versions on drupal.org ('6.x', '7.x' and so on).