diff --git a/sites/scrapy.org/templates/articles/doc.html b/sites/scrapy.org/templates/articles/doc.html index aa7c2d083..b5f9c8bb9 100644 --- a/sites/scrapy.org/templates/articles/doc.html +++ b/sites/scrapy.org/templates/articles/doc.html @@ -14,4 +14,16 @@

After we finish the documention we'll make it available in another formats.

+

Getting help

+ +

Having trouble? We’d like to help!

+ + + {% endblock %} diff --git a/sites/scrapy.org/templates/articles/home.html b/sites/scrapy.org/templates/articles/home.html index de0465924..f52ae3156 100644 --- a/sites/scrapy.org/templates/articles/home.html +++ b/sites/scrapy.org/templates/articles/home.html @@ -12,6 +12,7 @@

Features

+
Productive
Just write the rules to extract data from pages and let Scrapy crawl the entire web site for you
@@ -29,6 +30,10 @@
100% Python
Scrapy is completely written in Python, which makes it very easy to hack it
+ +
Well-tested
+
Scrapy has an extensive test suite with pretty good code coverage
+

Project status