| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
`Shimbun' ライブラリの対応しているその他のサイトです。掲示板や、連 載記事を主体とするようなサイトが含まれています。
新たに掲示板をリストに追加するには、それらの名前と URL を調べて、
shimbun-tcup-group-alist を変更して下さい。二つの掲示
板 `foo' と `bar' を追加する例です。
| (eval-after-load "sb-tcup"
  '(setq shimbun-tcup-group-alist
         (append
          '(("foo" "http://MMMM.teacup.com/foo/bbs2")
            ("bar" "http://NNNN.teacup.com/bar/bbs2"))
          shimbun-tcup-group-alist)))
 | 
| (setq shimbun-2ch-group-alist
      '(("Meadow" .
         "http://pc.2ch.net/test/read.cgi/software/1005469775")
        ("emacs-w3m" .
         "http://pc.2ch.net/test/read.cgi/unix/1013710106")))
 | 
CGI_Board を使っている掲示板の URL を調べて、
shimbun-cgi-board-group-alist に適切な設定を加えて使います。
| (setq shimbun-hns-group-alist
      '(("arisawa"                           ;; グループ名
         "http://www.nijino.com/ari/diary/"  ;; URL
         "ari@mbf.sphere.ne.jp")             ;; メールアドレス
        ("miyoshi"
         "http://www.be.wakwak.com/cgi-bin/sbox/~miyoshi/hns/"
         "miyoshi@meadowy.org")))
 | 
| (setq shimbun-tdiary-group-alist
      '(("henahena"                          ;; グループ名
         "http://www.fan.gr.jp/~ring/d/")    ;; URL
        ("yoichi"
         "http://yoichi.geiin.org/d/")))
 | 
| (setq shimbun-chalow-group-alist
      '(("yto"                               ;; グループ名
         "http://nais.to/~yto/clog/"         ;; URL
         "yto@nais.to")                      ;; メールアドレス
        ))
 | 
| (setq shimbun-rakuten-group-alist
      '(("rakuten-id" . "email-address")))
 | 
nil を指定
すれば良いでしょう。記事の取得時に整形が行われず、ただページ全体が見える
だけです。
| (setq shimbun-wiki-group-alist
      '(("pukiwiki" ;; グループ名
         "http://pukiwiki.org/index.php?cmd=rss10" ;; URL
         "webmaster@pukiwiki.org" ;; メールアドレス
         nil ;; X-Face
         "\n | 
| (setq shimbun-yahoo-auctions-group-alist
      '(("mp3player" . "http://list3.auctions.yahoo.co.jp/jp/show/catleaf_rss?category=2084039708&alocale=0jp")
        ("iPod" . "http://search3.auctions.yahoo.co.jp/search_rss?p=iPod&auccat=2084039708&alocale=0jp&acc=jp")))
 | 
後方互換性のため、`kantei.m-magazine' も利用可能になっています。
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |