Simple Survey

Component type

module

Maintenance status

Development status

Component created

Component changed

The Simple Survey module allows for the creation of simple surveys. This module is aimed at the people who are torn between the WebForm module and what is currently available on the Drupal repository.

Capabilities:

RDF mapping

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

(This has nothing to do with Geographic "mapping" - its about tagging data fields with common, universal identifiers)

A stub that emulates what D6 rdfcck was trying to do, and what D7 RDF UI now
does.

This adds a UI and internal data management store for giving Drupal content
types and CCK fields recognisible, portable field ids, in RDF format.
(CURIEs)

As in D7, a forum post can now be mapped to rdf:type=sioc:Post and
Drupal $node->user can be mapped to dc:Creator

It only provides an internal API and CRUD for this mapping - it doesn't have
any effect on node data or presentation itself. That should be done by other
modules, such as an RDFa renderer or XML exporter.

Currently, this mapping can be used by the Freebase_CCK schema importer and
the Freebase_data importer.

This is Drupal 6 only - this sort of functionality already exists in Drupal7

CCK schema importer

Component type

module

Maintenance status

Development status

Component created

Component changed

This utility module helps you import a Content Type Definition (Node Type) from a number of sources.

It is not a CCK Data importer - it imports data schemas

It provides a UI for schema selection, and an extended content type all-in-one edit form for reviewing and tuning the imported schema before content type creation.

Screenshot of full size UI

Schema sources are provided as hooks, so schemas of various types may be translated to the CCK-native version.
@see HOOK_cck_importer_services()

Commerce Stock

Component type

module

Maintenance status

Development status

Downloads

107024

Component created

Component changed

Commerce Stock

Commerce Stock module, for Drupal Commerce.

This module provides stock management for Drupal Commerce stores.

Drupal 8

We are making good progress but its still early days and radical changes are expected. If you are interested in trying it out I would recommend the following:

Sailthru API Client

Component type

module

Maintenance status

Development status

Downloads

379

Component created

Component changed

Description

This module provides a very basic wrapper to the Sailthru PHP Client library provided by Sailthru. Sailthru provide email delivery services that can be accessed by their API.

This module is a time saver for developers wanting to integrate Sailthru with their module.

Panels Extra Layouts

Component type

module

Maintenance status

Development status

Downloads

37172

Component created

Component changed

Extra Layouts for the Panels Module

Panels is one of the most, if not the most, powerful modules for laying out a page in Drupal.

Panels builds on CTools which is a swiss army knife for doing all sorts of elaborated things in Drupal without having to hack the drupal core.