diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 17:16:51 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 17:16:51 +0100 |
commit | 211f9621fcf55bcf8e5ed65ccefe7ec347bad281 (patch) | |
tree | 889313bc8b8424f20b3ffe10555873b1147917b5 | |
parent | 8d6b961cc0eb7f28e3db9422b5a9cb10f6fded51 (diff) | |
download | pdf-calendars-211f9621fcf55bcf8e5ed65ccefe7ec347bad281.tar.gz pdf-calendars-211f9621fcf55bcf8e5ed65ccefe7ec347bad281.tar.bz2 pdf-calendars-211f9621fcf55bcf8e5ed65ccefe7ec347bad281.zip |
Update readme
-rw-r--r-- | README.rdoc | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/README.rdoc b/README.rdoc index 9a407c2..d98acb5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,5 +1,16 @@ -# pdf-calendars -Generate PDF calendars += pdf-calendars +# Generate pdf calendars -More locales here: -https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale
\ No newline at end of file +# 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 +------------------------- + +== Localization +# Currently available languages are +- en +- es + +# You can add more locales from here: +# https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale
\ No newline at end of file |