Project

mtif

0.0
No commit activity in last 3 years
No release in over 3 years
Read, parse, and write Movable Type Import Format files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

 Project Readme

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