yauh/ghost
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Ghost === Contributors: JohnONolan, ErisDS, javorszky, yauh Donate link: http://ghost.org/ Tags: export, ghost Requires at least: 3.5 Tested up to: 3.9.1 Stable tag: 0.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Export your WordPress data to Ghost. == Description == The Ghost WordPress plugin allows you to export your WordPress data in a format that can be imported quickly and easily by [Ghost](http://tryghost.org). == Installation == 1. Use the Add New Plugin in the WordPress admin area 1. Activate the plugin through the 'Plugins' menu in WordPress 1. You can find the settings and documentation under Tools -> Export to Ghost == Frequently Asked Questions == = How do I use this? = Install it, then go to Tools -> Export to Ghost. == Changelog == = 0.4.4 = * Added [HTML_To_Markdown](https://github.com/nickcernis/html-to-markdown) library to convert HTML post content to Markdown = 0.4.3 = * Added support for `private` and `pending` WordPress post statuses (which were unhandled, and thus broke import). Ref: [WP Query: Status Parameters](http://codex.wordpress.org/Class_Reference/WP_Query#Status_Parameters) = 0.4.2 = * Removed published_at date from draft posts = 0.4.1 = * Bumped version to current stable Ghost version * Added Export link to plugin row display for easier access * Changed date format in exported JSON. Previously it was microtime, which caused troubles on 32 bit PHP installs, as the maximum integer was less than current time, so exports were either in scientific notation or string. Currently using RFC2822 format (date("r") for the devs), which works with the importer = 0.3.0 = * Fixes a bug where future posts would crash the plugin, and you weren't able to export * Future posts are exported as drafts. Their published_at retains the future publish datetime though * Updated version to 0.3.0 for semver reasons * Left out Bond version :( = 0.0.6 = * Fixes a duplicate tag issue. = 0.0.5 = * Removed the export of Categories so that duplicate slugs don't happen if there is a tag and a category with the same name. = 0.0.4 = * There was a schema change in 0.3.2 or somewhere near that. Basically the way tags work changed, thus the exporter had to be reworked. = 0.0.3 = * Fixed a typo I left in the previous version causing everything to not work... Sorry... = 0.0.2 = * Fixed a path issue that would sometimes result in empty .json files. Hat tip to Ian Wootten for the fix! = 0.0.1 = * Initial implementation