From 888fad20e1876c5679ae41c7f715d3629c483dd8 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 3 Nov 2021 22:08:38 -0400 Subject: [PATCH] gopher: Change phlog to a flat text file See the entry for the rationale... --- gopher/Makefile | 3 +-- gopher/gophermap | 2 +- gopher/phlog.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ gopher/phlog/gophermap | 27 --------------------------- 4 files changed, 45 insertions(+), 30 deletions(-) create mode 100644 gopher/phlog.txt delete mode 100644 gopher/phlog/gophermap diff --git a/gopher/Makefile b/gopher/Makefile index f1068d7..a0f8bc8 100644 --- a/gopher/Makefile +++ b/gopher/Makefile @@ -1,5 +1,4 @@ .PHONY: install install: mkdir -p /var/gopher/phlog - install -m 444 about.txt gophermap /var/gopher - install -m 444 phlog/* /var/gopher/phlog + install -m 444 about.txt gophermap phlog.txt /var/gopher diff --git a/gopher/gophermap b/gopher/gophermap index 6a21546..0e31e25 100644 --- a/gopher/gophermap +++ b/gopher/gophermap @@ -10,7 +10,7 @@ 0 | | about me /about.txt 1 |.| blog (http mirror) /blog 1 | | jam setlists /jam-tuesday -1 |.| phlog (gopher exclusive!) /phlog +0 |.| phlog (gopher exclusive!) /phlog.txt | | |.| . |-| |` diff --git a/gopher/phlog.txt b/gopher/phlog.txt new file mode 100644 index 0000000..8647ec2 --- /dev/null +++ b/gopher/phlog.txt @@ -0,0 +1,43 @@ + + Welcome to the + __ ___ + /\ \ /\_ \ + _____\ \ \___ \//\ \ ___ __ + /\ '__`\ \ _ `\ \ \ \ / __`\ /'_ `\ + \ \ \L\ \ \ \ \ \ \_\ \_/\ \L\ \/\ \L\ \ + \ \ ,__/\ \_\ \_\/\____\ \____/\ \____ \ + \ \ \/ \/_/\/_/\/____/\/___/ \/___L\ \ + \ \_\ /\____/ + \/_/ \_/__/ + + just a collection of thoughts.. + + +Choosing a Phormat pt. 2 [2021-11-03] +------------------------------------------------------- + +And immediately after publishing as a gophermap, I +realized that the '----' heading is being interpreted +as "remove the '-------' file from the file listing. +So that's fun. + +Looks like we're back to "single text file". Ain't +nuthin wrong with that I suppose. Just no linking to +other resources... hmmm. Maybe I should check out a +different gopher server. + +On second thought, the appeal of gopher was that I +*dont* have to write or learn a new markup flavor... +yeah plaintext it is! + + +Choosing a Phormat [2021-11-03] +------------------------------------------------------- +Hello phlog! + +For right now, I think I'm gonna prepend entries onto +the gophermap for the phlog directory. While half the +appeal of gopher is that it serves up plaintext as-is, +I think having the ability to link to othe documents +might come in handy. So... the menu is the phlog. Is +that backwards? We'll see. diff --git a/gopher/phlog/gophermap b/gopher/phlog/gophermap deleted file mode 100644 index 1f90756..0000000 --- a/gopher/phlog/gophermap +++ /dev/null @@ -1,27 +0,0 @@ - - Welcome to the - __ ___ - /\ \ /\_ \ - _____\ \ \___ \//\ \ ___ __ - /\ '__`\ \ _ `\ \ \ \ / __`\ /'_ `\ - \ \ \L\ \ \ \ \ \ \_\ \_/\ \L\ \/\ \L\ \ - \ \ ,__/\ \_\ \_\/\____\ \____/\ \____ \ - \ \ \/ \/_/\/_/\/____/\/___/ \/___L\ \ - \ \_\ /\____/ - \/_/ \_/__/ - - just a collection of thoughts.. - - -Choosing a Phormat ------------------- -2021-11-03 - -Hello phlog! - -For right now, I think I'm gonna prepend entries onto -the gophermap for the phlog directory. While half the -appeal of gopher is that it serves up plaintext as-is, -I think having the ability to link to othe documents -might come in handy. So... the menu is the phlog. Is -that backwards? We'll see. -- libgit2 1.1.1