chore(cloudcmd) coderaiser.github.com -> coderaiser.github.io

This commit is contained in:
coderaiser 2013-08-28 11:22:48 +00:00
parent 5eafb7b832
commit 723b848dd3
11 changed files with 11 additions and 11 deletions

View file

@ -16,7 +16,7 @@ var Util, exports, CloudFunc = {};
'# Module is part of Cloud Commander,' + '\n' +
'# used for generate html from json.' + '\n' +
'# ' + '\n' +
'# http://coderaiser.github.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
Util = global.cloudcmd.main.util;
CloudFunc = exports;

View file

@ -7,7 +7,7 @@
'# -----------' + '\n' +
'# Module is part of Cloud Commander,' + '\n' +
'# easy to use web server.' + '\n' +
'# http://coderaiser.github.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,

View file

@ -8,7 +8,7 @@
'# Module is part of Cloud Commander,' + '\n' +
'# used for getting dir content.' + '\n' +
'# and forming html content' + '\n' +
'# http://coderaiser.github.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,

View file

@ -12,7 +12,7 @@
'# try GET /api/v1/fs/etc?size or' + '\n' +
'# dir.getSize(\'/etc, function(err, size){' + '\n' +
'# });' + '\n' +
'# http://coderaiser.github.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,

View file

@ -12,7 +12,7 @@
'# 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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
DIR = main.DIR,

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
mainpackage = main.mainpackage || {},

View file

@ -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.com/cloudcmd' + '\n');
'# http://coderaiser.github.io/cloudcmd' + '\n');
var main = global.cloudcmd.main,
Charset ={