From 9faffbf6bc5083239d69a2daedac273e6d814bc3 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 11:50:44 -0600 Subject: Archive fictional site examples and audit inherited prose --- notes/_plain-html.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ notes/index.html | 27 +++---------------- notes/plain-html.html | 70 -------------------------------------------------- 3 files changed, 74 insertions(+), 93 deletions(-) create mode 100644 notes/_plain-html.html delete mode 100644 notes/plain-html.html (limited to 'notes') diff --git a/notes/_plain-html.html b/notes/_plain-html.html new file mode 100644 index 0000000..d60275e --- /dev/null +++ b/notes/_plain-html.html @@ -0,0 +1,70 @@ + + + + + +The case for plain HTML — notes — tjp.lol + + + + +
+ +
+

~tjp $_

+ +
+ +
+
+
+

← notes  /  tended · planted

+

The case for plain HTML

+
+ +
+

A note, not an essay — expect it to change. This page shows how a wiki note reads: internal [[wiki links]] render as underlined-dotted links, and a backlinks panel sits at the bottom.

+ +

A hand-written HTML page is the most durable document format I know of that still looks like a document. It has no runtime, no dependencies, and no version that can go out of date. A file I wrote in 2004 opens today, pixel-for-pixel, in a browser that didn't exist then.

+ +

This connects to Gemtext & the small web — both are bets that constraint outlives capability. See also How I take notes for why I keep the source in plain text.

+ +

Things I no longer do

+
    +
  • Reach for a framework before there's a second page.
  • +
  • Add a build step to save five keystrokes.
  • +
  • Load a web font when the reader already owns a good one.
  • +
+ +

The test

+

Turn JavaScript off. If the page is worse, I've added fragility I have to maintain forever. If it's identical, I'm done. This whole site passes that test — see the colophon.

+
+ + +
+
+ + + +
+ + diff --git a/notes/index.html b/notes/index.html index 7c5265f..1a8db13 100644 --- a/notes/index.html +++ b/notes/index.html @@ -14,10 +14,10 @@

~tjp $_

@@ -28,37 +28,18 @@

start here

-

all notes

-
diff --git a/notes/plain-html.html b/notes/plain-html.html deleted file mode 100644 index d60275e..0000000 --- a/notes/plain-html.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - -The case for plain HTML — notes — tjp.lol - - - - -
- -
-

~tjp $_

- -
- -
-
-
-

← notes  /  tended · planted

-

The case for plain HTML

-
- -
-

A note, not an essay — expect it to change. This page shows how a wiki note reads: internal [[wiki links]] render as underlined-dotted links, and a backlinks panel sits at the bottom.

- -

A hand-written HTML page is the most durable document format I know of that still looks like a document. It has no runtime, no dependencies, and no version that can go out of date. A file I wrote in 2004 opens today, pixel-for-pixel, in a browser that didn't exist then.

- -

This connects to Gemtext & the small web — both are bets that constraint outlives capability. See also How I take notes for why I keep the source in plain text.

- -

Things I no longer do

-
    -
  • Reach for a framework before there's a second page.
  • -
  • Add a build step to save five keystrokes.
  • -
  • Load a web font when the reader already owns a good one.
  • -
- -

The test

-

Turn JavaScript off. If the page is worse, I've added fragility I have to maintain forever. If it's identical, I'm done. This whole site passes that test — see the colophon.

-
- - -
-
- - - -
- - -- cgit v1.3