Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Matias Aguirre 7b0877c50e Changes:
* Simplify article app, it isn't necessary to save them
      in db, instead this tool should render static templates
      directly based in the url.
      Example: if the url is "/article/today" it will look for
      the template "articles/today.html" in articles templates
      directory. This app is configured to handle any url, so
      it will render an url like "/about" (if there isn't other
      url defined to handle "about" before article definition),
      and in this case will try to render the template
      "article.html" in articles templates dir

    * Removed models, not necessary now

    * Removed templatetags, not necessary now

    * Removed flatpages middleware ??

    * Added url to articles app, this will used as a last case
      to handle undefined urls.

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40136
2008-07-29 13:54:20 +00:00
scrapy/trunk process result's items using generators to give pipeline a chance to consume while parsing new items 2008-07-29 12:27:55 +00:00
sites Changes: 2008-07-29 13:54:20 +00:00
.hgignore dummy file to shift a revision 2009-05-04 18:16:20 +00:00