README.md in caramelize-1.1.1 vs README.md in caramelize-1.2.0

- old
+ new

@@ -1,8 +1,8 @@ # Caramelize -[![Build Status](https://travis-ci.org/dahie/caramelize.svg?branch=master)](https://travis-ci.org/dahie/caramelize) [![Maintainability](https://api.codeclimate.com/v1/badges/7fe3ef34e09ba8133424/maintainability)](https://codeclimate.com/github/Dahie/caramelize/maintainability) +[![Maintainability](https://api.codeclimate.com/v1/badges/7fe3ef34e09ba8133424/maintainability)](https://codeclimate.com/github/Dahie/caramelize/maintainability) Caramelize is a compact and flexible wiki content migration tool. It is intended for easily transfering content from otherwise rare supported legacy wikis. With caramelize you can create your own export configurations and migrate your data into a git-based [gollum](https://github.com/github/gollum)-wiki retaining all your history and gaining the most flexible access to your wiki content. In the future more target wikis may be added. For the moment migration is supported for [WikkaWiki](http://wikkawiki.org/) and [Redmine](http://www.redmine.org/)-Wiki. @@ -105,11 +105,10 @@ body: row["body"], markup: 'wikka', latest: row["latest"] == "Y", time: row["time"], message: row["note"], - author: author, - author_name: row["user"]}) + author: author}) revisions << page end # titles is the list of all unique page titles contained in the wiki titles.uniq! # revisions is the list of all revisions ordered by date