From ba872dc59fed8bcbb450bbdab37b64bd1e8f85c5 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 7 Jul 2015 02:37:00 -0400 Subject: [PATCH] Add bots package README --- bots/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bots/README.md diff --git a/bots/README.md b/bots/README.md new file mode 100644 index 0000000..65394df --- /dev/null +++ b/bots/README.md @@ -0,0 +1,8 @@ +bots +==== + +This package helps the backend determine which clients are bots or crawlers. + +## Write.as Usage + +This is used to prevent certain things when viewing posts, like incrementing the view count.