aboutsummaryrefslogtreecommitdiffstats
path: root/doc-jp/README.siteconf
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-12-19 04:20:49 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-12-19 04:25:29 +0000
commit1d967a4d423c0571a86d319ac16d704bbf29e51a (patch)
treea36d9d7a43e048f908320fd68bd43ff08fe5d4cb /doc-jp/README.siteconf
parentUpdate ChangeLog (diff)
downloadw3m-1d967a4d423c0571a86d319ac16d704bbf29e51a.tar.gz
w3m-1d967a4d423c0571a86d319ac16d704bbf29e51a.zip
Add examples of siteconf, set user_agent to Googlebot for Twitter
Diffstat (limited to 'doc-jp/README.siteconf')
-rw-r--r--doc-jp/README.siteconf6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc-jp/README.siteconf b/doc-jp/README.siteconf
index 4189712..d638a9a 100644
--- a/doc-jp/README.siteconf
+++ b/doc-jp/README.siteconf
@@ -48,6 +48,12 @@ user_agent "Lynx/2.8.8dev.3 libwww-FM/2.14 SSL-MM/1.4.1"
Google に Lynx であると告げます。(これによりテキストブラウザ向けページが
返ります)
+url m!^https?://([a-z]+\.)?twitter\.com/!
+user_agent "Googlebot/2.1"
+
+Twitter に Googlebot であると告げます。(これによりJavaScriptが無効の
+ブラウザが拒否されずにページが返ります)
+
===== 正規表現について =====
次の正規表現はいずれも同じ意味を表します。