Tumblr Migrate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Migrate module for importing a Tumblr blog into Drupal.

I experimented with Feeds first, but even with Feeds Tamper, special field handling (e.g. URLs included inside of HTML) necessitated extra tweaking and code. Since the Migrate module accesses data more directly to begin with (and automatically produces a resuable migration module) I switched to Migrate.

Tumblr XML Sources

I used two feeds to pull data, since Tumblr’s API made some fields more accessible than others (Audio) or provided them inconsistently (Title).

Simple DCAT export

Component type

module

Maintenance status

Development status

Downloads

531

Component created

Component changed

Purpose of this module

DCAT is becoming the de facto metadata format to describe "datasets" (e.g. easily processable CSV, XML, XLS files) on open data portals.
However, copying the (meta)data from "normal" websites to open data portals is often a manual process, which is both time-consuming and error-prone.

The purpose of this module is to extract medata (title, description, links) from published nodes and generate a "DCAT" file that can be processed by open data portals and crawlers, without the need for specific content types or "heavy" modules.

Feeds Evernote Cloud

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

  • Introduction
  • Requirements
  • Recommended modules
  • Installation
  • Configuration
  • Troubleshooting
  • FAQ
  • Maintainers

Introduction

The Feeds importer for Evernote Cloud, allows you to authenticate to Evernote, using OAUTH,
and import items from your Evernote account to your web site.

The Feeds importer for Evernote Cloud uses the Evernote Cloud SDK to retreive information based on

devgen

Component type

module

Maintenance status

Development status

Component created

Component changed

Devgen is a module that with the supplied or additional plugins will allow a simple method to perform tasks. Such tasks could be to generate 10 random users, with different roles, etc.

Config partial export

Component type

module

Maintenance status

Development status

Downloads

9369

Component created

Component changed

Config partial export is a lightweight features-like module for developers. It is able to export to a tarball only modified configuration files shown in Configuration/Configuration management/Synchronize (/admin/config/development/configuration) tab.
After enabling the module click on the Partial Export tab and select the files you want to export. In addition you can add to the list the system.site.yml file. After export you can copy the files from the tarball to your config/install folder in order to add them to your install profile and apply those changes on next install.

Simple CSV Importer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Simple CSV Importer is a light weight module to create nodes based on the import of csv files. It supports entity translation for regular text fields, image fields, file fields and taxonomy fields.

Why another import module?