Skip to content

Commit

Permalink
빠진 파일들, config example update, .gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0629 committed May 1, 2012
1 parent 412d343 commit b836dfb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config.py
config.pyc
4 changes: 2 additions & 2 deletions config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# SIRC
N_LINES = 32
PORT = 2354
SIRC_PORT = 2354

# IRC
SERVER = '115.92.130.250'
Expand All @@ -15,7 +15,7 @@ CONSUMER_SECRET = ''

# OAuth URLs
REQUEST_URL = 'https://www.snucse.org/app/RequestToken'
CALLBACK_URL = 'http://neria.kr:%d/sgm/callback/' % PORT
CALLBACK_URL = 'http://neria.kr:%d/callback/' % SIRC_PORT
AUTHORIZE_URL = 'https://www.snucse.org/app/Authorize'
ACCESS_URL = 'https://www.snucse.org/app/AccessToken'

Expand Down
Binary file added static/favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions static/js/jquery.ba-hashchange.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions static/js/jquery.mobile.init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(document).bind('mobileinit', function() {
$.mobile.hashListeningEnabled = false;
$.mobile.ajaxEnabled = false;
$.mobile.linkBindingEnabled = false;
});

0 comments on commit b836dfb

Please sign in to comment.