limited-mode features

This commit is contained in:
coderaiser 2012-06-11 09:39:43 +00:00
parent 14771a354a
commit 32e16d9d43

View file

@ -6,16 +6,16 @@ View [demo](http://cloudcmd.cloudfoundry.com/ "demo").
Benefits
---------------
- full *browser compatibility* (ie6+,chrome,safari,opera,firefox);
- *responsible design*
- *one full page loading*, and then just one-time json-dir-listings loading
- full **browser compatibility** (ie6+,chrome,safari,opera,firefox);
- **responsible design**
- **one full page loading**, and then just one-time json-dir-listings loading
(with refresh opportunity).
- *caching readed directories* to localStorage
- **caching readed directories** to localStorage
(so if network will disconnected or something heppen with a signal, we
definitely will can work cached copy of directory listings);
- *key binding*
- *disabled js support* (working in limited mode).
- *automated minification* client js-files and onstart-reading Cloud manager files on server starting.
- **key binding**
- **disabled js support** (working in limited mode).
- **automated minification** client js-files and onstart-reading Cloud manager files on server starting.
Cloud Commander using all benefits of js, so if js is disabled,
we moves to limited mode.