A gem to read Movable Type Import Format, as documented at TypePad.org and also in the Wayback Machine
Add this line to your application's Gemfile:
gem 'mtif'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mtif
Boy, it'd be smart to put something here. One day I will. Or maybe you will? See "Contributing" below.
Looking to get involved but don't have a particular itch to scratch? There are plenty of other ways to help!
- A bit of documentation
- A tutorial to help someone else along
- More test coverage
- Improving the overall code health by addressing Code Climate issues
Meanwhile, you can get started the usual way:
- Fork it ( https://github.com/[my-github-username]/mtif/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request