summaryrefslogtreecommitdiff
path: root/surf.1
AgeCommit message (Collapse)Author
2017-04-30surf.1: remove trailing spacesHiltjo Posthuma
2017-04-29Add forgotten tT indicator description in surf.1Quentin Rameau
2017-04-29Add forgotten fF indicator description in surf.1Quentin Rameau
2017-04-29Add a flag for custom certificatesQuentin Rameau
I don't think a keybinding would be useful here because we can't remove a custom certificate which is alread set anyway. I'll add it if somebody convince me of it's usefulness.
2017-04-29Move xid printing option from -x to -wQuentin Rameau
2017-04-29Add a keybinding to show current TLS certificateQuentin Rameau
2017-04-20Add a flag and toggle keybinding for strict TLSQuentin Rameau
2017-04-20Move -t stylefile flag to -C stylefileQuentin Rameau
2017-04-19Rename SSL instances to TLSQuentin Rameau
2017-03-22Fix spelling of otherwise in surf.1Michael Stevens
Add more spelling to surf. Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-11-03Be more specific about what enablestyles parameter does.Quentin Rameau
The enablestyles configuration variable and parameter flag manages the global application of styles, not just the site-specific styles. Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-11-03Fix fullscreen handlingQuentin Rameau
Handle the fullscreen in a more consistent way with other options: -f disables fullscreen while -F enables fullscreen. Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-01-26Describe the web page indicators too.Christoph Lohmann
2015-01-26It wasn't really clear what was meant with site indicators in the manpage.Christoph Lohmann
2015-01-26surf: documented indicators in man pageGreg Reagle
Patch attached. -- http://www.fastmail.com - The professional email service From 4a64624fee94c16c093d2b192389bad9bd6675d8 Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.reagle@umbc.edu> Date: Mon, 26 Jan 2015 14:29:05 -0500 Subject: [PATCH] Documented indicators Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-01-17Add the manpage changes for the disk cache support.Christoph Lohmann
2015-01-17Major styles update.Christoph Lohmann
In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything.
2015-01-02Fix a typo in surf manual.Jakukyo Friel
`Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net>
2014-08-07Mention xdotool in SEE ALSO too.Christoph Lohmann
2014-08-07Fix the manpage about xid.Christoph Lohmann
Something was missing from this one sentence. Now it is complete.
2014-05-17Add information about the dmenu requirement.Christoph Lohmann
Thanks <surfsup@inbox.lv>!
2014-01-30Change the accept no third party in the doc to the right meaning.Christoph Lohmann
2014-01-30Add a way to define the cookie policy.Christoph Lohmann
This adds the -a flag to define a string of the toggle string for the cookie policy modes. There is now a new »cookiepolicies« string in config.h and the Mod+Shift+a now can toggle the policy but will not cause a reload, because this would only add a burden when toggling through accept and not accept. Thanks Quentin Rameau <quinq.ml@gmail.com> for the suggestions!
2013-10-19Add zoom level support.Christoph Lohmann
2013-08-31Add a flag to disable fullscreen.Christoph Lohmann
This also updates the usage of surf to represent the current status. Thanks Alexander Sedov for the suggestion, but you forgot the manpage entry so I did this patch.
2013-08-25Add fullscreen mode as flag and config option.Christoph Lohmann
2013-05-21Adding a common way to enable and disable features.Christoph Lohmann
2013-05-14There's only one escape.Christoph Lohmann
2013-05-11Correcting the backslash in the surf manpage.Christoph Lohmann
2013-04-28Allowing geo location policy decisions.Christoph Lohmann
2013-03-11Adding kiosk mode.Christoph Lohmann
Thanks to Christian Hesse <mail@eworm.de>!
2013-02-25disable/toggle scrollbarsCarlos J. Torres
* add flag to main * add flag to manual * add signal handler to block default scrollbar policy * add toggle of scrollbars (hacky - but no reload) with a twitch * add key map to manual * add commandline flag to children surfers * update TODO * sort stuff alphabetically for the style inquisition Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-02-16Add a toggle command for the stylefile.Christoph Lohmann
The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch!
2013-02-11Remove the redundant ctrl-l and ctrl-h description from the man page.Shayan Pooya
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-01-26Adding web inspector support to surf.Christoph Lohmann
Thanks Gregor Best <gbe@ring0.de>!
2012-12-04Adding a man section about how to handle plugins.Christoph Lohmann
2012-12-03Adding the fullscreen mode to the manpage.Christoph Lohmann
2012-12-02Resolving some conflicts in the shortcuts.Christoph Lohmann
2012-12-02Making zoom available when used in tabbed.Christoph Lohmann
2012-11-20The control of the toggles is now Ctrl-Shift-$character. That's easier for newChristoph Lohmann
users.
2012-11-16Adding back the Escape to stop loading the current page. Thanks Daniel BaintonChristoph Lohmann
for the notice!
2012-11-16Removing the insert mode. It will only confuse users. The stop() function isChristoph Lohmann
kept like the eval() function because it could be used in config.h
2012-11-15Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!Christoph Lohmann
2012-10-31Fixing the manpage about the useragent option.Christoph Lohmann
2012-10-31Adding a useragent parameter to surf.Christoph Lohmann
2012-10-31Add options for scriptfile, cookiefile and stylefile. And changing the defaultChristoph Lohmann
behaviour of buildpath to be more like in open().
2012-03-26Manpage patch from Evan Gates.Troels Henriksen
2011-11-09Manual fixes from Nick White.Troels Henriksen
2010-03-25updating manpage, reformating help output.Enno Boland (tox)
2010-01-20fixing manpageEnno Boland (tox)