MTIF

A gem to read Movable Type Import Format, as documented at TypePad.org and also in the Wayback Machine

Installation

Add this line to your application's Gemfile:

gem 'mtif'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mtif

Usage

Boy, it'd be smart to put something here. One day I will. Or maybe you will? See "Contributing" below.

Contributing

Build Status Maintainability Test Coverage

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:

  1. Fork it ( https://github.com/[my-github-username]/mtif/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request