Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This is a starter, example module for Migrate to make importing from Squarespace 5 to Drupal easier. You will need to modify the code in this module in order for it to work.

This will likely stay a sandbox, so when you clone this with git, I suggest the following instead of what's on the instructions page (so you'll get the module I used):

git clone chellman@git.drupal.org:sandbox/chellman/2074733.git ss5_migrate
cd ss5_migrate

It requires XML files such as Squarespace 5 provides, which is a full-site export including all content and user accounts. As of this writing, Squarespace 6 only provides an export in WordPress format (still XML) that exports content, but nothing else. To import that into Drupal, you can probably use WordPress Migrate.

Read more about this code here (for now).

Project information