0.3.8 • Published 9 years ago

wp2ghost v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

wp2ghost Build Status

Convert wordpress XML export data (WordPress eXtended RSS or WXR) into a JSON file that ghost can import

NPM

##System requirement

  • requires nodejs 0.10 or higher

##Installation

  • Run npm install -g wp2ghost

alternatively, you could

  • Download zip package and unpack.
  • Run npm install in package folder

##Conversion

  • Go to Wordpress - Tools - Export All, get the backup.xml
  • Run wp2ghost backup.xml, a 'backup.xml.json' file will be created in the same directory
    • run node wp2ghost backup.xml only if you used the second installation method
  • Go to http://your-ghost-blog.com/ghost/debug, import the generated json file

npm.io

##Known Issues

  • This tool may break some of the contents inside <code> and <pre> blocks, use as your own risk

##License

MIT

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago