https://github.com/wirehead/mtif
Movable Type Import Format for node.js
https://github.com/wirehead/mtif
Last synced: 18 days ago
JSON representation
Movable Type Import Format for node.js
- Host: GitHub
- URL: https://github.com/wirehead/mtif
- Owner: wirehead
- License: bsd-2-clause
- Created: 2016-08-28T23:00:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T21:49:54.000Z (about 9 years ago)
- Last Synced: 2025-10-10T04:16:48.455Z (9 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Movable Type Import Format parser
[](https://travis-ci.org/wirehead/mtif)
A very rough parser for the Movable Type Import Format (MTIF).
## Example usage
See [example.js](example.js)
## Contributing
If you've found a bug:
* Submit away!
If you'd like to submit a PR:
* I do not expect you to smash multiple commits into a single commit.
* Unless you say otherwise, I'm assuming "maintainer-fixes" style of merging, where I fix any quibbles and potentially make minor tweaks. If you specify "maintainer-reviews", I'll maintain a list of things that I've identified for you to change.
* If you've got a major patch in mind that's larger than an easily-mergable patch, you might consider writing up a blueprint describing what you want to do.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms -- see [code of conduct](code_of_conduct.md)
## License?
BSD, see LICENSE.txt