From 9a6d2da4f2a9a4bae1189a783900194e9a8986b1 Mon Sep 17 00:00:00 2001 From: Jeremy Chou Date: Mon, 28 Mar 2022 16:58:16 +0800 Subject: [PATCH] Update .gitignore & LICENSE (#225) * update .gitignore & LICENSE * remove contribution section and add alternative choice --- .gitignore | 3 ++- LICENSE | 2 +- README.rst | 13 ++++--------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 939332ee..4c871135 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,5 @@ target/ .ropeproject # Extra -.DS_Store \ No newline at end of file +.DS_Store +.vscode \ No newline at end of file diff --git a/LICENSE b/LICENSE index cff628cc..1ff8f3a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2016, Rolando Espinoza +Copyright (c) 2022, Rolando Espinoza Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.rst b/README.rst index a9c13f39..54435e0c 100644 --- a/README.rst +++ b/README.rst @@ -254,16 +254,11 @@ Then: spider starts crawling it. * Also please pay attention to json formatting. - -Contributions -------------- - -Donate BTC: ``13haqimDV7HbGWtz7uC6wP1zvsRWRAhPmF`` -Donate BCC: ``CSogMjdfPZnKf1p5ocu3gLR54Pa8M42zZM`` - -Donate ETH: ``0x681d9c8a2a3ff0b612ab76564e7dca3f2ccc1c0d`` +Alternative Choice +--------------------------- -Donate LTC: ``LaPHpNS1Lns3rhZSvvkauWGDfCmDLKT8vP`` +Frontera_ is a web crawling framework consisting of `crawl frontier`_, and distribution/scaling primitives, allowing to build a large scale online web crawler. .. _Frontera: https://github.com/scrapinghub/frontera +.. _crawl frontier: http://nlp.stanford.edu/IR-book/html/htmledition/the-url-frontier-1.html