From 29b3746defd294cbf8eb560388541b573d4c26fb Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 12 Apr 2009 10:21:00 +0000 Subject: [PATCH] updated some homepage texts --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401057 --- sites/scrapy.org/templates/articles/doc.html | 12 ++++++++++++ sites/scrapy.org/templates/articles/home.html | 5 +++++ 2 files changed, 17 insertions(+) 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