From 77a99999f85b0659b7cf1ef2e2b84e801d759cd6 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 27 Dec 2008 19:16:12 +0000 Subject: [PATCH] improved text --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40559 --- sites/scrapy.org/templates/articles/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/scrapy.org/templates/articles/home.html b/sites/scrapy.org/templates/articles/home.html index f0ea4d3ab..6d255f606 100644 --- a/sites/scrapy.org/templates/articles/home.html +++ b/sites/scrapy.org/templates/articles/home.html @@ -19,7 +19,7 @@
Scrapy is being used in production to scrape more than 500 sites daily, all in one server
Distributed
-
If you need more processing/bandwith power Scrapy comes bundled with master/slave cluster that lets you scrape with as many machines as you want +
If you need more processing/bandwith power Scrapy comes bundled with a master/slave cluster that lets you scrape using as many servers as possible
Extensible
Scrapy was designed with extensibility in mind and so it provides several mechanisms to plug new code without having to touch the framework core