From e5415b89b42c0e98d992ea346ab77d78778de285 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Sep 2013 14:41:28 +0000 Subject: [PATCH] chore(cloudcmd) {github.com/coderaiser/cloudcmd,coderaiser.github.io/cloudcmd} -> cloudcmd.io --- lib/server/appcache.js | 2 +- lib/server/auth.js | 2 +- lib/server/commander.js | 12 ++++++------ lib/server/dir.js | 18 +++++++++--------- lib/server/minify.js | 16 ++++++++-------- lib/server/pipe.js | 2 +- lib/server/rest.js | 2 +- lib/server/update.js | 2 +- lib/server/win.js | 2 +- shell/secret.bat | 2 +- shell/secret.sh | 2 +- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/lib/server/appcache.js b/lib/server/appcache.js index 2c5745eb..8a636498 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -10,7 +10,7 @@ '# used for work with Aplication Cache.' + '\n' + '# If you wont to see at work set appcache: true' + '\n' + '# in config.json and start cloudcmd.js' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/auth.js b/lib/server/auth.js index c5df78ee..eb474bc2 100644 --- a/lib/server/auth.js +++ b/lib/server/auth.js @@ -12,7 +12,7 @@ '# parameters in config.json or environment' + '\n' + '# and start cloudcmd.js or just do' + '\n' + '# require(\'auth.js\').auth(pCode, pCallBack)' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, diff --git a/lib/server/commander.js b/lib/server/commander.js index f88cf2b4..ea8de4ab 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -3,12 +3,12 @@ if(!global.cloudcmd) return console.log( - '# commander.js' + '\n' + - '# -----------' + '\n' + - '# Module is part of Cloud Commander,' + '\n' + - '# used for getting dir content.' + '\n' + - '# and forming html content' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# commander.js' + '\n' + + '# -----------' + '\n' + + '# Module is part of Cloud Commander,' + '\n' + + '# used for getting dir content.' + '\n' + + '# and forming html content' + '\n' + + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/dir.js b/lib/server/dir.js index 06566078..817e7517 100644 --- a/lib/server/dir.js +++ b/lib/server/dir.js @@ -4,15 +4,15 @@ if(!global.cloudcmd) return console.log( - '# dir.js' + '\n' + - '# -----------' + '\n' + - '# Module is part of Cloud Commander,' + '\n' + - '# used for getting dir size.' + '\n' + - '# If you wont to see at work' + '\n' + - '# try GET /api/v1/fs/etc?size or' + '\n' + - '# dir.getSize(\'/etc, function(err, size){' + '\n' + - '# });' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# dir.js' + '\n' + + '# -----------' + '\n' + + '# Module is part of Cloud Commander,' + '\n' + + '# used for getting dir size.' + '\n' + + '# If you wont to see at work' + '\n' + + '# try GET /api/v1/fs/etc?size or' + '\n' + + '# dir.getSize(\'/etc, function(err, size) {' + '\n' + + '# });' + '\n' + + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/minify.js b/lib/server/minify.js index 7f7bf32a..3279ef1e 100644 --- a/lib/server/minify.js +++ b/lib/server/minify.js @@ -5,14 +5,14 @@ if(!global.cloudcmd) return console.log( - '# minify.js' + '\n' + - '# -----------' + '\n' + - '# Module is part of Cloud Commander,' + '\n' + - '# used for work with minification.' + '\n' + - '# If you wont to see at work set minify' + '\n' + - '# parameters in config.json or environment' + '\n' + - '# and start cloudcmd.js' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# minify.js' + '\n' + + '# -----------' + '\n' + + '# Module is part of Cloud Commander,' + '\n' + + '# used for work with minification.' + '\n' + + '# If you wont to see at work set minify' + '\n' + + '# parameters in config.json or environment' + '\n' + + '# and start cloudcmd.js' + '\n' + + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, DIR = main.DIR, diff --git a/lib/server/pipe.js b/lib/server/pipe.js index 809ac9df..45e3ead1 100644 --- a/lib/server/pipe.js +++ b/lib/server/pipe.js @@ -9,7 +9,7 @@ '# used for work with stream.' + '\n' + '# If you wont to see at work call' + '\n' + '# stream.createPipe' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/rest.js b/lib/server/rest.js index ce0a7b96..abb1910c 100644 --- a/lib/server/rest.js +++ b/lib/server/rest.js @@ -11,7 +11,7 @@ '# used for work with REST API.' + '\n' + '# If you wont to see at work set rest: true' + '\n' + '# and api_url in config.json' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/update.js b/lib/server/update.js index 515a0161..74c4e8ef 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -10,7 +10,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for work update thru git.' + '\n' + '# If you wont to see at work install git' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, mainpackage = main.mainpackage || {}, diff --git a/lib/server/win.js b/lib/server/win.js index 99d9c945..32264aa9 100644 --- a/lib/server/win.js +++ b/lib/server/win.js @@ -13,7 +13,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for work with windows specific' + '\n' + '# functions like work with drives(etc c).' + '\n' + - '# http://coderaiser.github.io/cloudcmd' + '\n'); + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main, Charset ={ diff --git a/shell/secret.bat b/shell/secret.bat index b6087e80..e866eab8 100644 --- a/shell/secret.bat +++ b/shell/secret.bat @@ -3,7 +3,7 @@ # win32 version # secrets of github and dropbox # must not be shared -# http://github.com/coderaiser/cloudcmd +# http://cloudcmd.io # # for using just add %-symbol on start and end of name # like %github_secret% diff --git a/shell/secret.sh b/shell/secret.sh index 6b4ecfba..7419fc0a 100755 --- a/shell/secret.sh +++ b/shell/secret.sh @@ -4,7 +4,7 @@ # *nix version # secrets of github and dropbox # must not be shared -# http://github.com/coderaiser/cloudcmd +# http://cloudcmd.io # # for using just add $-symbol on start of name # like $github_secret