README.md in galakei-0.12.1 vs README.md in galakei-0.13.0

- old
+ new

@@ -5,11 +5,11 @@ ## Goals * Provide support for 3G handsets from the major 3 carriers in Japan (docomo, au, SoftBank) * Avoid modifying Rails internals as much as possible -## Examples +## Features ### Inlining Styles Old docomo handsets [don't support external stylesheets](http://www.keitai-dev.net/CSS). Additionally, only very limited CSS is supported. galakei/docomo_css automatically inlines CSS and manipulates markup to overcome these limitations. @@ -57,9 +57,13 @@ Have a PC site that you want to add galakei templates for? Put your views in app/views.galakei and they'll be used in preference to your normal app/views ### haml haml is great for building galakei sites, as it enforces well formed markup. galakei takes care of setting the haml template format for you, so you'll generate xhtml. + +### Zenkaku to Hankaku Katakana Conversion + +For galakei, zenkaku katakana such as カタカナ will be converted to hankaku like カタカナ automatically when rendering html. This is standard practice, as zenkaku katakana taxes up too much screen space. ## Thanks * To [jpmobile](https://github.com/jpmobile/jpmobile) for offering the most mature Rails plugin for Rails * To [docomo_css](https://github.com/milk1000cc/docomo_css) for providing the inspiration for galakei/docomo_css