sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ebd437f6ce726b90413c79a5b02974ec2cbe1096
parent 004cc5c3d5f3f83949cccabdc49bb2cba3ec8b34
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 16 Nov 2012 10:32:50 +0100

Removing patches that are now part of tip surf.
Diffstat:
Dsurf.suckless.org/patches/fix-wmclass-handling.md | 19-------------------
Dsurf.suckless.org/patches/fixsoupsessionproxy.md | 20--------------------
Dsurf.suckless.org/patches/hideindicatorbar.md | 18------------------
Dsurf.suckless.org/patches/ssl.md | 22----------------------
Dsurf.suckless.org/patches/togglejs.md | 17-----------------
Dsurf.suckless.org/patches/toggleproxy.md | 24------------------------
6 files changed, 0 insertions(+), 120 deletions(-)

diff --git a/surf.suckless.org/patches/fix-wmclass-handling.md b/surf.suckless.org/patches/fix-wmclass-handling.md @@ -1,19 +0,0 @@ -Fix WM_CLASS allocation -======================= - -Description ------------ - -This patch fixes the fact that the WM_CLASS on a window should start with a -capital letter, and resources on a window should be all in lowecase. This -is per the ICCCM, which Surf was previously neglecting to do. - -Download --------- - -* [http://xteddy.org/surf.html#toc5](http://xteddy.org/surf/html#toc5) - -Author ------- - -* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)> diff --git a/surf.suckless.org/patches/fixsoupsessionproxy.md b/surf.suckless.org/patches/fixsoupsessionproxy.md @@ -1,20 +0,0 @@ -Fix soupsession http_proxy environment handling -=============================================== - -Description ------------ - -This patch fixes the case where the http_proxy environment variable -does not have an http:// prefix. Since httpi\_proxy is perfectly valid -without one, SoupSession will not work unless it is present -- so check to -see if it is so, and add it as necessarily. - -Download --------- - -* [http://xteddy.org/surf.html#toc4](http://xteddy.org/surf.html#toc4) - -Author ------- - -* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)> diff --git a/surf.suckless.org/patches/hideindicatorbar.md b/surf.suckless.org/patches/hideindicatorbar.md @@ -1,18 +0,0 @@ -Hide indicator bar -================== - -Description ------------ - -This patch hides the status indicator when a page has finished loading. The patch can be found by following the link in the Download section of this page. - - -Download --------- - -* [http://www.xteddy.org/surf.html](http://www.xteddy.org/surf.html) - -Author ------- - -* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)> diff --git a/surf.suckless.org/patches/ssl.md b/surf.suckless.org/patches/ssl.md @@ -1,22 +0,0 @@ -SSL verification -================ - -Description ------------ - -Adds basic SSL verification to surf. The status bar is blue for plain HTTP pages, -green for verified HTTPS pages, and red for HTTPS pages which can't be verified. - -Optionally, you can set strictssl to true in config.h, which will cause attempts -to connect to unverifiable HTTPS pages to fail, rather than just change the status -bar color. - -Download --------- - -* [surf-0.4.1-ssl.diff](surf-0.4.1-ssl.diff) (2.8k) (20110926) - -Author ------- - -* Nick White <[http://njw.me.uk](http://njw.me.uk)> diff --git a/surf.suckless.org/patches/togglejs.md b/surf.suckless.org/patches/togglejs.md @@ -1,17 +0,0 @@ -Toggle JavaScript -================= - -Description ------------ - -Adds a keybind (by default ^S) to toggle javascript on/off. - -Download --------- - -* [surf-0.4.1-togglejs.diff](surf-0.4.1-togglejs.diff) (0.5k) (20110926) - -Author ------- - -* Nick White <[http://njw.me.uk](http://njw.me.uk)> diff --git a/surf.suckless.org/patches/toggleproxy.md b/surf.suckless.org/patches/toggleproxy.md @@ -1,24 +0,0 @@ -Toggle proxy server / toggle indicator window -============================================= - -Description ------------ - -This patch depends on the "Toggle indicator" patch applied. This patch adds two related features: - -* The toggling of showing the indicator bar (bound by ^t by default). -* Toggling of using a defined proxy server. - - -If a proxy is defined in the environment (http_proxy) this is used automatically by surf. The meny item "Toggle proxy" changes this, and changes the indicator colour to purple if using a proxy, or red if not. - - -Download --------- - -* [http://xteddy.org/surf.html#toc3](http://xteddy.org/surf/html#toc3) - -Author ------- - -* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)>