Takes a TypePad export file and processes it to create:
- A folder full of images downloaded from Typepad, ready to drop into wp-content
- A copy of the file with image URLs updated to point to those collected above.
The project is defined with sbt so you'll need that installed. Project files for Eclipse (I've been using Scala IDE, an Eclipse variant) are easily generated with sbt eclipse
then you can import the project into the IDE. Be sure to treat the sbt definition as definitive and edit that rather than the IDE's version - then rerun sbt eclipse
.
No IDE is required - sbt at the command line can do everything:
sbt run
sbt test
sbt compile