From dffaabad4b411d364efe01cb470fed676856858d Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Sun, 22 Jul 2012 20:48:51 +0800 Subject: [PATCH] Update --- .git-ftp-ignore | 1 - README.md | 6 +++--- weibo.js | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .git-ftp-ignore diff --git a/.git-ftp-ignore b/.git-ftp-ignore deleted file mode 100644 index d2cfa0b..0000000 --- a/.git-ftp-ignore +++ /dev/null @@ -1 +0,0 @@ -README\.md \ No newline at end of file diff --git a/README.md b/README.md index 3ac411f..04575d5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ hu.js ======= -shanghaijavascript.github.com +hujs.org ============================= Website for 沪JS 2012. -Currently deployed to Aliyun ACE at [http://hujs2012.aliapp.com](http://hujs2012.aliapp.com). +Currently deployed to NAE at [http://hujs.org](http://hujs.org). DEPLOYMENT @@ -19,6 +19,6 @@ To deploy use this command from the project root: ``` git ftp push -u hujs2012 -p - ftp://ftp.ace.aliyun.com:2222 -``` +``` Contact [@thoward](http://github.com/thoward) for deployment password. diff --git a/weibo.js b/weibo.js index bd05ae9..7bcf2ce 100644 --- a/weibo.js +++ b/weibo.js @@ -11,7 +11,7 @@ var config = require('./config'); // NAE上module版本有点问题,引用自己提交的版本 var tapi = require('./node_modules/weibo'); -tapi.init('weibo', config.weibo.appkey, config.weibo.secret, "http://conf.cnodejs.net/callback"); +tapi.init('weibo', config.weibo.appkey, config.weibo.secret); function get_referer(req, options) { var referer = req.headers.referer || '/';