Sha256: 1540a5813e3ed203a8d34232650d405524c2819fd31fa71337692172fc0cc5d0
Contents?: true
Size: 644 Bytes
Versions: 4
Compression:
Stored size: 644 Bytes
Contents
--- layout: docs title: Drupal 7 prev_section: drupal6 link_source: drupal7 next_section: enki permalink: /docs/drupal7/ --- To import your posts from a [Drupal 7](http://drupal.org) installation, run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Drupal7.run({ "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost", "prefix" => "mytableprefix" })' {% endhighlight %} The only required fields are `dbname` and `user`. `password` defaults to `""`, `host` defaults to `"localhost"`, and `prefix` defaults to `""`.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.3.0 | site/docs/drupal7.md |
jekyll-import-0.2.0 | site/docs/drupal7.md |
jekyll-import-0.1.0 | site/docs/drupal7.md |
jekyll-import-0.1.0.rc1 | site/docs/drupal7.md |