scrapy/sites/scrapy.org/scrapyorg
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
..
article Changes: 2008-07-29 13:54:20 +00:00
blog move module imports 2008-06-27 19:20:32 +00:00
download Add save_on_top to admin sections 2008-07-25 17:36:34 +00:00
lib mv scrapy_site scrapyorg 2008-06-27 17:30:19 +00:00
__init__.py mv scrapy_site scrapyorg 2008-06-27 17:30:19 +00:00
local_settings.py.template move module imports 2008-06-27 19:20:32 +00:00
manage.py mv scrapy_site scrapyorg 2008-06-27 17:30:19 +00:00
settings.py Changes: 2008-07-29 13:54:20 +00:00
urls.py Changes: 2008-07-29 13:54:20 +00:00