Skip to content

binout/wordpress-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Exit

Objective

A tool to extract post from WordPress blog, in order to migrate to another blog.

Pre-requisites

  • A WordPress export in XML format

  • Java 8

  • Maven (only to build project)

  • Pandoc (only for asciidoc conversion)

Usage

Extract all posts in HTML format in output folder. A file is created for each post.
java - jar wordpress-exit.jar -file <XML_EXPORT> -output <OUTPUT_DIR>
Extract all posts in HTML format in output folder. Each HTML file is converted to asciidoc using pandoc.
java - jar wordpress-exit.jar -file <XML_EXPORT> -output <OUTPUT_DIR> -asciidoc
Note
The conversion to asciidoc is based on roadmap described by Dan Allen

About

A tool to extract blog posts from wordpress export

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages