Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 875 Bytes

joomla3.md

File metadata and controls

30 lines (26 loc) · 875 Bytes
layout title prev_section link_source next_section permalink
docs
Joomla 3
joomla
joomla3
jrnl
/docs/joomla3/

To import your posts from a Joomla 3 installation, run:

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

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

If the category numerical field is not filled, all articles will be imported, except the ones that are uncategorized.