Druid

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

At DrupalCon Chicago we discussed the concept of Reliably Unique Identifiers (RUIDs) - the ability to reliably unique Drupal objects between instances. These may be UUIDs or machines names or maybe even something else depending on the situation.

This is the Drupal Reliably Unique IDentifier project.

Feeds FileField Sources Mapper

Component type

module

Maintenance status

Development status

Component created

Component changed

A Feeds FileField Sources mapper, currently supporting the "Remote URL textfield" and "File attach" methods of the FileField Sources module to add files to the CCK FileField via the Feeds module. Convoluted enough? I'll come up with a more accessible description soon...

TwitterMiner

Component type

module

Maintenance status

Development status

Downloads

1140

Component created

Component changed

Description

You specify hashtags or users and, optionally, language, and the TwitterMiner module scours twitter's API and saves the matching tweets.

The module defines a new table in your Drupal database named 'twitterminer_tweets' and stores all of the tweets in it.

The point of mining tweets is to make them accessible for long term data analysis. Twitter only makes tweets accessible for one week through their API.

OM Tools

Component type

module

Maintenance status

Development status

Downloads

26785

Component created

Component changed

This module is a theming enhancement tool designed to work with all themes, but works best for OM Base Theme. Add classes to menu items, blocks, nodes; change stylesheet based on browser size; change the look of your user, search forms, etc.

Hub

Component type

module

Maintenance status

Development status

Downloads

1783

Component created

Component changed

Alternative storage and retrieval mechanism for custom forms.

How does it work?

The most common use-case is to use Hub in a custom form in your
administration UI. You can do this by return hub_closure(). The
hub_closure() function will handle populating default values, as
well as display the data structures in the form element's
#description for priviledged users.

Feeds YouTube Api Fetcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extends the functionality of the Feeds: Module. YouTube fetcher allows a user to copy paste URLs from YouTube directly into Drupal. Data from the provided sources will aggregate atom feeds that can be stored and mapped to Nodes in Drupal. The fetcher provides atom feeds as a string. Hint: Use "Feeds: YouTube" Module to parse the feed

Installation

Install the "Feed" and "Feed YouTube" modules listed below. When adding a feed select "Youtube Fetcher" as fetcher. No settings required. URL arguments listed under Valid URLs can now be used as argument for the feed field

TYPO3_migrate

Component type

module

Maintenance status

Development status

Downloads

6837

Component created

Component changed

The TYPO3_migrate module provides support for migrating content from a TYPO3 website to Drupal using the Migrate module.

Features

Import of the following is supported:

  1. Users(both frontend and backend).
  2. Standard TYPO3 pages along with their tt_content elements:
  3. tt_content elements of the type 'text', 'textpic' and 'image' will be migrated into the node body.
    Authoring information of the pages is also migrated.

Node export push

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node export is an export/import module that allows users to manually move nodes from one Drupal installation to another. Node export push adds a "one-click" button to move a node from one site to another.