all repos — honk @ df019d843d064df0366a87411bb1f0fa731214ea

my fork of honk

keep the bots out of the onts
Ted Unangst tedu@tedunangst.com
Sun, 13 Oct 2019 18:15:30 -0400
commit

df019d843d064df0366a87411bb1f0fa731214ea

parent

6ed75c8d2b1e9cd4169cd2962fa9710e4789f869

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -1590,6 +1590,7 @@ io.WriteString(w, "User-agent: *\n")

io.WriteString(w, "Disallow: /a\n") io.WriteString(w, "Disallow: /d\n") io.WriteString(w, "Disallow: /meme\n") + io.WriteString(w, "Disallow: /o\n") for _, u := range allusers() { fmt.Fprintf(w, "Disallow: /%s/%s/%s/\n", userSep, u.Username, honkSep) }