Changeset 38777 for websites/twicli
- Timestamp:
- 01/09/11 05:57:39 (2 years ago)
- Location:
- websites/twicli
- Files:
-
- 1 added
- 3 modified
-
index.html (modified) (1 diff)
-
index_en.html (modified) (1 diff)
-
plugins/multi_account.js (added)
-
twicli.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/index.html
r38766 r38777 123 123 <li><b>insert_hashtag.js</b> <span style="font-size: small; color: red">[非標準]</span> : ハッシュタグ(#〜)のタブを開いた状態でtweetすると、末尾にそのハッシュタグを自動追加します。(created by <a href="http://twitter.com/_wa_">@_wa_</a>) 124 124 <li><b>shortcutkey.js</b> <span style="font-size: small; color: red">[非標準]</span> : キーボードショートカットで操作できるようにします(→<a href="https://github.com/NeoCat/twicli/wiki/Shortcutkeys">ショートカットキー一覧</a>)。 125 <li><b>multi_account.js</b> <span style="font-size: small; color: red">[非標準]</span> : 複数のアカウントを"+"タブで切り替えられるようにします。タブブラウザと組み合わせれば複数のアカウントを同時利用できます。 125 126 </ul> 126 127 -
websites/twicli/index_en.html
r38766 r38777 113 113 <li><b>insert_hashtag.js</b> <small>[non-default]</small>: Append the hashtag to your tweets automatically while a tab for the hashtag is opened. (created by <a href="http://twitter.com/_wa_">@_wa_</a>) 114 114 <li><b>shortcutkey.js</b> <small>[non-default]</small>: Enable operation by shortcut keys. (-><a href="https://github.com/NeoCat/twicli/wiki/Shortcutkeys">List of the shortcut keys</a>) 115 <li><b>multi_account.js</b> <small>[non-default]</small>: Switch between multiple accounts in '+' tab. Useful with tabbed browsers. 115 116 </ul> 116 117 -
websites/twicli/twicli.js
r38765 r38777 356 356 if (a.error) { 357 357 alert(a.error); 358 if (a.error == "Incorrect signature" || a.error == "Could not authenticate with OAuth.") { 359 location.href = 'oauth/index.html'; 360 } 358 if (a.error == "Incorrect signature" || a.error.indexOf("Could not authenticate") >= 0) 359 logout(); 361 360 return; 362 361 } … … 373 372 setFstHeight(min_fst_height, true); 374 373 } 374 callPlugins('auth'); 375 375 } 376 376 function auth() { … … 389 389 if (!confirm(_('Are you sure to logout? You need to re-authenticate twicli at next launch.'))) 390 390 return; 391 callPlugins('logout'); 391 392 deleteCookie('access_token'); 392 393 deleteCookie('access_secret'); … … 1241 1242 function switchMisc() { 1242 1243 switchTo("misc"); 1243 $("tw2h").innerHTML = '<br><a target="twitter" href="index.html"><b>twicli</b></a> : A browser-based Twitter client<br><small>Copyright © 2008-2010 NeoCat</small><hr class="spacer">' +1244 '<form onSubmit="switchUser($(\'user_id\').value); return false;">'+1244 $("tw2h").innerHTML = '<br><a id="clientname" target="twitter" href="index.html"><b>twicli</b></a> : A browser-based Twitter client<br><small id="copyright">Copyright © 2008-2010 NeoCat</small><hr class="spacer">' + 1245 '<form id="switchuser" onSubmit="switchUser($(\'user_id\').value); return false;">'+ 1245 1246 _('show user info')+' : @<input type="text" size="15" id="user_id" value="' + myname + '"><input type="image" src="images/go.png"></form>' + 1246 '<a href="javascript:logout()"><b>'+_('Log out')+'</b></a><hr class="spacer">' +1247 '<a id="logout" href="javascript:logout()"><b>'+_('Log out')+'</b></a><hr class="spacer">' + 1247 1248 '<div id="pref"><a href="javascript:togglePreps()">▼<b>'+_('Preferences')+'</b></a>' + 1248 1249 '<form id="preps" onSubmit="setPreps(this); return false;" style="display: none;">' +
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)