diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-28 16:47:38 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-28 16:47:38 -0500 |
commit | 87434eaa074d789f65bac589b03df341e76e7a4e (patch) | |
tree | 2882679a9a50807168042d9b26aea6b562e356d7 /lynx.cfg | |
parent | d97a65137382daf2f896a947ba680c095f7ab664 (diff) | |
download | lynx-snapshots-87434eaa074d789f65bac589b03df341e76e7a4e.tar.gz |
snapshot of project "lynx", label v2-8-2dev_15
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index 7a5e18c3..4a6e2e41 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1865,3 +1865,21 @@ MINIMAL_COMMENTS:TRUE # # EXTERNAL:ftp:wget %s &:TRUE +# CERN-style rules, *EXPERIMENTAL* - URL-specific rules +# +# A CERN-style rules file can be given with RULESFILE. Use the system's +# native format for filenames, on Unix '~' is also recognized. If a filename +# is given, the file must exist. +# +# Single CERN-style rules can be specified with RULES. +# +# Both options can be repeated, rules accumulate in the order +# given, they will be applied in first-to-last order. +# +# Examples: +# RULESFILE:/etc/lynx/cernrules +# RULE:Fail file://localhost/etc/passwd* # Don't rely on it! +# RULE:Fail gopher:* # reject by scheme +# RULE:Pass finger://*@localhost/ # allow this, +# RULE:Fail finger:* # but not others +# RULE:Map http://old.server/* http://new.server/* |