Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 22, 2012
1 parent 50c4785 commit dffaaba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .git-ftp-ignore

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
@@ -1,11 +1,11 @@
hu.js hu.js
======= =======
shanghaijavascript.github.com hujs.org
============================= =============================


Website for 沪JS 2012. 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 DEPLOYMENT
Expand All @@ -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 git ftp push -u hujs2012 -p - ftp://ftp.ace.aliyun.com:2222
``` ```


Contact [@thoward](http://github.com/thoward) for deployment password. Contact [@thoward](http://github.com/thoward) for deployment password.
2 changes: 1 addition & 1 deletion weibo.js
Expand Up @@ -11,7 +11,7 @@ var config = require('./config');


// NAE上module版本有点问题,引用自己提交的版本 // NAE上module版本有点问题,引用自己提交的版本
var tapi = require('./node_modules/weibo'); 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) { function get_referer(req, options) {
var referer = req.headers.referer || '/'; var referer = req.headers.referer || '/';
Expand Down

0 comments on commit dffaaba

Please sign in to comment.