diff --git a/cloudcmd1/1/README.md b/cloudcmd1/1/README.md deleted file mode 100644 index 49cf0cba..00000000 --- a/cloudcmd1/1/README.md +++ /dev/null @@ -1,49 +0,0 @@ -Cloud Commander [](http://travis-ci.org/coderaiser/cloudcmd) -=============== -**Cloud Commander** - two-panels file manager, totally writed on js. -View [demo](http://demo-cloudcmd.cloudfoundry.com/ "demo"). - -Google PageSpeed Score : [100](https://developers.google.com/speed/pagespeed/insights#url=http_3A_2F_2Fdemo-cloudcmd.cloudfoundry.com_2F&mobile=false "score") (out of 100). - -Benefits ---------------- -- 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 (for now) -(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.* - -**Cloud Commander** uses all benefits of js, so if js is disabled, -we moves to *limited mode*. - -Limited-mode features: ---------------- -- only 1 panel available -- no keybinding -- no local caching -- full loading of all web page(with styles, js-scripts, html-page etc). - -Hot keys: ---------------- -In all modern web browsers (but not in IE, becouse he special) hot keys works. -There is a short list: -- Ctrl + r - reload dir content -- Alt + q - disable key bindings -- Alt + s - get all key bindings back -- up, down, enter - filesystem navigation - - -Additional modules: ---------------- -**Cloud Commander** not using additional modules for main functionality. -But for minification and optimization tricks optional can be -assingned (and installed) modules: -- [UglifyJS] (https://github.com/mishoo/UglifyJS) -- [clean-css] (https://github.com/GoalSmashers/clean-css) -- [html-minifier] (https://github.com/kangax/html-minifier) -- [css-b64-images] (https://github.com/Filirom1/css-base64-images) \ No newline at end of file diff --git a/cloudcmd1/1/client.js b/cloudcmd1/1/client.js deleted file mode 100644 index 6331b051..00000000 --- a/cloudcmd1/1/client.js +++ /dev/null @@ -1,736 +0,0 @@ -/* Функция которая возвратит обьект CloudCommander - * @window - обьект window - * @document - обьект document - * @CloudFunc - обьект содержащий общий функционал - * клиентский и серверный - */ -//var CloudCommander=(function(window,document){ - -//var document,window; - -var CloudCommander=(function(){ -"use strict"; - -/* если функции console.log нет - создаём заглушку */ - -/* -var console; -if(!window)window={console:{log:function(pParam){return pParam;}}}; -else if(window && !window.console){ - console={ - 'log':function(param){ - return param; - } - }; -}else console=window.console; -*/ -/* - window.jQuery || document.write(' - - - - - --> - -
- - - Cloud Commander - -