From aa7f487189ba9d1b5ab06da0bbd5d5c82acace7b Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Tue, 10 Mar 2015 21:53:12 +0100 Subject: Refactor rdoc to md --- README.md | 21 +++++++++++++++++++++ README.rdoc | 22 ---------------------- 2 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 README.md delete mode 100644 README.rdoc diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c6c2cc --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# pdf-calendars +### Generate pdf calendars + +[![Build Status](https://api.shippable.com/projects/54fedaf45ab6cc135296cb36/badge?branchName=develop)](https://app.shippable.com/projects/54fedaf45ab6cc135296cb36/builds/latest) + +The idea is to have multiple calendar designs with different formats, +localized text, custom colors, etc. and be able to create beautiful pdfs +to use on Ilustrator, Coreldraw, Photoshop or where you need it + +## Installation + bundle install + +## Tests +Run them with + bundle exec rspec + +## Localization +Currently available languages are english and spanish + +You can add more locales from here: +https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 8c0eed7..0000000 --- a/README.rdoc +++ /dev/null @@ -1,22 +0,0 @@ -= pdf-calendars -Generate pdf calendars - -The idea is to have multiple calendar designs -with different formats, localized text, custom colors, etc. -and be able to create beautiful pdfs to use on Ilustrator, -Coreldraw, Photoshop or where you need it ------------------------------------------------------------ -[![Build Status](https://api.shippable.com/projects/54fedaf45ab6cc135296cb36/badge?branchName=develop)](https://app.shippable.com/projects/54fedaf45ab6cc135296cb36/builds/latest) - -== Installation - bundle install - -== Tests -Run them with - bundle exec rspec - -== Localization -Currently available languages are english and spanish - -You can add more locales from here: -https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale \ No newline at end of file -- cgit v1.2.3