Warning: Drupal Version Compatibility
-
This migrator was written for Drupal 6.1 and may not work as expected on future versions of Drupal. Please update it and send us a pull request if necessary.
+
This migrator was written for Drupal 6.1 and may not work as expected on
+ future versions of Drupal. Please update it and send us a pull request if
+ necessary.
## Movable Type
@@ -130,7 +148,12 @@ $ ruby -rubygems -e 'require "jekyll/migrators/textpattern";
Jekyll::TextPattern.process("database_name", "username", "password", "hostname")'
{% endhighlight %}
-You will need to run the above from the parent directory of your `_import` folder. For example, if `_import` is located in `/path/source/_import`, you will need to run this code from `/path/source`. The hostname defaults to `localhost`, all other variables are required. You may need to adjust the code used to filter entries. Left alone, it will attempt to pull all entries that are live or sticky.
+You will need to run the above from the parent directory of your `_import`
+folder. For example, if `_import` is located in `/path/source/_import`, you will
+need to run this code from `/path/source`. The hostname defaults to `localhost`,
+all other variables are required. You may need to adjust the code used to filter
+entries. Left alone, it will attempt to pull all entries that are live or
+sticky.
## Mephisto
@@ -150,11 +173,22 @@ $ ruby -rubygems -e 'require "jekyll/migrators/mephisto";
## Blogger (Blogspot)
-To import posts from Blogger, see [this post about migrating from Blogger to Jekyll](http://coolaj86.info/articles/migrate-from-blogger-to-jekyll.html). If that doesn’t work for you, you might want to try some of the following alternatives:
+To import posts from Blogger, see [this post about migrating from Blogger to
+Jekyll](http://coolaj86.info/articles/migrate-from-blogger-to-jekyll.html). If
+that doesn’t work for you, you might want to try some of the following
+alternatives:
-- [@kennym](https://github.com/kennym) created a [little migration script](https://gist.github.com/1115810), because the solutions in the previous article didn't work out for him.
-- [@ngauthier](https://github.com/ngauthier) created [another importer](https://gist.github.com/1506614) that imports comments, and does so via blogger’s archive instead of the RSS feed.
-- [@juniorz](https://github.com/juniorz) created [yet another importer](https://gist.github.com/1564581) that works for [Octopress](http://octopress.org). It is like [@ngauthier’s version](https://gist.github.com/1506614) but separates drafts from posts, as well as importing tags and permalinks.
+- [@kennym](https://github.com/kennym) created a [little migration
+ script](https://gist.github.com/1115810), because the solutions in the
+ previous article didn't work out for him.
+- [@ngauthier](https://github.com/ngauthier) created [another
+ importer](https://gist.github.com/1506614) that imports comments, and does so
+ via blogger’s archive instead of the RSS feed.
+- [@juniorz](https://github.com/juniorz) created [yet another
+ importer](https://gist.github.com/1564581) that works for
+ [Octopress](http://octopress.org). It is like [@ngauthier’s
+ version](https://gist.github.com/1506614) but separates drafts from posts, as
+ well as importing tags and permalinks.
## Posterous
@@ -165,14 +199,17 @@ $ ruby -rubygems -e 'require "jekyll/migrators/posterous";
Jekyll::Posterous.process("my_email", "my_pass")'
{% endhighlight %}
-For any other Posterous blog on your account, you will need to specify the `blog_id` for the blog:
+For any other Posterous blog on your account, you will need to specify the
+`blog_id` for the blog:
{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll/migrators/posterous";
Jekyll::Posterous.process("my_email", "my_pass", "blog_id")'
{% endhighlight %}
-There is also an [alternative Posterous migrator](https://github.com/pepijndevos/jekyll/blob/patch-1/lib/jekyll/migrators/posterous.rb) that maintains permalinks and attempts to import images too.
+There is also an [alternative Posterous
+migrator](https://github.com/pepijndevos/jekyll/blob/patch-1/lib/jekyll/migrators/posterous.rb)
+that maintains permalinks and attempts to import images too.
## Tumblr
@@ -183,9 +220,12 @@ $ ruby -rubygems -e 'require "jekyll/migrators/tumblr";
Jekyll::Tumblr.process("http://www.your_blog_url.com", true)'
{% endhighlight %}
-There is also [a modified Tumblr migrator](https://github.com/stephenmcd/jekyll/blob/master/lib/jekyll/migrators/tumblr.rb) that exports posts as Markdown and preserves post tags.
+There is also [a modified Tumblr
+migrator](https://github.com/stephenmcd/jekyll/blob/master/lib/jekyll/migrators/tumblr.rb)
+that exports posts as Markdown and preserves post tags.
-The migrator above requires the `json` gem and Python's `html2text` to be installed as follows:
+The migrator above requires the `json` gem and Python's `html2text` to be
+installed as follows:
{% highlight bash %}
$ gem install json
@@ -201,4 +241,5 @@ $ ruby -rubygems -e 'require "jekyll/migrators/tumblr";
## Other Systems
-If you have a system that there isn’t currently a migrator for, you should consider writing one and sending us a pull request.
+If you have a system that there isn’t currently a migrator for, you should
+consider writing one and sending us a pull request.
diff --git a/site/_posts/2012-07-01-pages.md b/site/_posts/2012-07-01-pages.md
index c78d6145..6a51d133 100644
--- a/site/_posts/2012-07-01-pages.md
+++ b/site/_posts/2012-07-01-pages.md
@@ -35,8 +35,8 @@ There are two main ways of creating pages:
- Create a folder in the site's root for each page, and place an index.html file
in each page folder.
-Both methods work fine (and can be used in conjunction with each other), with the
-only real difference being the resulting URLs.
+Both methods work fine (and can be used in conjunction with each other),
+with the only real difference being the resulting URLs.
### Named HTML files
diff --git a/site/_posts/2012-07-01-pagination.md b/site/_posts/2012-07-01-pagination.md
index f1710d99..d914279a 100644
--- a/site/_posts/2012-07-01-pagination.md
+++ b/site/_posts/2012-07-01-pagination.md
@@ -105,7 +105,10 @@ attributes:
Pagination does not support tags or categories
-
Pagination pages through every post in the posts
variable regardless of variables defined in the YAML Front Matter of each. It does not currently allow paging over groups of posts linked by a common tag or category.
+
Pagination pages through every post in the posts
+ variable regardless of variables defined in the YAML Front Matter of
+ each. It does not currently allow paging over groups of posts linked
+ by a common tag or category.
## Render the paginated Posts