scripts/blogger2rangitaki
Marcel Kapfer 54121bb6b7 Removed unnecessary dummy file 2019-09-17 23:49:53 +02: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
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