Posted by jonhattan on April 6, 2010 at 7:55am
This is a module to migrate from a PHP-Nuke installation to Drupal.
There're some scripts that perform a migration but none of them is a module, is fully integrated with Drupal API or is available for Drupal 6. See:
- http://quillem.com/nuke2drupal
- http://bogdan.org.ua/2006/09/08/php-nuke-6-06-5-to-drupal-4-7-x5-x-migra...
- http://drupal.org/node/202528
This module does:
Import:
- Site configuration. Site name, slogan, language,...
- Drupal users: authors (admins) and users.
- Drupal nodes: stories, links as weblinks, events as events, reviews, sections and encyclopedia content.
- Drupal taxonomies: sections, topics, categories for stories, links and downloads.
- Encyclopedia chapters are imported as taxonomy terms.
- comments.
Features
- Create roles, vocabularies, content types and views on demand.
- Uses the Drupal Batch API.
- Batch api operations is based on a implementation using classes. Each operation is a class in the operations/ directory. Adding new operations or adapting current ones for your concrete usecases is straightforward.
More info:
- You will find technical info about the use of the module in the README file, and a list of features to improve or possible implementation in the TODO file.
- If you need a site-specific feature you can hire me or if this module has been helpful to you please consider donating to my PayPal account.
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 3 sites currently report using this module. View usage statistics.
- Last modified: January 27, 2011