[38;5;201mI added a section on this gopher hole for poetry dedicated to the[0m
[38;5;201mcolor pink! Christina Rosetti's lovely poem "Color" starts things[0m
[38;5;201moff.[0m
[38;5;201mI've also tweaked my scripts a bit that I use to help me write[0m
[38;5;201mthis content in the lovely pink color. I have a few functions that[0m
[38;5;201mmake everything really easy. Let's look at those:[0m
[38;5;201m [l] - links[0m
[38;5;201m - takes a type, description, and path[0m
[38;5;201m - creates a pink link[0m
[38;5;201m [w] - wrap text[0m
[38;5;201m - takes a string of any length[0m
[38;5;201m - wraps it to 67 col and makes each line pink[0m
[38;5;201m [f] - fixed text[0m
[38;5;201m - takes a string of any length[0m
[38;5;201m - no wrapping, use existing line endings, makes pink[0m
[38;5;201m - preserves white space, like this bullet-list[0m
[38;5;201m - good for poetry[0m
[38;5;201m [n] - new line[0m
[38;5;201m - adds a blank line[0m
[38;5;201mThat's pretty much it. There's a helper to just make text pink,[0m
[38;5;201mbut it's used for internal operations. I guess I could share the[0m
[38;5;201mscript at some point... maybe by wrapping it in a "f" operation![0m
[38;5;201mOooh, I'll think on that.[0m
[38;5;201mOtherwise, I just make a new dir for each entry I want, whether[0m
[38;5;201mtype 0 or type 1, and drop in an index.cgi. It's a bash script[0m
[38;5;201mthat sources my helper script and lets me write with my stupid[0m
[38;5;201mlittle wrapper language. As I mentioned last time, if I drop in a[0m
[38;5;201mmode=0 up top it will output plain text, otherwise it'll output[0m
[38;5;201mfor a gophermap. Sexy, right?[0m