レス書き込み
スレへ戻る
写
レス栞
レス消
Navi2ch for Emacs (Part 22)
PC,スマホ,PHSは
ULA
べっかんこ
公式(スマホ)
公式(PC)
で書き込んでください。
名前
メール
引用切替:
レスアンカーのみ
>>175 > - (cons 'host (match-string 1 url)) > - (cons 'port (string-to-number (or (match-string 2 url) > - "80"))) > - (cons 'file (match-string 3 url)) > - (cons 'host2ch host2ch))))) > + (cons 'host (match-string 2 url)) > + (cons 'port > + (if (match-string 3 url) > + (string-to-number (match-string 3 url)) > + (if (string-prefix-p "https:" (match-string 1 url)) > + 443 80))) > + (cons 'file (match-string 4 url)) > + (cons 'host2ch host2ch) > + (cons 'rest (navi2ch-net-split-url-scheme-to-rest (match-string 1 url))))))) > > (defun navi2ch-net-http-basic-credentials (user pass) > "USER と PASS から Basic 認証の証明書 (?) 部分を返す。" > @@ -999,7 +1006,7 @@ This is taken from RFC 2396.") > "BBS_\\(TITLE_PICTURE\\|FIGUREHEAD\\)=\\(.+\\)" content)) > (setq src (match-string 2 content)) > (let (url file) > - (setq url (if (string-match "http://" src) > + (setq url (if (string-match "https?://" src) > src > (navi2ch-board-get-url board src))) > (string-match "/\\([^/]+\\)$" url)
ローカルルール
SETTING.TXT
他の携帯ブラウザのレス書き込みフォームはこちら。
書き込み設定
で書き込みサイトの設定ができます。
・
ULA
・
べっかんこ(身代わりの術)
・
べっかんこ(通常)
・
公式(スマホ)
・
公式(PC)[PC,スマホ,PHS可]
書き込み設定(板別)
で板別の名前とメールを設定できます。
メモ帳
(0/65535文字)
上
下
板
覧
索
設
栞
歴
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.013s