Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 778 Bytes

joomla.md

File metadata and controls

27 lines (24 loc) · 778 Bytes
layout title prev_section link_source next_section permalink
docs
Joomla
google_reader
joomla
joomla3
/docs/joomla/

To import your posts from a Joomla installation, run:

{% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Joomla.run({ "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost", "port" => portnumber, "section" => "thesection", "prefix" => "mytableprefix" })' {% endhighlight %}

The only required fields are dbname and user. password defaults to "", host defaults to "localhost", portnumber defaults to 3306, section defaults to "1" and prefix defaults to "jos_".