This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
This is a small project designed to take Wordpress entries and import them into Scanty. All that is needed is Scanty and an exported XML file from your Wordpress blog. 'import.rb' takes a command-line argument: the XML file to be imported into Scanty. Scanty currently only supports posts. It does not support drafts, pages, or comments natively. In order to preserve your comments, I'd recommend installing the Disqus plugin for Wordpress and exporting all of your comments to it. It uses the default sqlite3 database at 'blog.db'. Modify import.rb to change this to your approriate database, though I would recommend trying it out on a small sqlite3 database before using it on your live code. Written by Christopher Swenson (http://www.caswenson.com/) Released under the MIT License: http://www.opensource.org/licenses/mit-license.php http://github.com/swenson/scanty_wordpress_import







