e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 5ab60d676d1e3d1e8e533e8fd2b0a33793fe4ec5
parent 3733f2a6f2fbbe8e8d6a36e94074fbbf69802ee2
Author: Paco Esteban <paco@onna.be>
Date:   Sat, 24 Aug 2019 19:54:01 +0200

make links to articles absolute

Diffstat:
Msrc/index.html | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/index.html b/src/index.html @@ -1,16 +1,16 @@ <ul> <li><a href="/openbsd-encrypt-usb-flash-drive.html" title="2019-08-24">Encrypt a USB flash drive on OpenBSD.</a></li> -<li><a href="long-wireless-links-and-monitoring.html" title="2019-05-31">Long Wireless links and monitoring</a></li> -<li><a href="browser-dependency.html" title="2019-05-07">Trying to avoid browser dependency.</a></li> -<li><a href="self-hosted-xmpp-server.html" title="2019-04-25">Self hosted XMPP server (on OpenBSD)</a></li> -<li><a href="teensy-midi-controller.html" title="2019-03-16">Teensy MIDI controller</a></li> -<li><a href="free-cetus.html" title="2019-01-16">Cetus3D printer mods (free cetus !)</a></li> -<li><a href="brymen869s-serial-cable.html" title="2018-12-08">Brymen 869s Serial cable build.</a></li> -<li><a href="nfs-performance-improvements-openbsd.html" title="2018-11-18">Performance improvements on NFS mounts on OpenBSD</a></li> -<li><a href="raidz-disk-change.html" title="2018-11-13">ZFS RAIDZ disk change</a></li> -<li><a href="ipv6-config-he.html" title="2018-11-09">IPv6 setup when your provider doesn't give a shit.</a></li> -<li><a href="blocking-abusers.html" title="2018-09-07">Blocking abusers on personal servers (OpenBSD PF)</a></li> -<li><a href="gopher.html" title="2018-08-04">Gopher !</a></li> -<li><a href="partkeepr-barcodes-and-TME.html" title="2018-03-08">Barcodes, Partkeepr and parts providers(TME)</a></li> -<li><a href="pass-terminal.html" title="2017-07-16">Password management in the terminal done right.</a></li> +<li><a href="/long-wireless-links-and-monitoring.html" title="2019-05-31">Long Wireless links and monitoring</a></li> +<li><a href="/browser-dependency.html" title="2019-05-07">Trying to avoid browser dependency.</a></li> +<li><a href="/self-hosted-xmpp-server.html" title="2019-04-25">Self hosted XMPP server (on OpenBSD)</a></li> +<li><a href="/teensy-midi-controller.html" title="2019-03-16">Teensy MIDI controller</a></li> +<li><a href="/free-cetus.html" title="2019-01-16">Cetus3D printer mods (free cetus !)</a></li> +<li><a href="/brymen869s-serial-cable.html" title="2018-12-08">Brymen 869s Serial cable build.</a></li> +<li><a href="/nfs-performance-improvements-openbsd.html" title="2018-11-18">Performance improvements on NFS mounts on OpenBSD</a></li> +<li><a href="/raidz-disk-change.html" title="2018-11-13">ZFS RAIDZ disk change</a></li> +<li><a href="/ipv6-config-he.html" title="2018-11-09">IPv6 setup when your provider doesn't give a shit.</a></li> +<li><a href="/blocking-abusers.html" title="2018-09-07">Blocking abusers on personal servers (OpenBSD PF)</a></li> +<li><a href="/gopher.html" title="2018-08-04">Gopher !</a></li> +<li><a href="/partkeepr-barcodes-and-TME.html" title="2018-03-08">Barcodes, Partkeepr and parts providers(TME)</a></li> +<li><a href="/pass-terminal.html" title="2017-07-16">Password management in the terminal done right.</a></li> </ul>