commit 42f03cee3df1987abe16958eb9520c6c9b0a27d4
parent 522b2c8d78e813842e977868e06d474ea3e90c6e
Author: efe <efe@efe.kim>
Date: Wed, 23 Jan 2019 09:59:52 -0500
convert footnote citations to hyperlinks
Diffstat:
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/dwm.suckless.org/patches/keypressrelease/index.md b/dwm.suckless.org/patches/keypressrelease/index.md
@@ -5,8 +5,8 @@ Description
-----------
This patch lets you specify whether a key binding should be executed at the
_KeyPress_ or _KeyRelease_ event. Executing on _KeyRelease_ fixes bugs such as
-`scrot -s` failing to execute from a key binding due to keys not being released
-in time [1], [2].
+`scrot -s` [failing to execute from a key binding](//lists.suckless.org/dev/1108/9185.html)
+due to keys not being released in time.
Note that the new parameter must be added to all non-standard key bindings
manually after patching.
@@ -31,8 +31,3 @@ Download
Author
------
* Niklas Høj - `<niklas at hoej dot me>`
-
----
-
-[1]: Error produced: "giblib error: couldn't grab keyboard: Resource temporarily unavailable"
-[2]: Old discussion thread: [//lists.suckless.org/dev/1108/9185.html](//lists.suckless.org/dev/1108/9185.html)
diff --git a/suckless.org/conferences/2015/index.md b/suckless.org/conferences/2015/index.md
@@ -62,7 +62,7 @@ Video:
(15:30-16:00) Coffee/Tea break
-(16:00-16:30) *suckless.org e.V.*, Anselm R Garbe
+(16:00-16:30) *suckless.org [e.V.](https://en.wikipedia.org/wiki/Eingetragener_Verein)*, Anselm R Garbe
> Anselm presented the idea of [suckless.org e.V.](//ev.suckless.org/) and asked
> attendees to join.
@@ -94,7 +94,7 @@ Video:
(10:45-11:30) *Simple Jabber - Divide And Conquer XMPP*, Jan Klemkow ([paper](jan_on_sj.pdf))
-> The Extensible Messaging and Presence Protocol ([XMPP][2]) is like the web. It is
+> The Extensible Messaging and Presence Protocol [XMPP](http://xmpp.org/) is like the web. It is
> far too complex to be implemented in one program with the Unix philosophy in mind.
> But like the web, you have to deal with it. It is the only open
> and widely used instant messaging protocol on the internet.
@@ -164,6 +164,3 @@ lending us the equipment to record the slcon2 conference videos.
Previous conferences
--------------------
* [slcon 2013](../2013/)
-
-[1]: https://en.wikipedia.org/wiki/Eingetragener_Verein
-[2]: http://xmpp.org/