Skip to content

Commit

Permalink
Update "NEWS" and "NEWS.ja" for StatusNet support.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvmat committed Aug 20, 2010
1 parent c8f4e4b commit 5d0d777
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions NEWS
Expand Up @@ -44,6 +44,25 @@
* Update of the embedded CA certificate.
The embedded CA certificate is replaced with `Equifax Secure Certificate
Authority'.
* Support for StatusNet.
You can switch `twittering-mode.el' to StatusNet mode by
"(setq twittering-service-method 'statusnet)". Note that you cannot
use one instance of Emacs with `twittering-mode.el' for Twitter and
StatusNet simultaneously.
To use StatusNet, you must configure variables of host information.
For the service on `http://identi.ca/', you may require the below
configuration.
(setq twittering-service-method 'statusnet)
(setq twittering-auth-method 'basic)
(setq twittering-username "YOUR-ACCOUNT-NAME")
;; host
(setq twittering-api-host "identi.ca")
(setq twittering-api-search-host "identi.ca")
(setq twittering-web-host "identi.ca")
;; paths for API
(setq twittering-api-prefix "api/")
(setq twittering-search-api-method "api/search")
(setq twittering-web-path-prefix "")
* ...

### Bug fixes
Expand Down
18 changes: 18 additions & 0 deletions NEWS.ja
Expand Up @@ -49,6 +49,24 @@
* 内蔵しているCA証明書を更新
内蔵しているCA証明書を`Equifax Secure Certificate Authority'で置き
換えました。
* StatusNetモードをサポート
`twittering-mode.el'をStatusNet用に切り替えられるようになりました。
"(setq twittering-service-method 'statusnet)"という設定で切り替わ
ります。TwitterとStatusNetを同時に使うことはできませんので注意して
ください。
StatusNet向けに使うにはホスト情報の設定も必要になります。
`http://identi.ca/'でのサービスの場合、以下のような設定が必要です。
(setq twittering-service-method 'statusnet)
(setq twittering-auth-method 'basic)
(setq twittering-username "YOUR-ACCOUNT-NAME")
;; host
(setq twittering-api-host "identi.ca")
(setq twittering-api-search-host "identi.ca")
(setq twittering-web-host "identi.ca")
;; paths for API
(setq twittering-api-prefix "api/")
(setq twittering-search-api-method "api/search")
(setq twittering-web-path-prefix "")
* ...

### バグ修正
Expand Down

0 comments on commit 5d0d777

Please sign in to comment.