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

Version Path
jekyll-import-0.4.0 site/docs/joomla.md
jekyll-import-0.3.0 site/docs/joomla.md
jekyll-import-0.2.0 site/docs/joomla.md
jekyll-import-0.1.0 site/docs/joomla.md
jekyll-import-0.1.0.rc1 site/docs/joomla.md