satooshi/tumblr2markdown 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

satooshi/tumblr2markdown

Composer 安装命令:

composer require satooshi/tumblr2markdown

包简介

converter tumblr blog to Octopress markdown

README 文档

README

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.

Installation

To install tumblr2markdown with Composer just add the following to your composer.json file:

// 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:

# 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

Or you can use git clone command:

# 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.

  • text type only
  • html format only

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-24