Joomla
To import your posts from a Joomla installation, run:
$ ruby -rubygems -e 'require "bunto-import";
BuntoImport::Importers::Joomla.run({
"dbname" => "name",
"user" => "myuser",
"password" => "mypassword",
"host" => "myhost",
"section" => "thesection",
"prefix" => "mytableprefix"
})'The only required fields are dbname and user. password defaults to "",
host defaults to "localhost", and section defaults to "1" and prefix
defaults to "jos_".