data_export_import.drush.inc |
includes/data_export_import.drush.inc |
|
|
data_export_import.info |
data_export_import.info |
|
name = Data export import
description = Exports content data as dataset files which can then imported into other Drupal instances.
core = 7.x
dependencies[] = node
dependencies[] = taxonomy
configure = admin/config/system/data_export_import |
data_export_import.module |
data_export_import.module |
|
A module to enable content data to be exported and imported. |
nodes.inc |
includes/profiles/nodes.inc |
|
Enables nodes to be exported and imported. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Overview
* Installation
* Usage
OVERVIEW
--------
The purpose of this module is to provide a way to move site content data
between Drupal instances.
Generally a Drupal site design and structure will… |
taxonomy_terms.inc |
includes/profiles/taxonomy_terms.inc |
|
Enables taxonomy terms to be exported and imported. |
users.inc |
includes/profiles/users.inc |
|
Enables users to be exported and imported. |