Sha256: 40ad02fad683902ad3d5054fc8d97215e4cc6565845df256030b9fb3d233e87d
Contents?: true
Size: 714 Bytes
Versions: 5
Compression:
Stored size: 714 Bytes
Contents
--- layout: docs title: Joomla prev_section: google_reader link_source: joomla next_section: jrnl permalink: /docs/joomla/ --- To import your posts from a [Joomla](http://joomla.org) installation, run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Joomla.run({ "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost", "section" => "thesection", "prefix" => "mytableprefix" })' {% endhighlight %} 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_"`.
Version data entries
5 entries across 5 versions & 1 rubygems