From 370180763f9bd6be38c1e1f5236bfba430bad7c6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 20 May 2014 13:45:08 -0700 Subject: [PATCH] Add warning to README in BitTorrent code, saying it doesn't work --- html/bt/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/bt/README b/html/bt/README index aadc421541..3d49a4d1e3 100644 --- a/html/bt/README +++ b/html/bt/README @@ -1,3 +1,7 @@ +NOTE: THE CODE IN THIS DIRECTORY DOESN'T CURRENTLY WORK, +AND IS NOT BEING MAINTAINED. +IT'S HERE IN CASE SOMEONE WANTS TO REVIVE IT. + ----------------------------------- Bittorrent file distribution system ----------------------------------- @@ -40,4 +44,4 @@ technology because of its unique ability to distribute load. To name a few uses: How do I enable this? --------------------- -Have a look at the INSTALL file located in the same directory as this file. \ No newline at end of file +Have a look at the INSTALL file located in the same directory as this file.