Tag Archives: rails

Typo 6.1 Exporter for WordPress

I wrote two rake scripts to dump posts from Typo as planned in my last post. Here’re the steps. 1. Dump Typo’s posts into blog.xml $ cp words.rake export.rake /path/to/typo/lib/tasks/ $ cd /path/to/typo/ $ rake words[tags.rb] $ vi lib/tasks/tags.rb # … Continue reading

Posted in General | Tagged , , , | Comments Off on Typo 6.1 Exporter for WordPress