commit ee6376ea1ee6169efd20124ded1fdf08d5ae70ca
Author: Greg Reagle <greg.reagle_AT_umbc.edu>
Date: Mon Jan 26 14:31:26 2015 -0500
surf: documented indicators in man page
Patch attached.
--
http://www.fastmail.com - The professional email service
From 4a64624fee94c16c093d2b192389bad9bd6675d8 Mon Sep 17 00:00:00 2001
From: Greg Reagle <greg.reagle_AT_umbc.edu>
Date: Mon, 26 Jan 2015 14:29:05 -0500
Subject: [PATCH] Documented indicators
Signed-off-by: Christoph Lohmann <20h_AT_r-36.net>
diff --git a/surf.1 b/surf.1
index db25023..90ce14d 100644
--- a/surf.1
+++ b/surf.1
_AT_@ -223,6 +223,56 @@ page.
.TP
.B F11
Toggle fullscreen mode.
+.SH INDICATORS OF OPERATION
+For all indicators, unless otherwsie specified, a lower case letter means disabled and an upper case letter means enabled.
+.TP
+.B A
+all cookies accepted
+.TP
+.B a
+no cookies accepted
+.TP
+.B _AT_
+all except third-party cookies accepted
+.TP
+.B c C
+caret browsing
+.TP
+.B g G
+geolocation
+.TP
+.B d D
+disk cache
+.TP
+.B i I
+images
+.TP
+.B s S
+scripts
+.TP
+.B v V
+plugins
+.TP
+.B m M
+styles
+.SH INDICATORS OF WEB PAGE
+.SS First character: encryption
+.TP
+.B -
+unencrypted
+.TP
+.B T
+encrypted (SSL)
+.TP
+.B U
+attempted encryption but failed
+.SS Second character: proxying
+.TP
+.B -
+no proxy
+.TP
+.B P
+using proxy
.SH ENVIRONMENT
.B SURF_USERAGENT
If this variable is set upon startup, surf will use it as the
Received on Mon Jan 26 2015 - 21:45:14 CET