2017 © Pedro PelĂĄez
 

library tumblr2markdown

converter tumblr blog to Octopress markdown

image

satooshi/tumblr2markdown

converter tumblr blog to Octopress markdown

  • Sunday, March 10, 2013
  • by satooshi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

tumblr2markdown

This CLI tool can convert your tumblr blog to Octopress markdown. tumblr2markdown calls tumblr API v1 and use pandoc internally. Please install pandoc before you use tumblr2markdown., (*1)

Installation

To install tumblr2markdown with Composer just add the following to your composer.json file:, (*2)

// composer.json
{
    require: {
        "satooshi/tumblr2markdown": "dev-master"
    }
}

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:, (*3)

# install
$ php composer.phar install
# update
$ php composer.phar update satooshi/tumblr2markdown

# or you can simply execute composer command if you set composer command to
# your PATH environment variable
$ composer install
$ composer update satooshi/tumblr2markdown

Packagist page for this component is https://packagist.org/packages/satooshi/tumblr2markdown, (*4)

Or you can use git clone command:, (*5)

# HTTP
$ git clone https://github.com/satooshi/tumblr2markdown.git
# SSH
$ git clone git@github.com:satooshi/tumblr2markdown.git

Usage

# show help
$ php app/console.php tumblr:markdown -h

# run
$ php app/console.php tumblr:markdown -b satooshi-jp -t text --tagged blog

Limitation

Current tumblr2markdown has limitations., (*6)

  • text type only
  • html format only

The Versions

10/03 2013

dev-master

9999999-dev https://github.com/satooshi/tumblr2markdown

converter tumblr blog to Octopress markdown

  Sources   Download

MIT

The Requires

 

export markdown octopress tumblr