WAT WAT
This module allows you to import articles from WAT WAT (watwat.be) into your Drupal site. It creates nodes of the type 'watwat_article' with the same content as the original articles.
The Watwat module was created to import the articles from WAT WAT (http://www.watwat.be) to other Drupal sites.
The content is only available in Dutch, as the content of WAT WAT is in Dutch.
Requirements
This module requires the following modules:
* Migrate tools (https://www.drupal.org/project/migrate_tools)
* Chosen (https://www.drupal.org/project/chosen) -> make sure the library gets installed correctly.
The core module Migrate should be enabled.
If you want to migrate the articles, the following modules are required:
* Paragraphs (https://www.drupal.org/project/paragraphs)
Installation
Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
Configuration
Watwat exists of 3 submodules:
- watwat_browser
- watwat_paragraphs
- watwat_article
Enable the watwat_browser submodule for viewing the articles and selecting articles for migration.
Enable the watwat_article submodule for migrating articles to your website.
Watwat_paragraphs is enabled when the submodule watwat_article is enabled.
You can use this module for the browser only and write your own migrations, for instance if you only want to use the teasers.
How this module works
Select articles in the api browser on /admin/content/watwat.
The articles marked for migration will be migrated by triggering the WatwatMigrationScript in the scripts directory.
Nodes of the type 'watwat_article' will be created by the migration, with the same content as the corresponding article on watwat.be.