Typo To import your posts from Typo (now Publify), run: $ ruby -rubygems -e 'require "bunto-import"; BuntoImport::Importers::Typo.run({ "server" => "mysql", "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost" })' The only required fields are server, dbname, and user. password defaults to "" and host defaults to "localhost". This code has only been tested with Typo version 4+. View Source → Back Next