commit 888fad20e1876c5679ae41c7f715d3629c483dd8 (patch)
parent d27842e3589cab49a502099583dde920ed1221f7
Author: Alex Karle <alex@alexkarle.com>
Date: Wed, 3 Nov 2021 22:08:38 -0400
gopher: Change phlog to a flat text file
See the entry for the rationale...
Diffstat:
4 files changed, 45 insertions(+), 30 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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.