2008-07-30 23:47:28 +00:00
|
|
|
{% extends "base_home.html" %}
|
|
|
|
|
|
|
|
{% block main-content %}
|
2008-12-14 06:29:19 +00:00
|
|
|
<h2>Welcome to Scrapy</h2>
|
2008-07-30 23:47:28 +00:00
|
|
|
|
2008-12-16 16:52:08 +00:00
|
|
|
<blockquote><p>
|
2008-12-14 06:29:19 +00:00
|
|
|
Scrapy is a high level scraping and web crawling framework for writing
|
|
|
|
spiders to crawl and parse web pages for all kinds of purposes, from
|
|
|
|
information retrieval to monitoring or testing web sites.
|
2008-12-16 16:52:08 +00:00
|
|
|
</p></blockquote>
|
2008-07-30 23:47:28 +00:00
|
|
|
|
2008-12-14 06:29:19 +00:00
|
|
|
<p>
|
|
|
|
We're currently preparing the first official release of Scrapy with a
|
|
|
|
very stable API. At the moment we consider the API quite stable, and
|
|
|
|
we're writing documentation, tutorials and examples to make it easier
|
|
|
|
to start using it.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Please start by reading <a href="/docs/">the documentation</a> and check
|
|
|
|
out the community resources where you can ask for further help while we
|
|
|
|
improve the documentation.</p>
|
2008-07-30 23:47:28 +00:00
|
|
|
|
|
|
|
{% endblock %}
|