Disqus import
The module allows you to import Disqus comments system in native Drupal comments.
Dilve books
This module integrates the information service DILVE books.
DILVE is the largest catalog of books published in Spain. http://www.dilve.es/
DILVE uses the international standard ONIX, based on XML.
Features:
- Import indicating isbn book.
- Import indicating Title book.
- Bulk import indicating several isbn, with Batch API.
The book contains information fields:
- Title
- Cover image
- Author
- Description
- Categories
- Number of pages
- Language
Others modules related with book:
- http://drupal.org/project/ISBN2node (I have been inspired)
- http://drupal.org/project/google_books
- http://drupal.org/project/millennium
We continue to improve.
RedHen Feeds
Import or aggregate RedHen CRM data using Feeds.
Node Asset
The Node Asset module provides the ability to add nodes of specified content types as assets to the body of another node. I am following the model of the Asset module but engineering it to use nodes instead of Media Asset entities. This will allow assets to stand alone and be embeded in the body of another node.
This module is currently in the early stages of development so there is no code available at this time.
Import KIT
API реализующий функционал импорта данных из любого формата (CML, XML, CSV, TXT) в Drupal.
Состоит из управляющего модуля importkit и дочерних модулей, реализующих функционал хранения и удаления данных.
Модуль построен на патерне Observer с применением фабрики классов. Основной принцип взаимодействия с импортируемым контентом возложен на ридеры.
Структура модуля:
Observer -> Listner -> Reader -> Store
- Observer -> Служит для информирования Listner о возникших событиях
- Listner -> Основной класс для распределения задач
- Reader -> Класс читающий документ импорта
- Store -> Модуль хранилища и взаимодействия с Drupal
В поставку модуля входит 2 модуля демонстрирующих всю мощь модуля Import KIT
CommerceML2
- cml_store_node - Позволяет импортировать данные из формата CommerceML2
- cml_store_taxonomy - Позволяет строить категории из формата CommerceML2
Возможности модуля CommerceML2
- Импорт товарных позиций с описанием
- Импорт изображений
- Импорт полного списка категорий, с формированием словаря для каждой ищ категорий
- Импорт цен
- Импорт остатков
- Импорт атрибутов
- Импорт полей (создание полей)