From bc9b490ea8afc2feec6f39dc1dafc5ea11d6b8d6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Feb 2024 01:01:29 +0100 Subject: More things --- src/www/index.gsp | 46 ++++++++++++++++++---------------------------- 1 file changed, 18 insertions(+), 28 deletions(-) (limited to 'src/www/index.gsp') diff --git a/src/www/index.gsp b/src/www/index.gsp index 400ea4c..ca67690 100644 --- a/src/www/index.gsp +++ b/src/www/index.gsp @@ -28,32 +28,32 @@ html lang="en" { h3 {-My Websites} ul { li { - ANCHOR_BLANK href="https://archive.thomasvoss.com" {= + NEWTAB href="https://archive.thomasvoss.com" {= @cite{-archive} — Mario Kart Wii time trials archive } } li { - ANCHOR_BLANK href="https://cv.thomasvoss.com" {= + NEWTAB href="https://cv.thomasvoss.com" {= @cite{-cv} — my résumé/curriculum vitæ } } li { - ANCHOR_BLANK href="https://euro.thomasvoss.com" {= + NEWTAB href="https://euro.thomasvoss.com" {= @cite{-euro} — my euro coin and -banknote collection } } li { - ANCHOR_BLANK href="https://git.thomasvoss.com" {= + NEWTAB href="https://git.thomasvoss.com" {= @cite{-git} — my git server } } li { - ANCHOR_BLANK href="https://paste.thomasvoss.com" {= + NEWTAB href="https://paste.thomasvoss.com" {= @cite{-paste} — my paste server } } li { - ANCHOR_BLANK href="https://retime.mcbe.wtf" {= + NEWTAB href="https://retime.mcbe.wtf" {= @cite{-retime} — a webtool for retiming speedruns } } @@ -62,37 +62,37 @@ html lang="en" { h3 {-Not My Websites} ul { li { - ANCHOR_BLANK href="https://classicshorts.com" {= + NEWTAB href="https://classicshorts.com" {= @cite{-classicshorts} — a collection of short stories } } li { - ANCHOR_BLANK href="https://iannis.io" {= + NEWTAB href="https://iannis.io" {= @cite{-iannis.io} — blog posts on programming topics } } li { - ANCHOR_BLANK href="https://redblobgames.com" {= + NEWTAB href="https://redblobgames.com" {= @cite{-redblobgames} — algorithms in the context of video games } } li { - ANCHOR_BLANK href="https://tdmm.eu" {= + NEWTAB href="https://tdmm.eu" {= @cite{-tdmm} — blog posts on low-level development } } li { - ANCHOR_BLANK href="https://bal-e.org/blog" {= + NEWTAB href="https://bal-e.org/blog" {= @cite{-bal-e} — it’s like tdmm.eu I guess } } li { - ANCHOR_BLANK href="http://textfiles.com" {= + NEWTAB href="http://textfiles.com" {= @cite{-textfiles} — a collection of thousands of plain-text files } } li { - ANCHOR_BLANK href="https://cat-v.org" {= + NEWTAB href="https://cat-v.org" {= @cite{-cat-v} — @q{-The Internet is not for sissies.} } } @@ -102,9 +102,7 @@ html lang="en" { p {-For those unfamiliar with Lisp:} ul { li { - ANCHOR_BLANK - href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html" - { + NEWTAB href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html" { cite {-Why Lisp Macros are Cool} } } @@ -113,23 +111,17 @@ html lang="en" { p {-Alternative approaches to common problems:} ul { li { - ANCHOR_BLANK - href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc" - { + NEWTAB href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc" { cite {-Rc — The Plan 9 Shell} } } li { - ANCHOR_BLANK - href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell" - { + NEWTAB href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell" { cite {-Sh — The Inferno Shell} } } li { - ANCHOR_BLANK - href="https://doc.cat-v.org/bell_labs/structural_regexps/se.pdf" - { + NEWTAB href="https://doc.cat-v.org/bell_labs/structural_regexps/se.pdf" { cite {-Structural Regular Expressions — Rob Pike} } } @@ -138,9 +130,7 @@ html lang="en" { p {-Interesting talks (these are videos):} ul { li { - ANCHOR_BLANK - href="https://www.youtube.com/watch?v=HxaD_trXwRE" - { + NEWTAB href="https://www.youtube.com/watch?v=HxaD_trXwRE" { cite {-Lexical Scanning in Go — Rob Pike} } } -- cgit v1.2.3