commit 03873f157b95170e0ab0843d498524439e816a69
Author: spesk <spesk@pm.me>
Date: Mon Jan 24 16:04:27 2022 -0500
changes
diff --git a/foobar.cgi b/foobar.cgi
index fb22d8d..75116dd 100755
--- a/foobar.cgi
+++ b/foobar.cgi
@@ -86,7 +86,7 @@ chomp $uniq_ips;
printer(" Uniq Visitors since Jan 2022 : $uniq_ips","i","\tchate.io\t70");
print("i\tchate.io\t70\n");
printer("About Me","0","\tblogs/about-me.org.txt\tchate.io\t70");
-printer("Ramblings and Phlog","1","\tblogs\tchate.io\t70");
+printer("Ramblings and Phlog","1","\t/blogs/blogs.cgi\tchate.io\t70");
print("i --> All posts are .org mode formatted,\tchate.io\t70\n");
print("i so elpher users can use M-x org-mode\tchate.io\t70\n");
print("i for nicer formatting\tchate.io\t70\n");
@@ -113,14 +113,22 @@ print("i browse my git repos\tchate.io\t70\n");
print("i --> Note: Some clients won't render certain file exts,\tchate.io\t70\n");
print("i which may cause some repos to appear empty.\tchate.io\t70\n");
print("i\tchate.io\t70\n");
+printer("Mastodon Proxy","0","\t/masto/go_mast.cgi\tchate.io\t70");
+print("i --> Proxy of what I'm posting on Mastodon\tchate.io\t70\n");
+print("i\tchate.io\t70\n");
printer("Script that generates this page","0","\t/foobar.txt\tchate.io\t70");
print("i\tchate.io\t70\n");
print("1Plain\t/foobar.cgi?plain\tchate.io\t70\tchate.io\t70\n");
print("1Colorized\t/\tchate.io\t70\tchate.io\t70\n");
print("iIf the site looks weird, use the Plain entry above\tchate.io\t70\n");
+print("i --> Sometimes info lines are filtered in some clients\tchate.io\t70\n");
+print("i when using the ?plain query, I'm not sure why yet\tchate.io\t70\n");
+print("i\tchate.io\t70\n");
print("iThis gopher site expects a client that either supports or\tchate.io\t70\n");
print("ifilters ANSI escape sequences. I recommend:\tchate.io\t70\n");
print("i--> cgo\tchate.io\t70\n");
print("i--> phetch\tchate.io\t70\n");
+print("i--> lagrange\tchate.io\t70\n");
+print("i--> castor\tchate.io\t70\n");
print("i--> curl (use gopher://)\tchate.io\t70\n");
print("i--> Elpher (filters ANSI)\tchate.io\t70\n");