diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-31 00:25:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-31 00:25:03 +0000 |
commit | 62d35f17c6463a9de72ad94a81bfb1900b629562 (patch) | |
tree | 23093d5196cf494051d96999ead50621b66a4dbf | |
parent | 4295d776276245e011f00f1a90ad6c6db8f4f509 (diff) |
For now, don't let googlebot and friends spider the cvsweb stuff, since my
little DSL line can't deal with the load. I'll reenable this in a few days
when I get things colocated.
-Erik
-rw-r--r-- | docs/uclibc.org/robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/uclibc.org/robots.txt b/docs/uclibc.org/robots.txt new file mode 100644 index 000000000..086578d06 --- /dev/null +++ b/docs/uclibc.org/robots.txt @@ -0,0 +1,3 @@ +# go away +User-agent: * +Disallow: /cgi-bin |