From 8b6b72527309768d75af9c377724efecf32bb703 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Dec 2013 10:13:18 +0000 Subject: [PATCH] docs(help) add socket.io, http-auth; change ace --- HELP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 21000722..873a31af 100644 --- a/HELP.md +++ b/HELP.md @@ -333,14 +333,18 @@ For extend main functionality Cloud Commander use next modules: - [github] [githubURL] - [dropbox-js] [dropbox-jsURL] - [jquery] [jqueryURL] +- [socket.io] [socketIOURL] +- [http-auth] [httpAuthURL] -[AceURL]: //ace.ajax.org/ "Ace" +[AceURL]: http://ace.ajax.org/ "Ace" [FancyBoxURL]: //github.com/fancyapps/fancyBox "FancyBox" [jQuery-contextMenuURL]: //github.com/medialize/jQuery-contextMenu "jQuery-contextMenu" [jq-consoleURL]: //github.com/replit/jq-console "jq-console" [githubURL]: //github.com/michael/github "github" [dropbox-jsURL]: //github.com/dropbox/dropbox-js "dropbox-js" [jqueryURL]: //jquery.com +[socketIOURL]: http://socket.io +[httpAuthURL]: //github.com/gevorg/http-auth Contributing ---------------