Help transfer content and data into or out of the site, by migration, backup, or exposing data to external systems.

Machine Tags - Rapid and Complex Taxonomy Development for Drupal

creating a wolf in a vocabulary freetagging field called "binomial nomenclature"

Taxonomy is one of the coolest features of Drupal, allowing the creation of information which is organized and structured. Taxonomy can be key for your visitors to find what they are looking for.

Creating a high-quality and complex taxonomy is a lot of work. Folksonomies and tagging makes for a more accessible implementation, but some of the value of having hierarchical, structured taxonomy for disambiguation is lost. The machine tags module is meant to fill a void between people-friendly tagging and machine-friendly hierarchy.

The release

The dev release for Drupal 5 is EXPERIMENTAL, although pretty safe.
To experiment simply enable "machine" tags in a vocabulary admin page.
There's nothing special to the install or uninstall.
I'd like to have some code review for SQL security, and other Drupalness.

Background

There has been some interest in having machine tags for Drupal before. Flickr is arguably the best known implementor of machine tags, this article got me hooked. Here's some more background info.

The technical goal of the machine tags module was to be a simple free tagging mechanism that converts free tags like

Node factory

This module is no longer maintained

Ever wanted to create nodes on the fly? This module provides functionality to do this.

With this module you can write code like this to produce a node.

// my_nodetype must be an existing nodetype
$edit = node_factory_create_node( 'my_nodetype');

node_factory_set_value( $edit, 'title', 'my value');
node_factory_set_value( $edit, 'field_node_ref', 123);
node_factory_set_value( $edit 'uid', 321);
node_factory_save_node( $edit);

Automated Web Translation Workflow

Connexion Corporate Communications presents the Automated Web Translation Workflow (AWTW) module which allows you to export and import from the Drupal administration all – or part of – your website content. With the AWTW module translating your web content has now become child’s play.

The content is exported into an XML format that is compatible with most Computer Assisted Translation tools (such as DéjàVu, SDL/Trados, Wordfast, etc), allowing your human translators to use their own specialized work environment. After translation, you can import the translated content via the Drupal interface, with just a few mouse clicks. The module automatically creates your new language pages in the source layout and links them to the original items.

If you’re interested in this module, make sure to check out the demonstration video at: http://www.connexion.eu/awtw

Convert to Drupal

The goal of this project is to create universal import tool allowing to easily switch over to Drupal from other CMS/Forum.

Interval Query XMLRPC

The "intervalquery" module provides a means for an external server to poll for Drupal information that has been created or updated within a given interval.

Affiliate Products Shop

This module targets the users who want to use affiliate products on their drupal sites.

Pages

Subscribe with RSS Subscribe to RSS - Import and export