scripts/blogger2rangitaki
mmk2410 9f9304d6aa All scripts in one repository 2015-11-12 22:36:23 +01:00
..
vendor All scripts in one repository 2015-11-12 22:36:23 +01:00
LICENSE All scripts in one repository 2015-11-12 22:36:23 +01:00
README.md All scripts in one repository 2015-11-12 22:36:23 +01:00
blog-08-24-2015.xml All scripts in one repository 2015-11-12 22:36:23 +01:00
blogger2rangitaki.php All scripts in one repository 2015-11-12 22:36:23 +01:00
composer.json All scripts in one repository 2015-11-12 22:36:23 +01:00
composer.lock All scripts in one repository 2015-11-12 22:36:23 +01:00

README.md

blogger2rangitaki

This is a small PHP script for converting a Blogger XML to Rangitaki blog posts.

This script uses html-to-markdown to convert the blogposts.

Usage

You don't need to install that script on your computer. It is enough to make it runnable:

chmod +x blogger2rangitaki.php

And to run it:

./blogger2rangitaki.php blog.xml

where blog.xml is your Blogger XML file (the exported blog).

This script doesn't import your media files into Rangitaki.

HHVM

This script works also in HHVM. Just replace the first line with

#!/bin/hhvm