Domain Access alt

Component type

module

Maintenance status

Development status

Component created

Component changed

Module maintainer @podarok
this is a alternative of http://dgo.to/domain ported to D8
some code partially merged with http://drupal.org/sandbox/agentrickard/1906300

Scald: Flickr

Component type

module

Maintenance status

Development status

Downloads

1921

Component created

Component changed

This module provides Flickr image import inside Scald. It creates a scald provider allowing users to add atoms of type flickr image.

To test it quickly with drush :

drush en -y scald_flickr scald_dnd_library mee

Features

This project includes all the features needed to create atoms directly from Flickr, search, reuse them, and simply embed them into your drupal nodes with drag and drop magic.

Feeds MSSQL

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Feeds MSSQL module provides a Feeds Fetcher plugin which connects to an MS SQL server and returns the results of the query as a CSV. This was originally created as a way to distribute automated test data to various stakeholders from within a Windows dev/build environment. The module is dependent on the Feeds Module.

Web Services Client for Feeds

Component type

module

Maintenance status

Development status

Downloads

3642

Component created

Component changed

This module provides a Feeds Fetcher plugin that consumes web services, and a mapper+processor that helps translate the responses into Feeds-compatible Drupal data.

It extends the Feeds project and integrates the Web Services Client tool to fetch the source data.

Quickstart

* Set up a web service connector to something that sends you information, eg a SOAP lookup
* Create a feed importer that uses a web service operation as a 'Fetcher'
* Map the values returned to your target content type. The available source fields should be auto-detected from the Web Service schema.

Importers

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

API реализующий функционал импорта данных из любого формата в Drupal Состоит из управляющего модуля importer и доп. модулей, реализующих чтение формата и записи в ноду ($node).
Состоит из:

Feeds Delete

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Feeds is good at handling "river of news" style feeds, but feeds such as product feeds are very much lacking. In the case of a product feed, unlike a "river of news" which will have x number of items in, it will have all the products in the feed. Feeds will allow you to purge items x number of days after it has been loaded onto the system, but in the case of product feeds we want all products to remain until an item has been removed from a feed.