Skip to content

Tool to help automate Typepad to WordPress migration, especially images

Notifications You must be signed in to change notification settings

alwaysthecritic/freedomToYell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreedomToYell

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.

Building and running

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

About

Tool to help automate Typepad to WordPress migration, especially images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages