From 2101d4363b581219733f3ad94ed99eae7fd79039 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 14 Sep 2010 22:39:22 -0400 Subject: [PATCH] robots.txt now explicitly allows everyone. free love for all. --- citadel/textclient/citadel.c | 1 + webcit/static/robots.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/textclient/citadel.c b/citadel/textclient/citadel.c index 105f2d9f6..532f4467f 100644 --- a/citadel/textclient/citadel.c +++ b/citadel/textclient/citadel.c @@ -471,6 +471,7 @@ void dotgoto(CtdlIPC *ipc, char *towhere, int display_name, int fromungoto) switch(room->RRdefaultview) { case VIEW_BBS: case VIEW_MAILBOX: + case VIEW_BLOG: entmsg_ok = 1; break; default: diff --git a/webcit/static/robots.txt b/webcit/static/robots.txt index 8fe8379dc..eb0536286 100644 --- a/webcit/static/robots.txt +++ b/webcit/static/robots.txt @@ -1,3 +1,2 @@ -# WebCit deals exclusively in dynamic content and cannot be spidered. Go away. User-agent: * -Disallow: / +Disallow: -- 2.39.2