o0111 / ruralcafe

Automatically exported from code.google.com/p/ruralcafe
0 stars 0 forks source link

Blacklist reporting and addition for the user in the search interface #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Blacklist reporting in UI so that we can filter it out for the current user 
immediately, log it and check later for removal by the administrator.

So there'd be two pieces to this. 

First, the user clicks on something that tells RuralCafe that the domain or 
page is bad, and they're allowed to enter a reason or use a form interface for 
this. RuralCafe will record the client IP address and add the domain/URL to a 
data structure thats soft-state for the IP address until shutdown some timeout.

Second, the blacklist requests are all aggregated together for perusal either 
in a file or something for the administrator and also in logs for us to improve 
our crawler.

What could also be nice is if the admin has a special version of the user 
interface that does basically the same thing, we could specify the admin's UI 
in the config.txt and then allow the admin to edit/view the exiting blacklist, 
and suggested blacklist pages by other clients.

Original issue reported on code.google.com by shouldab...@gmail.com on 3 Oct 2010 at 8:27

GoogleCodeExporter commented 8 years ago
There are buttons to edit the blacklist.txt for both local and remote proxy on 
the settings form at startup. The user still has no way to report pages.

Original comment by satiaher...@gmx.de on 22 Sep 2013 at 10:37