From c169ad26cd70a5c0e40f4fcb33f11c0563ffb36c Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 13:48:17 -0430 Subject: [PATCH 1/5] jekyll-import warning note of missing deps. The jekyll-import gem, opted to leave out importer-specific runtime dependencies. I'm adding a warning note for the user to be aware of this and manually install the ones they need based on the importer they are using. --- site/docs/migrations.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 431e2a8b..1fe7fb0b 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -24,6 +24,15 @@ Jekyll's standard command line interface. $ gem install jekyll-import --pre {% endhighlight %} +
+
Jekyll-import needs you to manually install some dependencies.
+

If you are importing you blog from Drupal 6,7, Joomla, + Mephisto, Mt, Textpattern or Typo (with mysql db), you need to install + `mysql` and `sequel` gem. If you are importing from Wordpress database, you + need to install `mysql2` and `sequel` gem, and if you are importing from Enki + or Typo (with postgresql db) you need to install `pg` and `sequel` gem.

+
+ You should now be all set to run the importers below. If you ever get stuck, you can see help for each importer: From c38f295f63e9ff95c69def579a22ab407a57aa25 Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 16:09:20 -0430 Subject: [PATCH 2/5] Fix typos. --- site/docs/migrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 1fe7fb0b..72e74372 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -28,9 +28,9 @@ $ gem install jekyll-import --pre
Jekyll-import needs you to manually install some dependencies.

If you are importing you blog from Drupal 6,7, Joomla, Mephisto, Mt, Textpattern or Typo (with mysql db), you need to install - `mysql` and `sequel` gem. If you are importing from Wordpress database, you - need to install `mysql2` and `sequel` gem, and if you are importing from Enki - or Typo (with postgresql db) you need to install `pg` and `sequel` gem.

+ `mysql` and `sequel` gems. If you are importing from WordPress database, you + need to install `mysql2` and `sequel` gems, and if you are importing from Enki + or Typo (with postgresql db) you need to install `pg` and `sequel` gems.

You should now be all set to run the importers below. If you ever get stuck, you From 222aad55e4dffa68ec60f310c703e377b2ea9f2c Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 16:15:01 -0430 Subject: [PATCH 3/5] Show the complete name and no abbreviation. --- site/docs/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 72e74372..c744d32c 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -27,7 +27,7 @@ $ gem install jekyll-import --pre
Jekyll-import needs you to manually install some dependencies.

If you are importing you blog from Drupal 6,7, Joomla, - Mephisto, Mt, Textpattern or Typo (with mysql db), you need to install + Mephisto, Movable Type, Textpattern or Typo (with mysql db), you need to install `mysql` and `sequel` gems. If you are importing from WordPress database, you need to install `mysql2` and `sequel` gems, and if you are importing from Enki or Typo (with postgresql db) you need to install `pg` and `sequel` gems.

From ac6f09752d8ffe07fdba9ab52b6c5e544c371894 Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 16:35:04 -0430 Subject: [PATCH 4/5] requieres. --- site/docs/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index c744d32c..fa62bd9f 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -25,7 +25,7 @@ $ gem install jekyll-import --pre {% endhighlight %}
-
Jekyll-import needs you to manually install some dependencies.
+
Jekyll-import, requires you to manually install some dependencies.

If you are importing you blog from Drupal 6,7, Joomla, Mephisto, Movable Type, Textpattern or Typo (with mysql db), you need to install `mysql` and `sequel` gems. If you are importing from WordPress database, you From 65df20ac1005be1f9f3e46adbbc275f24c999ac9 Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 21:21:37 -0430 Subject: [PATCH 5/5] Fix typos. --- site/docs/migrations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index fa62bd9f..12290e29 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -25,10 +25,10 @@ $ gem install jekyll-import --pre {% endhighlight %}

-
Jekyll-import, requires you to manually install some dependencies.
-

If you are importing you blog from Drupal 6,7, Joomla, - Mephisto, Movable Type, Textpattern or Typo (with mysql db), you need to install - `mysql` and `sequel` gems. If you are importing from WordPress database, you +

Jekyll-import requires you to manually install some dependencies.
+

If you are importing your blog from Drupal 6,7, Joomla, + Mephisto, Movable Type, Textpattern, or Typo (with mysql db), you need to install + `mysql` and `sequel` gems. If you are importing from a WordPress database, you need to install `mysql2` and `sequel` gems, and if you are importing from Enki or Typo (with postgresql db) you need to install `pg` and `sequel` gems.