renamed intro to overview

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40511
This commit is contained in:
Ismael Carnales 2008-12-16 15:02:32 +00:00
parent e1ea75baac
commit a026e382ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Scrapy Intro
============
Overview
========
Scrapy is a framework designed for retrieving information from websites.
The basic idea of scrapy is to be a bot that goes through websites, getting pages, extracting links and items (which can be any kind of information).