I added a section on this gopher hole for poetry dedicated to the
color pink! Christina Rosetti's lovely poem "Color" starts things
off.

I've also tweaked my scripts a bit that I use to help me write
this content in the lovely pink color. I have a few functions that
make everything really easy. Let's look at those:

  [l] - links
      - takes a type, description, and path
      - creates a pink link

  [w] - wrap text
      - takes a string of any length
      - wraps it to 67 col and makes each line pink

  [f] - fixed text
      - takes a string of any length
      - no wrapping, use existing line endings, makes pink
      - preserves white space, like this bullet-list
      - good for poetry

  [n] - new line
      - adds a blank line

That's pretty much it. There's a helper to just make text pink,
but it's used for internal operations. I guess I could share the
script at some point... maybe by wrapping it in a "f" operation!
Oooh, I'll think on that.
Otherwise, I just make a new dir for each entry I want, whether
type 0 or type 1, and drop in an index.cgi. It's a bash script
that sources my helper script and lets me write with my stupid
little wrapper language. As I mentioned last time, if I drop in a
mode=0 up top it will output plain text, otherwise it'll output
for a gophermap. Sexy, right?