sites

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

commit 5a3383cab3421b4ba8b55ae23c6f4945a2b0cf3b
parent 585202744c0561580f66e9235139157c47ecb898
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 15 Jan 2019 20:21:44 +0100

fix some broken links and broken format for markdown links

Diffstat:
Rdwm.suckless.org/patches/historical/dwm-r1507-focusatom.diff -> dwm.suckless.org/patches/historical/focusatom/dwm-r1507-focusatom.diff | 0
Rdwm.suckless.org/patches/historical/dwm-6.0-xft.diff -> dwm.suckless.org/patches/historical/xft/dwm-6.0-xft.diff | 0
Rdwm.suckless.org/patches/historical/dwm-6.1-xft-with-fallback-font.diff -> dwm.suckless.org/patches/historical/xft/dwm-6.1-xft-with-fallback-font.diff | 0
Mdwm.suckless.org/patches/horizgrid/index.md | 2+-
Msurf.suckless.org/files/feeds/index.md | 2+-
Msurf.suckless.org/files/simplyread/index.md | 2+-
Msurf.suckless.org/patches/download/index.md | 4++--
Msurf.suckless.org/patches/history/index.md | 2+-
Msurf.suckless.org/patches/smartdownloads/index.md | 3++-
Msurf.suckless.org/patches/smoothscrolling-via-GTK3/index.md | 2+-
Rsurf.suckless.org/patches/surf-0.3-agent.diff -> surf.suckless.org/patches/useragent/surf-0.3-agent.diff | 0
Rtools.suckless.org/farbfeld/invert.c -> tools.suckless.org/farbfeld/examples/invert.c | 0
Mtools.suckless.org/ii/patches/solarisbuild/index.md | 9++++-----
Mtools.suckless.org/ii/usage/index.md | 2+-
14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dwm.suckless.org/patches/historical/dwm-r1507-focusatom.diff b/dwm.suckless.org/patches/historical/focusatom/dwm-r1507-focusatom.diff diff --git a/dwm.suckless.org/patches/historical/dwm-6.0-xft.diff b/dwm.suckless.org/patches/historical/xft/dwm-6.0-xft.diff diff --git a/dwm.suckless.org/patches/historical/dwm-6.1-xft-with-fallback-font.diff b/dwm.suckless.org/patches/historical/xft/dwm-6.1-xft-with-fallback-font.diff diff --git a/dwm.suckless.org/patches/horizgrid/index.md b/dwm.suckless.org/patches/horizgrid/index.md @@ -3,7 +3,7 @@ horizontal grid Description ----------- -This patch is a variant of [gapless\_grid](../gapless_grid/). It arranges +This patch is a variant of [gaplessgrid](../gaplessgrid/). It arranges windows in a grid pattern in which every window is roughly the same size, adjusted such that there are no gaps. However, this layout arranges the windows in a horizontal grid, rather than a vertical grid. diff --git a/surf.suckless.org/files/feeds/index.md b/surf.suckless.org/files/feeds/index.md @@ -11,7 +11,7 @@ a list of the feeds. Author ------ -Charles Lehner <<http://celehner.com>> +Charles Lehner <http://celehner.com> Code ---- diff --git a/surf.suckless.org/files/simplyread/index.md b/surf.suckless.org/files/simplyread/index.md @@ -20,4 +20,4 @@ Download Author ------ -* Nick White <[http://njw.me.uk](http://njw.me.uk)> +* Nick White <http://njw.me.uk/> diff --git a/surf.suckless.org/patches/download/index.md b/surf.suckless.org/patches/download/index.md @@ -16,5 +16,5 @@ Download Author ------ -* Nick White <[http://njw.me.uk](http://njw.me.uk)> -* v4hn <[http://v4hn.de](http://v4hn.de)> +* Nick White <http://njw.me.uk/> +* v4hn <http://v4hn.de/> diff --git a/surf.suckless.org/patches/history/index.md b/surf.suckless.org/patches/history/index.md @@ -55,6 +55,6 @@ Authors ------- * Jason Thigpen (cdarwin) <darwin@senet.us> -* Peter John Hartman (wart_) <[http://durandus.trilidun.org/durandus/](http://durandus.trilidun.org/durandus/)> +* Peter John Hartman (wart_) <http://durandus.trilidun.org/durandus/> * Samuel Baldwin (shardz) <recursive.forest@gmail.com> * Marcin sZpak <szpak@reakcja.org> diff --git a/surf.suckless.org/patches/smartdownloads/index.md b/surf.suckless.org/patches/smartdownloads/index.md @@ -34,4 +34,5 @@ There's almost certainly better ways of doing this, but this is an example. Cal Authors ------- -* Peter John Hartman (wart_) <[http://durandus.trilidun.org/durandus/](http://durandus.trilidun.org/durandus/)> +* Peter John Hartman (wart_) <http://durandus.trilidun.org/durandus/> + diff --git a/surf.suckless.org/patches/smoothscrolling-via-GTK3/index.md b/surf.suckless.org/patches/smoothscrolling-via-GTK3/index.md @@ -15,4 +15,4 @@ Download Author ------ -* Charles Lehner <<http://celehner.com>> +* Charles Lehner <http://celehner.com> diff --git a/surf.suckless.org/patches/surf-0.3-agent.diff b/surf.suckless.org/patches/useragent/surf-0.3-agent.diff diff --git a/tools.suckless.org/farbfeld/invert.c b/tools.suckless.org/farbfeld/examples/invert.c diff --git a/tools.suckless.org/ii/patches/solarisbuild/index.md b/tools.suckless.org/ii/patches/solarisbuild/index.md @@ -3,14 +3,13 @@ Solaris Build Description ----------- -Building on Solaris 11 was failing for me due to a Compile error and a linker -error. This simple patch fixed the issue for me on ii version 1.8 it might work -for you too. +Building on Solaris 11 was failing for me due to a compile error and a linker +error. This simple patch fixed the issue for me on ii version 1.8. Download -------- -* [ii-1.8-solarisbuild.diff](ii-1.8-solarisbuild.diff) Simple diff -* [ii-solarisbuild-20180912-b25423f.patch](ii-solarisbuild.patch) patch format +* [ii-1.8-solarisbuild.diff](ii-1.8-solarisbuild.diff) +* [ii-solarisbuild-20180912-b25423f.patch](ii-solarisbuild-20180912-b25423f.patch) Author ------ diff --git a/tools.suckless.org/ii/usage/index.md b/tools.suckless.org/ii/usage/index.md @@ -87,7 +87,7 @@ lchat TLS/SSL ------- To connect to a TLS/SSL encrypted channel, it is possible to use the [SSL -patch](patches/ssl) or a proxy: +patch](/ii/patches/ssl) or a proxy: [stunnel](https://www.stunnel.org/) is a proxy for an unencrypted TCP connection to TLS: