HTML5 Powered

EasyBlog

To import your posts from a EasyBlog installation, run:

$ ruby -rubygems -e 'require "bunto-import";
    BuntoImport::Importers::Easyblog.run({
      "dbname"   => "name",
      "user"     => "myuser",
      "password" => "mypassword",
      "host"     => "myhost",
      "prefix"   => "mytableprefix"
    })'

The only required fields are dbname and user. password defaults to "", host defaults to "localhost" prefix defaults to "jos_". This will export all articles (in any state). Category and tags will be included in export.