From f730a8ce05d6e5ffcbf0553c9366935c6387050e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 2 Nov 2023 17:39:47 +0100 Subject: Organize www/ --- src/www/index.gsp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/www/index.gsp b/src/www/index.gsp index 884aafc..8d8d606 100644 --- a/src/www/index.gsp +++ b/src/www/index.gsp @@ -101,6 +101,7 @@ html lang="en" { } h3 {-Assorted Links} + h7 {-For those unfamiliar with Lisp} ul { li { m4_ab @@ -109,6 +110,10 @@ html lang="en" { cite {-Why Lisp Macros are Cool} } } + } + + h7 {-Alternative approaches to common problems} + ul { li { m4_ab href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc" @@ -120,7 +125,18 @@ html lang="en" { m4_ab href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell" { - cite {-The Inferno Shell} + cite {-Sh — The Inferno Shell} + } + } + } + + h7 {-Interesting talks (these are videos)} + ul { + li { + m4_ab + href="https://www.youtube.com/watch?v=HxaD_trXwRE" + { + cite {-Lexical Scanning in Go — Rob Pike} } } } -- cgit v1.2.3