Joomla 3
To import your posts from a Joomla 3 installation, run:
$ ruby -rubygems -e 'require "bunto-import";
BuntoImport::Importers::Joomla.run({
"dbname" => "name",
"user" => "myuser",
"password" => "mypassword",
"host" => "myhost",
"category" => "category",
"prefix" => "mytableprefix"
})'
The only required fields are dbname
, prefix
and user
. password
defaults to ""
,
and host
defaults to "localhost"
.
If the category
field is not filled, all articles will be imported, except the ones that are
uncategorized.