An open API service indexing awesome lists of open source software.

https://github.com/timnew/hexo_disqus_migrator

A tool that help blogger to generate disqus url mapper csv
https://github.com/timnew/hexo_disqus_migrator

Last synced: 7 months ago
JSON representation

A tool that help blogger to generate disqus url mapper csv

Awesome Lists containing this project

README

          

hexo_disqus_migrator [![Gem version][gem-image]][gem-url] [![Dependency Status][depstat-image]][depstat-url]
===============

> [hexo_disqus_migrator] is a tool that help blogger to generate [Disqus Url Mapper] for your [Hexo] or [Octopress] blog

## Installation

Add this line to your application's Gemfile:

gem 'hexo_disqus_migrator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hexo_disqus_migrator

## Usage

$ disqus_migrator post_links.csv

For more detail about Disqus comments migartion, read [Disqus Url Mapper] document.

For more detail about the tool, check out built-in help

$ disqus_migrator help

## Contributing

1. Fork it
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 new Pull Request

## License
MIT

[![Gem downloads][gem-downloads]][gem-url]

[gem-image]: http://img.shields.io/gem/v/hexo_disqus_migrator.svg?style=flat
[gem-url]: http://rubygems.org/gems/hexo_disqus_migrator
[gem-downloads]: http://img.shields.io/gem/dtv/hexo_disqus_migrator.svg?style=flat

[depstat-url]: https://gemnasium.com/timnew/hexo_disqus_migrator
[depstat-image]: http://img.shields.io/gemnasium/timnew/hexo_disqus_migrator.svg?style=flat

[hexo_disqus_migrator]: https://github.com/timnew/hexo_disqus_migrator
[Disqus Url Mapper]: https://help.disqus.com/customer/portal/articles/912757-url-mapper
[Hexo]: http://hexo.io/
[Octopress]: http://octopress.org/