Convert from Joomla! to Drupal.
Latest update
- Historically, this module was used to migrated a large Joomla! website to Drupal. The approach was iterative development: fast migration of content, write update functions to migrate other features. Therefore this module uses low level APIs to quickly create content (in dozens of minutes, instead of days).
- Today, modules like Migrate (and maybe, Features) give you much better experience, with incremental migration, update modified content... using Batch API, Queue API etc. so time is no longer a problem.
- Thus, this module is obsolete and won't receive any support or commit. Please use Migrate, with a little of custom code, you can migrate a complexed Joomla! website with content, forum, K2 etc. fairly quickly.
Features
- Convert all users, contents, sections, categories, comments (with BBcode!)
- Keep ID the same for users and contents, to help the migration easier with unchanged URLs
- Support mosimage (if using Joomla! 1.0)
- Use Batch API so that it works with very large DB for a minimal amount of memory
- Support custom content structure like SOBI2
- Designed to work on a new install of Drupal
Comparison with others